Sha256: 5a298744cc24e0746550b4c2d718dec1179758089bccac1ffa662c3cb25ab81e

Contents?: true

Size: 493 Bytes

Versions: 14

Compression:

Stored size: 493 Bytes

Contents

{
  "title": "PageAudits / TemplateAudits / Audits",
  "description": "Audits SERVED(!) by landable",
  "type": "object",
  "additionalProperties": false,
  "required": ["id"],

  "properties": {
    "id": {
      "$ref": "uuid.json#"
    },

    "notes": {
      "type": ["text", "null"]
    },

    "approver": {
      "type": ["text", "null"]
    },

    "flags": {
      "type": ["array", "null"]
    },

    "created_at": {
      "type": "string",
      "format": "date-time"
    }
  }
}

Version data entries

14 entries across 14 versions & 1 rubygems

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