Sha256: eb6efbb2c839937089c0cca95038354d2c0e98b0948a0bd330055614ec6ce08b
Contents?: true
Size: 1.68 KB
Versions: 67
Compression:
Stored size: 1.68 KB
Contents
{ "id": "graphic.json#", "$schema": "http://json-schema.org/draft-04/schema#", "title": "graphic", "example":"../examples/graphic.json", "description": "Provides a path or link to images, maps, flow charts, models, etc. that illustrate the resource.", "type": "object", "required": ["fileName"], "additionalProperties": true, "properties": { "fileName": { "type": "string", "description": "Name of the file that contains a graphic describing the resource.", "translation": { "ISO 19115-2": ["MD_BrowseGraphic > filename"], "FGDC CSDGM": ["idinfo > browse > browsen"] } }, "fileDescription": { "type": "string", "description": "Description of the graphic.", "translation": { "ISO 19115-2": ["MD_BrowseGraphic > fileDescription"], "FGDC CSDGM": ["idinfo > browse > browsed"] } }, "fileType": { "type": "string", "description": "The format in which the illustration is encoded such as GIF, JPEG, PBM, PS, TIFF.", "translation": { "ISO 19115-2": ["MD_BrowseGraphic > fileType"], "FGDC CSDGM": ["idinfo > browse > browset"] } }, "fileConstraint": { "type": "array", "description": "Identifies, legal, security, and other constraint requirements associated with use and distribution of the graphic", "translation": {}, "items": { "$ref": "constraint.json#" } }, "fileUri": { "type": "array", "description": "URI of the graphic.", "translation": { "ISO 19115-2": ["MD_BrowseGraphic > filename @xlink:href"] }, "items": { "$ref": "onlineResource.json#" } } } }
Version data entries
67 entries across 67 versions & 1 rubygems