Sha256: a4fc0a81c672d577f2785809e5282859a8756d7572e989a81e2e0b9d4224ac1a
Contents?: true
Size: 1.49 KB
Versions: 6
Compression:
Stored size: 1.49 KB
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "/", "type": "object", "properties": { "komic_cli_version": { "id": "komic_version", "type": "string" }, "content_json_version": { "id": "komic_version", "type": "string" }, "name": { "id": "name", "type": "string" }, "author": { "id": "author", "type": "object", "properties": { "name": { "id": "name", "type": "string" } } }, "description": { "id": "description", "type": "string" }, "thumbnails": { "id": "thumbnails", "type": "object", "properties": { "height": { "id": "height", "type": "integer" }, "path": { "id": "path", "type": "string" } } }, "images": { "id": "images", "type": "array", "items": [ { "id": "0", "type": "object", "properties": { "src": { "id": "src", "type": "string" }, "width": { "id": "width", "type": "integer" }, "height": { "id": "height", "type": "integer" } } } ] } }, "required": [ "komic_cli_version", "content_json_version", "name", "author", "description", "thumbnails", "images" ] }
Version data entries
6 entries across 6 versions & 1 rubygems