{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/InteractiveUiBlock.json", "title": "InteractiveUiBlock", "properties": { "enabled": { "nullable": true, "type": "boolean" }, "id": { "example": "user_defined_id", "type": "string" } }, "required": [ "id" ], "type": "object" }