schema/distribution.json in adiwg-mdjson_schemas-2.0.0.pre.alpha.1 vs schema/distribution.json in adiwg-mdjson_schemas-2.0.0.pre.alpha.2

- old
+ new

@@ -2,34 +2,31 @@ "$schema": "http://json-schema.org/draft-04/schema#", "id": "distribution.json#", "type": "object", "title": "distribution", "description": "Information about the distributor of and options for obtaining the resource.", - "example": "", + "example":"../examples/distribution.json", "translation": { "ISO 19115-2": ["MD_Metadata > distribution > MD_Distribution"], "FGDC CSDGM": ["distinfo"] }, "additionalProperties": true, "properties": { "description": { "type": "string", "description": "A description of a set of distribution options.", - "example": "", "translation": {} }, "distributor": { "type": "array", "description": "Information about the distributor of and options for obtaining the resource.", "translation": { "ISO 19115-2": ["MD_Distribution"], "FGDC CSDGM": ["distinfo"] }, - "example": "", "items": { "$ref": "./distributor.json#", - "description": "Information about the distributor of and options for obtaining the resource.", - "example": "" + "description": "Information about the distributor of and options for obtaining the resource." } } } }