Sha256: 09abfe071b3efc6e1bbe73bc104e5ecad23fdb22b575da07eac1d600caac26bb
Contents?: true
Size: 375 Bytes
Versions: 7
Compression:
Stored size: 375 Bytes
Contents
{ "type": "object", "$schema": "http://json-schema.org/draft-03/schema", "id": "http://jsonschema.net", "required":false, "properties": { "artistName": { "type": "string", "required":true }, "description": { "type": "string", "required": false }, "imageURL": { "type": "string", "required": false } } }
Version data entries
7 entries across 7 versions & 1 rubygems