schema/schema/distributor.json in adiwg-mdjson_schemas-1.0.0rc1 vs schema/schema/distributor.json in adiwg-mdjson_schemas-1.0.0

- old
+ new

@@ -6,11 +6,11 @@ "translation": { "ISO 19115-2": ["MD_Distribution"], "FGDC CSDGM": ["distinfo"] }, "required": ["distributorContact"], - "additionalProperties": false, + "additionalProperties": true, "properties": { "distributorContact": { "description": "Party from whom the resource may be obtained. Note: This list need not be exhaustive.", "translation": { "ISO 19115-2": ["MD_Distribution > distributor > MD_Distributor > distributorContact > CI_ResponsibleParty"], @@ -24,11 +24,11 @@ "translation": { "ISO 19115-2": ["MD_Distribution > distributor > MD_Distributor > distributionOrderProcess > MD_StandardOrderProcess"] }, "items": { "type": "object", - "additionalProperties": false, + "additionalProperties": true, "properties": { "fees": { "type": "string", "description": "Fees and terms for retrieving the resource, including monetary units.", "translation": { @@ -80,11 +80,11 @@ "description": "Identifier whether resource is available on-line or by off-line procedure.", "translation": { "ISO 19115-2": ["MD_Distributor > distributorTransferOptions > MD_DigitalTransferOptions"], "FGDC CSDGM": ["distinfo > stdorder > digform > digtopt"] }, - "additionalProperties": false, + "additionalProperties": true, "properties": { "online": { "type": "array", "description": "Information about obtaining the resource on-line.", @@ -102,11 +102,11 @@ "description": "Information about obtaining the resource through off-line procedure.", "translation": { "ISO 19115-2": ["MD_DigitalTransferOptions > offline > MD_Medium"], "FGDC CSDGM": ["distinfo > stdorder > digform > digtopt > offoptn"] }, - "additionalProperties": false, + "additionalProperties": true, "properties": { "name": { "type": "string", "description": "Name of the format the data is distributed in, such as: dvd, hardcopy, etc.", @@ -145,10 +145,10 @@ "translation": { "ISO 19115-2": ["MD_Format"], "FGDC CSDGM": ["distinfo > stdorder > digform"] }, "required": ["formatName"], - "additionalProperties": false, + "additionalProperties": true, "properties": { "formatName": { "type": "string", "description": "Name of the data transfer format.", "translation": { \ No newline at end of file