From aa687830d52f74cea6efa739b6d5a7d79d5e5606 Mon Sep 17 00:00:00 2001 From: Diego Carvallo Date: Mon, 23 Dec 2024 15:19:36 +0000 Subject: [PATCH] update tag description to schema Signed-off-by: Diego Carvallo --- schema/odcs-json-schema-latest.json | 2 +- schema/odcs-json-schema-v3.0.0.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/schema/odcs-json-schema-latest.json b/schema/odcs-json-schema-latest.json index c469302..2d0d891 100644 --- a/schema/odcs-json-schema-latest.json +++ b/schema/odcs-json-schema-latest.json @@ -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" } diff --git a/schema/odcs-json-schema-v3.0.0.json b/schema/odcs-json-schema-v3.0.0.json index 1ecb880..65eaf40 100644 --- a/schema/odcs-json-schema-v3.0.0.json +++ b/schema/odcs-json-schema-v3.0.0.json @@ -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" }