Sha256: d77c114f86b90c3a7fa373cdbd08301cbf999ef62b7bd50f5c6e03c065dc1a3d
Contents?: true
Size: 350 Bytes
Versions: 14
Compression:
Stored size: 350 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "schema for a list of authors", "type": "object", "properties": { "author": { "type": "object", "properties": { "id": { "type": "integer" }, "first_name": { "type": "string" }, "last_name": { "type": "string" } } } } }
Version data entries
14 entries across 14 versions & 1 rubygems