Sha256: a5e8f107873e2c1c3caeec398265d5b4fc0d7f8e09dafa11a025197e97a35313

Contents?: true

Size: 1.56 KB

Versions: 67

Compression:

Stored size: 1.56 KB

Contents

{
  "id": "distributor.json#",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "title": "distributor",
  "example":"../examples/distributor.json",
  "description": "Information about the distributor of and options for obtaining the resource.",
  "translation": {
    "ISO 19115-2": ["MD_Distribution"],
    "FGDC CSDGM": ["distinfo"]
  },
  "required": ["contact"],
  "additionalProperties": true,
  "properties": {
    "contact": {
      "description": "Party from whom the resource may be obtained. Note: This list need not be exhaustive.",
      "translation": {
        "ISO 19115-2": ["MD_Distribution > distributor > MD_Distributor > distributorContact > CI_ResponsibleParty"],
        "FGDC CSDGM": ["distinfo > distrib > cntinfo"]
      },
      "$ref": "./responsibility.json#"
    },
    "orderProcess": {
      "type": "array",
      "description": "Provides information about how the resource may be obtained and related instructions and fee information.",
      "translation": {
        "ISO 19115-2": ["MD_Distribution > distributor > MD_Distributor > distributionOrderProcess"]
      },
      "items": {
        "$ref":"./orderProcess.json#"
      }
    },
    "transferOption": {
      "type": "array",
      "description": "Describes method and media by which a resource is obtained from the distributor.",
      "translation": {
        "ISO 19115-2": ["MD_Distributor > distributorTransferOptions"],
        "FGDC CSDGM": ["distinfo > stdorder > digform > digtopt"]
      },
      "items": {
        "$ref": "./transferOption.json#"
      }
    }
  }
}

Version data entries

67 entries across 67 versions & 1 rubygems

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