Sha256: 4a7f4b474f18223fe70230adf1f36cd8c12caa0d6323b5ed4d304ec96485c36e
Contents?: true
Size: 1.55 KB
Versions: 25
Compression:
Stored size: 1.55 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": {} }, "liabilityStatement": { "type": "string", "description": "A statement of the liability assumed by the resource owner.", "translation": { "ISO 19115-2": ["MD_DataIdentification > resourceConstraints > MD_LegalConstraints > otherConstraints"], "FGDC CSDGM": ["distinfo > distliab"], "sbJSON": ["rights"] } }, "distributor": { "type": "array", "description": "Information about the distributor of and options for obtaining the resource.", "translation": { "ISO 19115-2": ["MD_Distribution"], "FGDC CSDGM": ["distinfo"] }, "minItems": 1, "items": { "$ref": "./distributor.json#", "description": "Information about the distributor of and options for obtaining the resource." } } }, "anyOf": [{ "title": "description is required", "required": ["description"] }, { "title": "distributor is required", "required": ["distributor"] }] }
Version data entries
25 entries across 25 versions & 1 rubygems