Sha256: eb6efbb2c839937089c0cca95038354d2c0e98b0948a0bd330055614ec6ce08b

Contents?: true

Size: 1.68 KB

Versions: 67

Compression:

Stored size: 1.68 KB

Contents

{
  "id": "graphic.json#",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "graphic",
  "example":"../examples/graphic.json",
  "description": "Provides a path or link to images, maps, flow charts, models, etc. that illustrate the resource.",
  "type": "object",
  "required": ["fileName"],
  "additionalProperties": true,
  "properties": {
    "fileName": {
      "type": "string",
      "description": "Name of the file that contains a graphic describing the resource.",
      "translation": {
        "ISO 19115-2": ["MD_BrowseGraphic > filename"],
        "FGDC CSDGM": ["idinfo > browse > browsen"]
      }
    },
    "fileDescription": {
      "type": "string",
      "description": "Description of the graphic.",
      "translation": {
        "ISO 19115-2": ["MD_BrowseGraphic > fileDescription"],
        "FGDC CSDGM": ["idinfo > browse > browsed"]
      }
    },
    "fileType": {
      "type": "string",
      "description": "The format in which the illustration is encoded such as GIF, JPEG, PBM, PS, TIFF.",
      "translation": {
        "ISO 19115-2": ["MD_BrowseGraphic > fileType"],
        "FGDC CSDGM": ["idinfo > browse > browset"]
      }
    },
    "fileConstraint": {
      "type": "array",
      "description": "Identifies, legal, security, and other constraint requirements associated with use and distribution of the graphic",
      "translation": {},
      "items": {
        "$ref": "constraint.json#"
      }
    },
    "fileUri": {
      "type": "array",
      "description": "URI of the graphic.",
      "translation": {
        "ISO 19115-2": ["MD_BrowseGraphic > filename @xlink:href"]
      },
      "items": {
        "$ref": "onlineResource.json#"
      }
    }
  }
}

Version data entries

67 entries across 67 versions & 1 rubygems

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