Sha256: c31e5a1d1cce94049a0559a73ed8ee0a455b8f6492492ca640750c2a5695063e
Contents?: true
Size: 1.26 KB
Versions: 16
Compression:
Stored size: 1.26 KB
Contents
{ "title": "Page Revision", "description": "A particular snapshot of a page which has, at some point, been published.", "type": "object", "additionalProperties": false, "required": ["id", "page_id", "author_id", "notes", "is_published", "is_minor", "preview_path", "ordinal", "screenshot_url", "created_at", "updated_at"], "properties": { "id": { "$ref": "uuid.json" }, "page_id": { "$ref": "uuid.json" }, "author_id": { "type": "string" }, "theme_id": { "type": "uuid.json" }, "category_id": { "type": "uuid.json" }, "status_code": { "type": "integer" }, "preview_url": { "type": "string", "format": "uri" }, "preview_path": { "type": "string", "format": "uri" }, "notes": { "type": ["string", "null"] }, "is_published": { "type": "boolean" }, "is_minor": { "type": "boolean" }, "ordinal": { "type": "integer", "minimum": 1 }, "screenshot_url": { "type": ["string", "null"], "format": "uri" }, "created_at": { "type": "string", "format": "date-time" }, "updated_at": { "type": "string", "format": "date-time" } } }
Version data entries
16 entries across 16 versions & 1 rubygems