Sha256: e0295157bccb2a2c01c0d8175beabeb74e78bd51257e5e232816506b4c170a3a

Contents?: true

Size: 1.92 KB

Versions: 29

Compression:

Stored size: 1.92 KB

Contents

{
  "id": "keyword.json#",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "description": "schema for a keyword entry",
  "example": "../examples/keyword.json",
  "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.",
      "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",
      "example": "../examples/keyword.json#/0/keyword/0",
      "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

29 entries across 29 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.0.3 schema/keyword.json
adiwg-mdjson_schemas-2.0.2 schema/keyword.json
adiwg-mdjson_schemas-2.0.1 schema/keyword.json
adiwg-mdjson_schemas-2.0.0 schema/keyword.json
adiwg-mdjson_schemas-2.0.0.pre.beta.7 schema/keyword.json
adiwg-mdjson_schemas-2.0.0.pre.beta.6 schema/keyword.json
adiwg-mdjson_schemas-2.0.0.pre.beta.5 schema/keyword.json
adiwg-mdjson_schemas-2.0.0.pre.beta.4 schema/keyword.json
adiwg-mdjson_schemas-2.0.0.pre.beta.3 schema/keyword.json
adiwg-mdjson_schemas-2.0.0.pre.beta.2 schema/keyword.json
adiwg-mdjson_schemas-2.0.0.pre.beta.1 schema/keyword.json
adiwg-mdjson_schemas-2.0.0.pre.beta schema/keyword.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.18 schema/keyword.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.17 schema/keyword.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.16 schema/keyword.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.15 schema/keyword.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.14 schema/keyword.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.13 schema/keyword.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.12 schema/keyword.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.11 schema/keyword.json