Sha256: 8028bae66c6b995bcd960214b96f8444a19ae9d283a382d3ea5b9278630aa108

Contents?: true

Size: 1.39 KB

Versions: 60

Compression:

Stored size: 1.39 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.",
        "translation": {
          "ISO 19115-2": ["MD_Identifier > authority > CI_Citation"]
        },
        "$ref": "./citation.json#"
      }
    }
}

Version data entries

60 entries across 60 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.5.1 schema/identifier.json
adiwg-mdjson_schemas-2.5.0 schema/identifier.json
adiwg-mdjson_schemas-2.4.9 schema/identifier.json
adiwg-mdjson_schemas-2.4.8 schema/identifier.json
adiwg-mdjson_schemas-2.4.7 schema/identifier.json
adiwg-mdjson_schemas-2.4.5 schema/identifier.json
adiwg-mdjson_schemas-2.4.4 schema/identifier.json
adiwg-mdjson_schemas-2.4.3 schema/identifier.json
adiwg-mdjson_schemas-2.4.2 schema/identifier.json
adiwg-mdjson_schemas-2.4.1 schema/identifier.json
adiwg-mdjson_schemas-2.4.0 schema/identifier.json
adiwg-mdjson_schemas-2.3.2 schema/identifier.json
adiwg-mdjson_schemas-2.3.1 schema/identifier.json
adiwg-mdjson_schemas-2.3.0 schema/identifier.json
adiwg-mdjson_schemas-2.2.0 schema/identifier.json
adiwg-mdjson_schemas-2.1.2 schema/identifier.json
adiwg-mdjson_schemas-2.1.1 schema/identifier.json
adiwg-mdjson_schemas-2.1.0 schema/identifier.json
adiwg-mdjson_schemas-2.0.3 schema/identifier.json
adiwg-mdjson_schemas-2.0.2 schema/identifier.json