{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/AppCanvas.json", "title": "AppCanvas", "allOf": [ { "$ref": "#/components/schemas/AppCanvasBase" }, { "properties": { "app": { "allOf": [ { "$ref": "#/components/schemas/AppSummary" }, { "nullable": false } ] }, "id": { "example": "cnvs_Q4mPJ34a", "type": "string" } } } ], "type": "object" }