update tag description to schema

Signed-off-by: Diego Carvallo <dccakes@gmail.com>
This commit is contained in:
Diego Carvallo
2024-12-23 15:19:36 +00:00
parent 4b45841aae
commit aa687830d5
2 changed files with 2 additions and 2 deletions

View File

@@ -1912,7 +1912,7 @@
},
"Tags": {
"type": "array",
"description": "A list of tags that may be assigned to the elements (object or property); the tags keyword may appear at any level.",
"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`.",
"items": {
"type": "string"
}

View File

@@ -1901,7 +1901,7 @@
},
"Tags": {
"type": "array",
"description": "A list of tags that may be assigned to the elements (object or property); the tags keyword may appear at any level.",
"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`.",
"items": {
"type": "string"
}