{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/SectionUiBlock.json", "title": "SectionUiBlock", "allOf": [ { "$ref": "#/components/schemas/AppCanvasLeafNodeUiBlockList" }, { "properties": { "id": { "example": "user_generated_id", "type": "string" }, "type": { "enum": [ "SECTION" ], "type": "string" } } } ], "type": "object" }