Skip to content

Commit 537b447

Browse files
authored
Merge pull request #112 from fastlabel/add-readme/1862-attribute-order-add
fix readme
2 parents 1ace19c + 9f485e2 commit 537b447

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,12 +1294,15 @@ Example of an annotation object
12941294
"value": "cat",
12951295
"title": "Cat",
12961296
"color": "#FF0000",
1297+
"order": 1,
1298+
"vertex": 0,
12971299
"attributes": [
12981300
{
12991301
"id": "YOUR_ATTRIBUTE_ID",
13001302
"key": "kind",
13011303
"name": "Kind",
13021304
"options": [],
1305+
"order": 1,
13031306
"type": "text",
13041307
"value": ""
13051308
},
@@ -1311,6 +1314,7 @@ Example of an annotation object
13111314
{"title": "Large", "value": "large"},
13121315
{"title": "Small", "value": "small"}
13131316
],
1317+
"order": 2,
13141318
"type": "select",
13151319
"value": ""
13161320
}

0 commit comments

Comments
 (0)