Sha256: 69a4a45fd9f9f57cae00c678a7cf5fa42018a0c57d151522f0b4cd7d233933e3
Contents?: true
Size: 1007 Bytes
Versions: 1
Compression:
Stored size: 1007 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" }, "category_id": { "type": "uuid.json" }, "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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
landable-1.14.0 | doc/schema/template_revision.json |