Sha256: 6a35da4d7969b646f6d39c70fc04afaeaa3465d9682da9e93389d45ed8f746b6
Contents?: true
Size: 487 Bytes
Versions: 17
Compression:
Stored size: 487 Bytes
Contents
{ "title": "Author", "description": "An author of landable content", "type": "object", "additionalProperties": false, "required": ["id", "username", "email", "first_name", "last_name"], "properties": { "id": { "$ref": "uuid.json#" }, "username": { "type": "string" }, "email": { "type": "string", "format": "email" }, "first_name": { "type": "string" }, "last_name": { "type": "string" } } }
Version data entries
17 entries across 17 versions & 1 rubygems