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