Sha256: 5cab5fe628c8ee684a9760448cf28fe5f057a2d6f629e41de5abc463b9bc1e6a

Contents?: true

Size: 1.51 KB

Versions: 25

Compression:

Stored size: 1.51 KB

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "format.json#",
  "type": "object",
  "title": "format",
  "description": "Provides information about the format used.",
  "example": "../examples/format.json",
  "translation": {
    "ISO 19115-2": ["MD_Format"],
    "FGDC CSDGM": ["distinfo > stdorder > digform"]
  },
  "required": ["formatSpecification"],
  "additionalProperties": true,
  "properties": {
    "formatSpecification": {
      "$ref": "./citation.json#",
      "translation": {
        "ISO 19115-2": ["MD_Format > name", "MD_Format > version"],
        "FGDC CSDGM": ["distinfo > stdorder > digform > digtinfo > formname", "idinfo > citation > citeinfo > edition"]
      },
      "description": "Citation of the specification for the format."
    },
    "amendmentNumber": {
      "type": "string",
      "description": "Amendment number of the format version.",
      "translation": {},
      "minLength": 1
    },
    "compressionMethod": {
      "type": "string",
      "description": "Recommendations of algorithms or processes that can be applied to read or expand resources to which compression techniques have been applied.",
      "translation": {},
      "minLength": 1
    },
    "technicalPrerequisite": {
      "type": "string",
      "description": "Description of any technical capabilities that the consumer must have to use the data set in the form(s) provided by the distributor.",
      "translation": {
        "FGDC CSDGM": ["distinfo > techpreq"]
      },
      "minLength": 1
    }

  }
}

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.9.2.pre.beta.21 schema/format.json
adiwg-mdjson_schemas-2.9.2.pre.beta.20 schema/format.json
adiwg-mdjson_schemas-2.9.2.pre.beta.19 schema/format.json
adiwg-mdjson_schemas-2.9.1 schema/format.json
adiwg-mdjson_schemas-2.9.0 schema/format.json
adiwg-mdjson_schemas-2.8.1 schema/format.json
adiwg-mdjson_schemas-2.8.0 schema/format.json
adiwg-mdjson_schemas-2.8.0.pre.beta9 schema/format.json
adiwg-mdjson_schemas-2.8.0.pre.beta8 schema/format.json
adiwg-mdjson_schemas-2.8.0.pre.rc8 schema/format.json
adiwg-mdjson_schemas-2.8.0.pre.rc7 schema/format.json
adiwg-mdjson_schemas-2.8.0.pre.beta6 schema/format.json
adiwg-mdjson_schemas-2.8.0.pre.beta3 schema/format.json
adiwg-mdjson_schemas-2.8.0.pre.beta2 schema/format.json
adiwg-mdjson_schemas-2.8.0.pre.beta schema/format.json
adiwg-mdjson_schemas-2.7.0 schema/format.json
adiwg-mdjson_schemas-2.6.3 schema/format.json
adiwg-mdjson_schemas-2.6.2 schema/format.json
adiwg-mdjson_schemas-2.6.1 schema/format.json
adiwg-mdjson_schemas-2.6.0 schema/format.json