@@ -6,54 +6,52 @@ Each project uses a label schema to annotate the data being collected These can
66- Required or optional
77- Single or multiple choice
88
9- ---
10-
119## 🛠️ Defining a Schema
1210
13- 1 . When creating a project or later in the Project → Edit tab
11+ When creating a project or later in the Project → Edit tab:
1412
1513<!-- <img src="/docs/assets/" alt="labels"> -->
1614
17- 2 . Add Tree-like Levels
15+ 1 . Add Tree-like Levels
1816
1917<!-- <img src="/docs/assets/" alt="labels_level"> -->
2018
21- 3 . Add Values per level, with optional nesting. Each value is an actual label used during annotation.
19+ 2 . Add Values per level, with optional nesting. Each value is an actual label used during annotation.
2220
2321<!-- <img src="/docs/assets/" alt="labels_value"> -->
2422
25- 4 . Set flags like:
26- - required
27- - multiple choice
23+ 3 . Set flags like:
24+ - ` required `
25+ - ` multiple choice `
2826
2927<!-- <img src="/docs/assets/" alt="labels_flags"> -->
3028
31- 5 . Each label value could have a payload. This is a meta information in valid json/string format.
29+ 4 . Each label value could have a payload. This is a meta information in valid ` json/string ` format.
3230You can set restricted flag which sets if payload is required
3331Examples:
34- - label payload
35- - {"field1": "value1", "type": 1, "list": [ "metalist1", "metalist2"] }
36- - [ "meta1", "meta2"]
32+ - ` label payload `
33+ - ` {"field1": "value1", "type": 1, "list": ["metalist1", "metalist2"]} `
34+ - ` ["meta1", "meta2"] `
3735
3836<!-- <img src="/docs/assets/" alt="labels_payload"> -->
3937
40- 6 . You can do a quick renaming with special form.
38+ 5 . You can do a quick renaming with special form.
4139
4240<!-- <img src="/docs/assets/" alt="labels_rename"> -->
4341
44- 7 . You can change alignment of values.
42+ 6 . You can change alignment of values.
4543
4644<!-- <img src="/docs/assets/" alt="labels_align"> -->
4745
48- 8 . Deleting may be performed only when no media is assigned to such label or level of labels.
46+ 7 . Deleting may be performed only when no media is assigned to such label or level of labels.
4947When you hit remove (` minus ` ) button - the popup will tell you if this item cannot be removed.
5048If you really want to remove it even when it's restricted you could change labeling at validation tab to remove association
5149
5250<!-- <img src="/docs/assets/" alt="labels_delete"> -->
5351
54- 9 . Grouping
52+ 8 . Grouping
5553Each block represents a separate attribute tree (e.g., color, shape, type).
56- In order to add another label with different meaning you press " Add attribute" at the top.
54+ In order to add another label with different meaning you press ` Add attribute ` at the top.
5755I.E. each feature has its own tree / block/
5856
5957To remove a group completely you have to delete all the levels.
@@ -94,6 +92,8 @@ When you are done with tree click `select` button.
9492
9593<!-- <img src="/docs/assets/" alt="labels_filter"> -->
9694
97- ## ✅ Next Step
95+ ---
96+
97+ ### ✅ Next Step
9898
9999[ Users and Roles] ( /docs/users.md )
0 commit comments