Sha256: 2302be0b67650883f8699da10e114a1ae61a106aa828f12d8dc22f98b97df26d
Contents?: true
Size: 1.01 KB
Versions: 2
Compression:
Stored size: 1.01 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" } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
landable-1.9.0.rc1 | doc/schema/template.json |
landable-1.8.0 | doc/schema/template.json |