Sha256: 2df1ebe70f8bb799f65d5657ec02e5a7dbe144d8013d6b33604690dab513a5c5

Contents?: true

Size: 816 Bytes

Versions: 20

Compression:

Stored size: 816 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "measure.json#",
  "type": "object",
  "title": "measure",
  "description": "Number and type of units",
  "example": "../examples/measure.json",  "required": ["type", "value", "unitOfMeasure"],
  "additionalProperties": true,
  "properties": {
    "type": {
      "type": "string",
      "description": "The type of measurement.",
            "translation": {},
      "enum": ["distance", "length", "vertical", "angle"]
    },
    "value": {
      "type": "number",
      "description": "The number of units in the measurement.",
            "translation": {}
    },
    "unitOfMeasure": {
      "type": "string",
      "description": "The type of units to associated with the value.",
            "translation": {},
      "minLength": 1
    }
  }
}

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.0.0.pre.beta.2 schema/measure.json
adiwg-mdjson_schemas-2.0.0.pre.beta.1 schema/measure.json
adiwg-mdjson_schemas-2.0.0.pre.beta schema/measure.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.18 schema/measure.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.17 schema/measure.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.16 schema/measure.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.15 schema/measure.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.14 schema/measure.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.13 schema/measure.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.12 schema/measure.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.11 schema/measure.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.10 schema/measure.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.9 schema/measure.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.8 schema/measure.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.7 schema/measure.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.6 schema/measure.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.5 schema/measure.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.4 schema/measure.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.3 schema/measure.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.2 schema/measure.json