{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/ContainerLabels.json", "title": "ContainerLabels", "properties": { "barcode": { "example": "VIAL001", "type": "string" }, "id": { "example": "cnt_12345", "type": "string" }, "name": { "example": "My Container", "type": "string" } }, "type": "object" }