Sha256: c3ac7b005ecaa111aea4dc90f9ed32028e20fa09392b6ab98a3cca986062fd5d
Contents?: true
Size: 1.11 KB
Versions: 8
Compression:
Stored size: 1.11 KB
Contents
{ "title": "Template", "description": "A template served by landable", "type": "object", "additionalProperties": false, "required": ["name", "slug", "description", "is_layout", "body"], "properties": { "id": { "$ref": "uuid.json" }, "name": { "type": ["string"] }, "slug": { "type": ["string"] }, "file": { "type": ["string", "null"] }, "title": { "type": ["string"] }, "body": { "type": ["string"] }, "description": { "type": ["string"] }, "is_layout": { "type": "boolean" }, "editable": { "type": "boolean" }, "thumbnail_url": { "type": ["string", "null"] }, "is_publishable": { "type": "boolean" }, "published_revision_id": { "type": ["null", {"$ref": "uuid.json"}] }, "updated_by_author_id": { "type": ["null", {"$ref": "uuid.json"}] }, "deleted_at": { "type": "date", "format": "date-time" }, "audit_flags" : { "type" : ["array", "null"], "items" : { "type" : "string"} } } }
Version data entries
8 entries across 8 versions & 1 rubygems