Sha256: 4a0d4a453199c34e4c2396686e824f096f2367bd45e8a7ef920f6f08a51c4085
Contents?: true
Size: 277 Bytes
Versions: 5
Compression:
Stored size: 277 Bytes
Contents
{ "type": "object", "required": [ "value" ], "properties": { "value": { "$ref": "#/definitions/ValueType" } }, "definitions": { "ValueType": { "type": "string", "enum": [ "value_one", "value_two" ] } } }
Version data entries
5 entries across 5 versions & 1 rubygems