{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/CustomEntitySummary.json", "title": "CustomEntitySummary", "properties": { "entityType": { "enum": [ "custom_entity" ], "type": "string" }, "id": { "example": "bfi_xCUXNVyG", "type": "string" }, "type": { "deprecated": true, "type": "string" } }, "type": "object" }