{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/EntryTemplateUpdate.json", "title": "EntryTemplateUpdate", "additionalProperties": false, "properties": { "fields": { "$ref": "#/components/schemas/Fields" }, "modifiedAt": { "description": "DateTime the template was last modified", "type": "string" }, "name": { "description": "Title of the template", "type": "string" }, "schemaId": { "description": "ID of the schema for the entry", "type": "string" }, "templateCollectionId": { "description": "ID of the collection that contains the template", "type": "string" } }, "type": "object" }