Sha256: d459c43ce03c4f94965a520cf63f7494498bd052f6a94d8ebd86138571b5577f
Contents?: true
Size: 864 Bytes
Versions: 17
Compression:
Stored size: 864 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "", "type": "object", "properties": { "data": { "id": "/data", "type": "object", "properties": { "id": { "id": "/data/id", "type": "string" }, "type": { "id": "/data/type", "type": "string" }, "attributes": { "id": "/data/attributes", "type": "object", "properties": { "name": { "id": "/data/attributes/name", "type": "string" }, "description": { "id": "/data/attributes/description", "type": "string" } } } }, "required": [ "id", "type", "attributes" ] } }, "required": [ "data" ] }
Version data entries
17 entries across 17 versions & 4 rubygems