{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/AppCanvasNotePart.json", "title": "AppCanvasNotePart", "allOf": [ { "$ref": "#/components/schemas/BaseNotePart" }, { "properties": { "appId": { "description": "The API identifier for the Benchling App.", "type": "string" }, "canvasId": { "description": "The API identifier for this Analysis Chart.", "type": "string" }, "featureId": { "description": "The developer ID assigned to the feature of this App Canvas.", "type": "string" }, "type": { "enum": [ "app_canvas" ], "type": "string" } } } ] }