We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ace19c + 9f485e2 commit 537b447Copy full SHA for 537b447
README.md
@@ -1294,12 +1294,15 @@ Example of an annotation object
1294
"value": "cat",
1295
"title": "Cat",
1296
"color": "#FF0000",
1297
+ "order": 1,
1298
+ "vertex": 0,
1299
"attributes": [
1300
{
1301
"id": "YOUR_ATTRIBUTE_ID",
1302
"key": "kind",
1303
"name": "Kind",
1304
"options": [],
1305
1306
"type": "text",
1307
"value": ""
1308
},
@@ -1311,6 +1314,7 @@ Example of an annotation object
1311
1314
{"title": "Large", "value": "large"},
1312
1315
{"title": "Small", "value": "small"}
1313
1316
],
1317
+ "order": 2,
1318
"type": "select",
1319
1320
}
0 commit comments