Sha256: 4661de0b1aea6f2a6c8667fa6dec242c509e12c03c5aa8f8065b1e3967866a16

Contents?: true

Size: 828 Bytes

Versions: 21

Compression:

Stored size: 828 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "referenceSystemParameterSet.json#",
  "type": "object",
  "title": "referenceSystemParameterSet",
  "description": "The set of parameters describing a spatial reference system.",
  "example": "../examples/referenceSystemParameterSet.json",
  "additionalProperties": true,
  "properties": {
    "projection": {
      "$ref": "./projection.json#"
    },
    "geodetic": {
      "$ref": "./geodetic.json#"
    },
    "verticalDatum": {
      "$ref": "./verticalDatum.json#"
    }
  },
  "oneOf": [{
      "title": "projection is required.",
      "required": ["projection"]
    },
    {
      "title": "geodetic is required.",
      "required": ["geodetic"]
    },
    {
      "title": "verticalDatum is required.",
      "required": ["verticalDatum"]
    }
  ]
}

Version data entries

21 entries across 21 versions & 1 rubygems

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