Sha256: 9b188612e6c25e2fa1e8f64dae61dfa3ffb7e9ff467fd59aaa3dfe5411aab475

Contents?: true

Size: 1.42 KB

Versions: 7

Compression:

Stored size: 1.42 KB

Contents

{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "id" : "identifier.json#",
    "title": "identifier",
    "description": "Assigned identifier for a resource.",
    "example":"../examples/identifier.json",
    "translation": {
      "ISO 19115-2": ["MD_Identifier"]
    },
    "type": "object",
    "required": ["identifier"],
    "properties": {
      "identifier": {
        "type": "string",
        "description": "A name that is used to identify the resource.",
        "translation": {
          "ISO 19115-2": ["MD_Identifier > code"]
        }
      },
      "namespace": {
        "type": "string",
        "description": "A string which unambiguously defines the namespace for the identifier.",
        "translation": {
          "ISO 19115-2": ["RS_Identifier > codeSpace"]
        }
      },
      "version": {
        "type": "string",
        "description": "The version of the identifier.",
        "translation": {
          "ISO 19115-2": ["RS_Identifier > version"]
        }
      },
      "description": {
        "type": "string",
        "description": "A natural language description of the meaning of the identifier value."
      },
      "authority": {
        "description": "Citation for the authority issuing the identifier.",
        "example": "",
        "translation": {
          "ISO 19115-2": ["MD_Identifier > authority > CI_Citation"]
        },
        "$ref": "./citation.json#"
      }
    }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.0.0.pre.alpha.8 schema/identifier.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.7 schema/identifier.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.6 schema/identifier.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.5 schema/identifier.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.4 schema/identifier.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.3 schema/identifier.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.2 schema/identifier.json