Sha256: 45e7b077c788fdbb2cb5fae38e1c7254d38389f280bb85667d045131deaf1707

Contents?: true

Size: 993 Bytes

Versions: 2

Compression:

Stored size: 993 Bytes

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 "]
  },
  "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

2 entries across 2 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.0.0.pre.alpha.1 schema/additionalDocumentation.json
adiwg-mdjson_schemas-2.0.0.pre.alpha schema/additionalDocumentation.json