{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/EventBase.json", "title": "EventBase", "properties": { "createdAt": { "format": "date-time", "type": "string" }, "deprecated": { "example": false, "type": "boolean" }, "excludedProperties": { "description": "These properties have been dropped from the payload due to size.\n", "items": { "type": "string" }, "type": "array" }, "id": { "type": "string" }, "schema": { "nullable": true, "properties": { "id": { "type": "string" }, "name": { "type": "string" } }, "type": "object" } }, "type": "object" }