{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/BatchSchema.json", "title": "BatchSchema", "allOf": [ { "$ref": "#/components/schemas/RegistrySchema" }, { "properties": { "entitySchemaId": { "type": "string" }, "modifiedAt": { "description": "DateTime the Batch Schema was last modified", "example": "2017-04-18T05:55:48.685345+00:00", "format": "date-time", "type": "string" } }, "type": "object" } ] }