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

Version Path
landable-1.13.2 doc/schema/template_revision.json
landable-1.13.1 doc/schema/template_revision.json
landable-1.12.3 doc/schema/template_revision.json
landable-1.12.2 doc/schema/template_revision.json
landable-1.12.1 doc/schema/template_revision.json
landable-1.11.1 doc/schema/template_revision.json
landable-1.11.0 doc/schema/template_revision.json
landable-1.10.0.rc2 doc/schema/template_revision.json
landable-1.10.0.rc1 doc/schema/template_revision.json
landable-1.9.2 doc/schema/template_revision.json
landable-1.9.1 doc/schema/template_revision.json
landable-1.9.0 doc/schema/template_revision.json
landable-1.9.0.rc2 doc/schema/template_revision.json
landable-1.9.0.rc1 doc/schema/template_revision.json
landable-1.8.0 doc/schema/template_revision.json