Sha256: 1640c8c26e069a89be8a72d15cc48abcbf5c5cdf736540f34a2173419128c9bc

Contents?: true

Size: 795 Bytes

Versions: 1

Compression:

Stored size: 795 Bytes

Contents

{
  "id": "keyword.json#",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "description": "schema for a keyword entry",
  "type": "object",
  "required": ["keyword"],
  "additionalProperties": false,
  "properties": {
    "keyword": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "uniqueItems": true
    },
    "keywordType": {
      "type": "string"
    },
    "thesaurus": {
      "$ref": "#/definitions/thesaurus"
    }
  },
  "definitions": {
    "thesaurus": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "thesaurusLink": {
          "$ref": "../schema.json#/definitions/url"
        },
        "citation": {
          "$ref": "citation.json#/definitions/citationMain"
        }
      }
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
adiwg-json_schemas-0.5.2 schema/schema/keyword.json