{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/ChipUiBlock.json", "title": "ChipUiBlock", "allOf": [ { "properties": { "id": { "example": "user_generated_id", "type": "string" }, "type": { "enum": [ "CHIP" ], "type": "string" }, "value": { "type": "string" } }, "required": [ "type", "value" ] } ], "type": "object" }