2026-07-18 10:23:13 -04:00

21 lines
519 B
JSON

{
"$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": {}
}
}