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