{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/EntrySchema.json", "title": "EntrySchema", "description": "Entry schema", "properties": { "id": { "description": "ID of the entry schema", "type": "string" }, "modifiedAt": { "description": "DateTime the Entry Schema was last modified", "example": "2017-04-18T05:55:48.685345+00:00", "format": "date-time", "type": "string" }, "name": { "description": "Name of the entry schema", "type": "string" } }, "type": "object" }