Test upload: test_upload_20250608_025326.json
Browse files
scripts/test_upload_20250608_025326.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"meta": {
|
| 3 |
+
"version": "1.0",
|
| 4 |
+
"description": "Test script from Python upload test",
|
| 5 |
+
"timestamp": "2025-06-08 02:53:26",
|
| 6 |
+
"platform": "Grasshopper",
|
| 7 |
+
"source": "WOLF Plugin Test"
|
| 8 |
+
},
|
| 9 |
+
"Description": "Test script: Creates a simple box geometry with adjustable dimensions",
|
| 10 |
+
"User": {
|
| 11 |
+
"FullName": "Test User",
|
| 12 |
+
"Country": "Test Country",
|
| 13 |
+
"ContributionDate": "2025-06-08 02:53:26"
|
| 14 |
+
},
|
| 15 |
+
"output": {
|
| 16 |
+
"components": [
|
| 17 |
+
{
|
| 18 |
+
"id": 1,
|
| 19 |
+
"type": "Box",
|
| 20 |
+
"objectType": "Component",
|
| 21 |
+
"guid": "test-guid-123",
|
| 22 |
+
"params": {
|
| 23 |
+
"Length": 10,
|
| 24 |
+
"Width": 10,
|
| 25 |
+
"Height": 10
|
| 26 |
+
},
|
| 27 |
+
"position": {
|
| 28 |
+
"x": 0,
|
| 29 |
+
"y": 0
|
| 30 |
+
}
|
| 31 |
+
}
|
| 32 |
+
],
|
| 33 |
+
"connections": []
|
| 34 |
+
}
|
| 35 |
+
}
|