Sha256: 91bc5ee3aefc1c7371f3c17c54d0634cb6c2e0ecd7155a1057c6bb9a2aed13ca
Contents?: true
Size: 594 Bytes
Versions: 12
Compression:
Stored size: 594 Bytes
Contents
{ "type": "object", "required": [ "board", "id", "is_admin", "encrypted_password", "created_at", "updated_at" ], "properties": { "board": { "type": "object", "required": [ "name" ], "properties": { "name": { "type": "string" } } }, "id": { "type": "integer" }, "is_admin": { "type": "boolean" }, "encrypted_password": { "type": "string|nil" }, "created_at": { "type": "string" }, "updated_at": { "type": "string" } } }
Version data entries
12 entries across 12 versions & 1 rubygems