Sha256: 9868dfc4ac5ea64144b141d84f4a1c4b8337b5a1c768433b045ff56e04b79df2

Contents?: true

Size: 1.01 KB

Versions: 42

Compression:

Stored size: 1.01 KB

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "distribution.json#",
  "type": "object",
  "title": "distribution",
  "description": "Information about the distributor of and options for obtaining the resource.",
  "example":"../examples/distribution.json",
  "translation": {
    "ISO 19115-2": ["MD_Metadata > distribution > MD_Distribution"],
    "FGDC CSDGM": ["distinfo"]
  },
  "additionalProperties": true,
  "properties": {
    "description": {
      "type": "string",
      "description": "A description of a set of distribution options.",
      "translation": {}
    },
    "distributor": {
      "type": "array",
      "description": "Information about the distributor of and options for obtaining the resource.",
      "translation": {
        "ISO 19115-2": ["MD_Distribution"],
        "FGDC CSDGM": ["distinfo"]
      },
      "items": {
        "$ref": "./distributor.json#",
        "description": "Information about the distributor of and options for obtaining the resource."
      }
    }
  }
}

Version data entries

42 entries across 42 versions & 1 rubygems

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