diff --git a/openmetadata-spec/src/main/resources/json/schema/api/classification/createClassification.json b/openmetadata-spec/src/main/resources/json/schema/api/classification/createClassification.json index 5316d4855482..c8c6e905b7b4 100644 --- a/openmetadata-spec/src/main/resources/json/schema/api/classification/createClassification.json +++ b/openmetadata-spec/src/main/resources/json/schema/api/classification/createClassification.json @@ -25,7 +25,7 @@ "mutuallyExclusive" : { "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.", "type" : "boolean", - "default" : "false" + "default" : false }, "domain" : { "description": "Fully qualified name of the domain the Table belongs to.", diff --git a/openmetadata-spec/src/main/resources/json/schema/api/classification/createTag.json b/openmetadata-spec/src/main/resources/json/schema/api/classification/createTag.json index 3187b95bb0cb..d6124631a93b 100644 --- a/openmetadata-spec/src/main/resources/json/schema/api/classification/createTag.json +++ b/openmetadata-spec/src/main/resources/json/schema/api/classification/createTag.json @@ -43,7 +43,7 @@ "mutuallyExclusive" : { "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.", "type" : "boolean", - "default" : "false" + "default" : false }, "domain" : { "description": "Fully qualified name of the domain the Table belongs to.",