Sha256: f3bf4d3d1d7a18d6dc87046f12657b129e9effbdebf081822678f3f472ca7d14
Contents?: true
Size: 952 Bytes
Versions: 15
Compression:
Stored size: 952 Bytes
Contents
{ "title": "Template Revision", "description": "A particular snapshot of a template which has, at some point, been published.", "type": "object", "additionalProperties": false, "required": ["id", "template_id", "author_id", "notes", "is_published", "is_minor", "ordinal", "created_at", "updated_at"], "properties": { "id": { "$ref": "uuid.json" }, "template_id": { "$ref": "uuid.json" }, "author_id": { "type": "string" }, "notes": { "type": ["string", "null"] }, "is_published": { "type": "boolean" }, "is_minor": { "type": "boolean" }, "ordinal": { "type": "integer", "minimum": 1 }, "created_at": { "type": "string", "format": "date-time" }, "updated_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "date", "format": "date-time" } } }
Version data entries
15 entries across 15 versions & 1 rubygems