Sha256: 2011506d64cc4712ece8616ad69a2fef5c62687f94a9030377508be2a83f0679

Contents?: true

Size: 845 Bytes

Versions: 7

Compression:

Stored size: 845 Bytes

Contents

{
  "type": "object",
  "title": "audit_log_event",
  "additionalProperties": false,
  "required": [
    "id",
    "event_type",
    "created_at",
    "class_name",
    "table_name",
    "record_id",
    "database_operation",
    "changes",
    "snapshot",
    "actor",
    "tags"
  ],
  "properties": {
    "id": { "type": "string" },
    "event_type": { "type": "string" },
    "created_at": { "type": "string" },
    "class_name": { "type": "string" },
    "table_name": { "type": "string" },
    "record_id": { "type": ["string", "integer"] },
    "database_operation": { "type": "string" },
    "changes": { "type": "object", "additionalProperties": true },
    "snapshot": { "type": ["object", "null"], "additionalProperties": true },
    "actor": { "type": "string" },
    "tags": { "type": "object", "additionalProperties": true }
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
journaled-6.0.0 journaled_schemas/journaled/audit_log/event.json
journaled-5.3.2 journaled_schemas/journaled/audit_log/event.json
journaled-5.3.1 journaled_schemas/journaled/audit_log/event.json
journaled-5.3.0 journaled_schemas/journaled/audit_log/event.json
journaled-5.2.0 journaled_schemas/journaled/audit_log/event.json
journaled-5.1.1 journaled_schemas/journaled/audit_log/event.json
journaled-5.1.0 journaled_schemas/journaled/audit_log/event.json