Sha256: 212ac3e1b5cc05876d0937251bc09e82c0ad03e9f564ded9ea25c467a4f7d8ff
Contents?: true
Size: 1.86 KB
Versions: 1
Compression:
Stored size: 1.86 KB
Contents
{ "id": "keyword.json#", "$schema": "http://json-schema.org/draft-04/schema#", "description": "schema for a keyword entry", "example": "", "type": "object", "required": ["keyword"], "additionalProperties": true, "properties": { "keyword": { "type": "array", "description": "Commonly used word(s) or formalized word(s) or phrase(s) used to describe the subject.", "translation": { "ISO 19115-2": ["MD_Keywords > keyword"], "FGDC CSDGM": ["idinfo>keywords>theme>themekey", "idinfo>keywords>place>placekey", "idinfo>keywords>temporal>tempkey", "idinfo>keywords>stratum>stratkey"] }, "items": { "$ref": "#/definitions/keywordObject" }, "uniqueItems": true }, "keywordType": { "type": "string", "description": "A code, or concept, that defines the subject matter used to group similar keywords.", "translation": { "ISO 19115-2": ["MD_Keywords > type"] } }, "thesaurus": { "description": "Name of the formally registered thesaurus or a similar authoritative source of keywords.", "example": "", "translation": { "ISO 19115-2": ["MD_Keywords > thesaurusName > CI_Citation"], "FGDC CSDGM": ["idinfo>keywords>theme>themekt", "idinfo>keywords>place>placekt", "idinfo>keywords>temporal>tempkt", "idinfo>keywords>stratum>stratkt"] }, "$ref": "citation.json#" } }, "definitions": { "keywordObject": { "type" : "object", "required" : ["keyword"], "additionalProperties" : true, "properties" : {"keyword":{ "type" : "string", "description" : "Commonly used word(s) or formalized word(s) or phrase(s) used to describe the subject." },"keywordId": { "type" : "string", "description" : "Identifier for the keyword." }} } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
adiwg-mdjson_schemas-2.0.0.pre.alpha.1 | schema/keyword.json |