Sha256: 38fe9e6ac5b1ea7313d44ef7de67ef612e324d89a79151d1f94f057247b52c9c
Contents?: true
Size: 1.48 KB
Versions: 7
Compression:
Stored size: 1.48 KB
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "scope.json#", "type": "object", "title": "", "description": "The target resource and physical extent for which information is reported.", "example": "../examples/scope.json", "additionalProperties": true, "required": ["scopeCode"], "properties": { "scopeCode": { "type": "string", "title": "", "description": "Class of information to which the resource applies.", "translation": {} }, "scopeDescription": { "type": "array", "description": "Detailed description/listing of the items specified by the scope.", "translation": {}, "items": { "type": "object", "required": ["type", "description"], "additionalProperties": true, "properties": { "type": { "type": "string", "description": "The type of item described.", "translation": {}, "minLength": 1, "enum": ["dataset", "attribute", "feature", "other"] }, "description": { "type": "string", "description": "Description of the scope item.", "translation": {}, "minLength": 1 } } } }, "timePeriod": { "type": "array", "description": "information about the temporal extent of the resource specified by the scope", "translation": {}, "items": { "$ref": "./timePeriod.json#" } } } }
Version data entries
7 entries across 7 versions & 1 rubygems