Skip to content

Commit 591ad92

Browse files
authored
hotfix(api): Updated create tag schema's mutually exclusive field
1 parent 82e3757 commit 591ad92

File tree

1 file changed

+1
-1
lines changed
  • openmetadata-spec/src/main/resources/json/schema/api/classification

1 file changed

+1
-1
lines changed

openmetadata-spec/src/main/resources/json/schema/api/classification/createTag.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"mutuallyExclusive" : {
4444
"description" : "Children tags under this group are mutually exclusive. When mutually exclusive is `true` the tags from this group are used to **classify** an entity. An entity can only be in one class - example, it can only be either `tier1` or `tier2` and not both. When mutually exclusive is `false`, the tags from this group are used to **categorize** an entity. An entity can be in multiple categories simultaneously - example a customer can be `newCustomer` and `atRisk` simultaneously.",
4545
"type" : "boolean",
46-
"default" : "false"
46+
"default" : false
4747
},
4848
"domain" : {
4949
"description": "Fully qualified name of the domain the Table belongs to.",

0 commit comments

Comments
 (0)