Sha256: 2467d224a659100924c5f49c7baae89672953a0aad947e05ee81834cdc717d8e

Contents?: true

Size: 238 Bytes

Versions: 5

Compression:

Stored size: 238 Bytes

Contents

// JSON schema for getting a single unit
{
  "$schema": "http://json-schema.org/draft-04/schema#",

  "type": "object",

  "properties": {
    "unit": { "$ref": "unit.json" }
  },

  "additionalProperties": false,
  "required": ["unit"]
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
okei-1.0.2 spec/examples/json_schemas/get_unit.json
okei-1.0.1 spec/examples/json_schemas/get_unit.json
okei-1.0.0 spec/examples/json_schemas/get_unit.json
okei-1.0.0.pre.rc spec/examples/json_schemas/get_unit.json
okei-0.0.2 spec/examples/json_schemas/get_unit.json