Sha256: 971a02a57e468a738ae5e39a18f2adfb3fc3e87b2bd3e4666c1513021b64acc9
Contents?: true
Size: 792 Bytes
Versions: 28
Compression:
Stored size: 792 Bytes
Contents
{ "type": "object", "title": "journaled/change", "additionalProperties": false, "required": [ "id", "event_type", "created_at", "table_name", "record_id", "database_operation", "logical_operation", "changes", "actor" ], "properties": { "id": { "type": "string" }, "event_type": { "type": "string" }, "created_at": { "type": "string" }, "table_name": { "type": "string" }, "record_id": { "type": "string" }, "database_operation": { "type": "string", "enum": ["create", "update", "delete"] }, "logical_operation": { "type": "string" }, "changes": { "type": "string" }, "actor": { "type": ["string", null] } } }
Version data entries
28 entries across 28 versions & 1 rubygems