Skip to content

Commit aa68783

Browse files
committed
update tag description to schema
Signed-off-by: Diego Carvallo <dccakes@gmail.com>
1 parent 4b45841 commit aa68783

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

schema/odcs-json-schema-latest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1912,7 +1912,7 @@
19121912
},
19131913
"Tags": {
19141914
"type": "array",
1915-
"description": "A list of tags that may be assigned to the elements (object or property); the tags keyword may appear at any level.",
1915+
"description": "A list of tags that may be assigned to the elements (object or property); the tags keyword may appear at any level. Tags may be used to better categorize an element. For example, `finance`, `sensitive`, `employee_record`.",
19161916
"items": {
19171917
"type": "string"
19181918
}

schema/odcs-json-schema-v3.0.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1901,7 +1901,7 @@
19011901
},
19021902
"Tags": {
19031903
"type": "array",
1904-
"description": "A list of tags that may be assigned to the elements (object or property); the tags keyword may appear at any level.",
1904+
"description": "A list of tags that may be assigned to the elements (object or property); the tags keyword may appear at any level. Tags may be used to better categorize an element. For example, `finance`, `sensitive`, `employee_record`.",
19051905
"items": {
19061906
"type": "string"
19071907
}

0 commit comments

Comments
 (0)