Skip to content

Commit 82e3757

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"mutuallyExclusive" : {
2626
"description" : "Tags under this classification are mutually exclusive. When mutually exclusive is `true` the tags from this classification 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 classification are used to **categorize** an entity. An entity can be in multiple categories simultaneously - example a customer can be `newCustomer` and `atRisk` simultaneously.",
2727
"type" : "boolean",
28-
"default" : "false"
28+
"default" : false
2929
},
3030
"domain" : {
3131
"description": "Fully qualified name of the domain the Table belongs to.",

0 commit comments

Comments
 (0)