{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/LabelTemplate.json", "title": "LabelTemplate", "properties": { "id": { "description": "ID of the label template.", "type": "string" }, "name": { "description": "Name of the label template.", "type": "string" }, "zplTemplate": { "description": "The ZPL template that will be filled in and sent to a printer.", "type": "string" } }, "type": "object" }