{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/NameTemplatePart.json", "title": "NameTemplatePart", "properties": { "datetimeFormat": { "nullable": true, "type": "string" }, "fieldId": { "nullable": true, "type": "string" }, "text": { "nullable": true, "type": "string" }, "type": { "type": "string" } }, "type": "object" }