schema/schema/metadata.json in adiwg-json_schemas-0.5.0 vs schema/schema/metadata.json in adiwg-json_schemas-0.5.2

- old
+ new

@@ -44,22 +44,22 @@ }, "metadataStatus": { "type": "string" }, "metadataMaintenance": { - "$ref": "./maintInfo.json#" + "$ref": "maintInfo.json#" } } }, "resourceInfo": { - "$ref": "./resourceInfo.json#" + "$ref": "resourceInfo.json#" }, "distributionInfo": { "type": "array", "minItems": 1, "items": { - "$ref": "./distributor.json#" + "$ref": "distributor.json#" } }, "associatedResource": { "type": "array", "minItems": 1, @@ -73,29 +73,29 @@ }, "resourceType": { "type": "string" }, "resourceCitation": { - "$ref": "./citation.json#" + "$ref": "citation.json#" }, "metadataCitation": { - "$ref": "./citation.json#" + "$ref": "citation.json#" }, "resourceIdentifier": { "type": "array", "items": { - "$ref": "./citation.json#/definitions/resourceIdentifier" + "$ref": "citation.json#/definitions/resourceIdentifier" } } } } }, "additionalDocumentation": { "additionalProperties": false, "type": "array", "minItems": 1, "items": { - "$ref": "./citation.json#" + "$ref": "citation.json#" } } } } \ No newline at end of file