Sha256: a3597ffe27d5330a0a99620e39b171806084df55856eb0b07ade236c9b6afe45

Contents?: true

Size: 1.03 KB

Versions: 6

Compression:

Stored size: 1.03 KB

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "additionalDocumentation.json#",
  "type": "object",
  "title": "additionalDocumentation",
  "description": "Other documents related to, but not defining, the resource such as factsheets, data catalog pages, award documents, proposals, and informational websites.",
  "translation": {
    "ISO 19115-2": ["MD_DataIdentification > aggregationInfo > MD_AggregateInformation > aggregateDataSetName > CI_Citation"],
    "FGDC CSDGM": ["idinfo > crossref "]
  },
  "example": "../examples/additionalDocumentation.json",
  "required": ["citation"],
  "properties": {
    "resourceType": {
      "type": "string",
      "description": "Identifies the type of resource, such as: userGuide, website, report, etc.",
      "translation": {
        "ISO 19115-2": ["[MD_ScopeCode]"]
      }
    },
    "citation": {
      "type": "array",
      "description": "Citation for the additional resource.",
      "translation": {},
      "items": {
        "$ref": "citation.json#"
      }
    }
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

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