Sha256: 9868dfc4ac5ea64144b141d84f4a1c4b8337b5a1c768433b045ff56e04b79df2
Contents?: true
Size: 1.01 KB
Versions: 42
Compression:
Stored size: 1.01 KB
Contents
{ "$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":"../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.", "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"] }, "items": { "$ref": "./distributor.json#", "description": "Information about the distributor of and options for obtaining the resource." } } } }
Version data entries
42 entries across 42 versions & 1 rubygems