diff --git a/modules/Template/PortalDataset.yaml b/modules/Template/PortalDataset.yaml index f2a5098f..a6b0de1b 100644 --- a/modules/Template/PortalDataset.yaml +++ b/modules/Template/PortalDataset.yaml @@ -83,6 +83,6 @@ classes: range: integer required: false includedInDataCatalog: - range: boolean + range: string required: false diff --git a/registered-json-schemas/PortalDataset.json b/registered-json-schemas/PortalDataset.json index c0a6796d..17626866 100644 --- a/registered-json-schemas/PortalDataset.json +++ b/registered-json-schemas/PortalDataset.json @@ -297,7 +297,7 @@ "title": "fundingAgency" }, "includedInDataCatalog": { - "type": "boolean" + "type": "string" }, "license": { "description": "License attached to the data. If indicates UNKNOWN or RESTRICTED-USE, data may not be used without further contact for terms.", diff --git a/registered-json-schemas/Superdataset.json b/registered-json-schemas/Superdataset.json index 7a388fec..91a49b86 100644 --- a/registered-json-schemas/Superdataset.json +++ b/registered-json-schemas/Superdataset.json @@ -297,7 +297,7 @@ "title": "fundingAgency" }, "includedInDataCatalog": { - "type": "boolean" + "type": "string" }, "license": { "description": "License attached to the data. If indicates UNKNOWN or RESTRICTED-USE, data may not be used without further contact for terms.",