{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/EntityLabels.json", "title": "EntityLabels", "properties": { "entityRegistryId": { "example": "REAG000", "nullable": true, "type": "string" }, "id": { "example": "bfi_12345", "type": "string" }, "name": { "example": "Deionized Water", "type": "string" } }, "type": "object" }