{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/AppCanvasCreate.json", "title": "AppCanvasCreate", "additionalProperties": false, "allOf": [ { "$ref": "#/components/schemas/AppCanvasCreateBase" }, { "properties": { "appId": { "description": "Identifier of the app owning this canvas. For backwards compatibility, this property will be temporarily optional until the requisite time window for breaking changes in beta endpoints has passed.\n", "nullable": false, "type": "string" } }, "type": "object" }, { "required": [ "blocks", "featureId", "resourceId", "appId" ] } ], "type": "object" }