Sha256: 30c87d5e7892f6cda636e1098464d6912e4e6ffc12a8e7be175c83cb0d90e44e

Contents?: true

Size: 663 Bytes

Versions: 4

Compression:

Stored size: 663 Bytes

Contents

{
  "id": "resolution.json#",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "description": "schema for spatial resolution",
  "anyOf": [
    {
      "type": "object",
      "title": "scaleFactor",
      "required": ["equivalentScale"],
      "additionalProperties": true,
      "properties": {
        "equivalentScale": {
          "type": "number"
        }
      }
    }, {
      "type": "object",
      "title": "distance",
      "required": ["distance"],
      "additionalProperties": true,
      "properties": {
        "distance": {
          "type": "number"
        },
        "uom": {
          "type": "string"
        }
      }
    }
  ]
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
adiwg-json_schemas-0.8.1 schema/schema/resolution.json
adiwg-json_schemas-0.8.0 schema/schema/resolution.json
adiwg-json_schemas-0.7.0 schema/schema/resolution.json
adiwg-json_schemas-0.5.2 schema/schema/resolution.json