{ "$schema": "../../shared/schemas/conductor-project.schema.json", "schemaVersion": "0.1.0", "project": { "id": "proj_minimal_example", "name": "Minimal Example Project", "description": "The smallest valid Conductor project definition. Contains one empty page and no actions, bindings, or variables.", "pages": [ { "id": "page_home", "name": "Home", "components": [] } ], "actions": [], "bindings": [], "variables": {}, "settings": {} } }