{ "id": "resourceInfo.json#", "$schema": "http://json-schema.org/draft-04/schema#", "description": "schema for ADIwg metadata resourceInfo section", "type": "object", "required": ["citation", "abstract", "status", "language"], "additionalProperties": false, "properties": { "citation": { "$ref": "./citation.json#" }, "resourceIdentifier": { "type": "array", "items": { "$ref": "./citation.json#/definitions/resourceIdentifier" } }, "pointOfContact": { "type": "array", "minItems": 1, "uniqueItems": true, "items": { "$ref": "./contact.json#/definitions/contactRef" } }, "abstract": { "type": "string" }, "shortAbstract": { "type": "string" }, "status": { "type": "string" }, "resourceUri": { "$ref": "../schema.json#/definitions/uri" }, "hasMapLocation": { "type": "boolean" }, "hasDataAvailable": { "type": "boolean" }, "language": { "type": "array", "items": { "type": "string" } }, "purpose": { "type": "string" }, "credit": { "type": "array", "items": { "type": "string" } }, "topicCategory": { "type": "array", "items": { "type": "string" } }, "environmentDescription": { "type": "string" }, "resourceNativeFormat": { "type": "array", "minItems": 1, "uniqueItems": true, "items": { "$ref": "./distributor.json#/definitions/format" } }, "keyword": { "type": "array", "uniqueItems": true, "items": { "$ref": "./keyword.json" } }, "resourceMaintenance": { "type": "array", "items": { "$ref": "./maintInfo.json#" } }, "resourceSpecificUsage": { "type": "array", "uniqueItems": true, "items": { "$ref": "./usage.json" } }, "graphicOverview": { "type": "array", "items": { "$ref": "./graphicOverview.json#" } }, "constraint": { "type": "object", "properties": { "useLimitation": { "$ref": "./resourceConstraint.json#/definitions/useLimitation" }, "legalConstraint": { "type": "array", "items": { "$ref": "./resourceConstraint.json#/definitions/legalConstraint" } }, "securityConstraint": { "type": "array", "items": { "$ref": "./resourceConstraint.json#/definitions/securityConstraint" } } } }, "taxonomy": { "$ref": "./taxonomy.json" }, "spatialDatum": { "description": "Description of the spatial and temporal reference systems used in the dataset.", "type": "array", "items": { "type": "string" } }, "spatialRepresentation": { "type": "array", "items": { "type": "string" } }, "spatialResolution": { "type": "array", "items": { "$ref": "./resolution.json" } }, "extent": { "type": "array", "items": { "$ref": "./extent.json" } }, "dataQualityInfo": { "type": "array", "items": { "$ref": "./dataQuality.json#" } }, "supplementalInfo": { "type": "string" } } }