Sha256: 4a7f4b474f18223fe70230adf1f36cd8c12caa0d6323b5ed4d304ec96485c36e

Contents?: true

Size: 1.55 KB

Versions: 25

Compression:

Stored size: 1.55 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": {}
    },
    "liabilityStatement": {
      "type": "string",
      "description": "A statement of the liability assumed by the resource owner.",
      "translation": {
        "ISO 19115-2": ["MD_DataIdentification > resourceConstraints > MD_LegalConstraints > otherConstraints"],
        "FGDC CSDGM": ["distinfo > distliab"],
        "sbJSON": ["rights"]
      }
    },
    "distributor": {
      "type": "array",
      "description": "Information about the distributor of and options for obtaining the resource.",
      "translation": {
        "ISO 19115-2": ["MD_Distribution"],
        "FGDC CSDGM": ["distinfo"]
      },
      "minItems": 1,
      "items": {
        "$ref": "./distributor.json#",
        "description": "Information about the distributor of and options for obtaining the resource."
      }
    }
  },
  "anyOf": [{
    "title": "description is required",
    "required": ["description"]
  }, {
    "title": "distributor is required",
    "required": ["distributor"]
  }]
}

Version data entries

25 entries across 25 versions & 1 rubygems

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