Sha256: 9475e012ab2023907636d48f4a3704b7420166797778a268567c21e444a3d948

Contents?: true

Size: 1.2 KB

Versions: 42

Compression:

Stored size: 1.2 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
    }
  }
}

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.4.5 schema/format.json
adiwg-mdjson_schemas-2.4.4 schema/format.json
adiwg-mdjson_schemas-2.4.3 schema/format.json
adiwg-mdjson_schemas-2.4.2 schema/format.json
adiwg-mdjson_schemas-2.4.1 schema/format.json
adiwg-mdjson_schemas-2.4.0 schema/format.json
adiwg-mdjson_schemas-2.3.2 schema/format.json
adiwg-mdjson_schemas-2.3.1 schema/format.json
adiwg-mdjson_schemas-2.3.0 schema/format.json
adiwg-mdjson_schemas-2.2.0 schema/format.json
adiwg-mdjson_schemas-2.1.2 schema/format.json
adiwg-mdjson_schemas-2.1.1 schema/format.json
adiwg-mdjson_schemas-2.1.0 schema/format.json
adiwg-mdjson_schemas-2.0.3 schema/format.json
adiwg-mdjson_schemas-2.0.2 schema/format.json
adiwg-mdjson_schemas-2.0.1 schema/format.json
adiwg-mdjson_schemas-2.0.0 schema/format.json
adiwg-mdjson_schemas-2.0.0.pre.beta.7 schema/format.json
adiwg-mdjson_schemas-2.0.0.pre.beta.6 schema/format.json
adiwg-mdjson_schemas-2.0.0.pre.beta.5 schema/format.json