{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BlueprintNode", "title": "BlueprintNode", "type": "object", "properties": { "id": { "type": "string" }, "type": { "type": "string" }, "label": { "type": "string" }, "role": { "type": "string" }, "system_id": { "type": "string" }, "system_type": { "type": "string" }, "deploy_mode": { "type": "string" } } }