{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ProjectInput", "type": "object", "properties": { "name": { "type": "string" }, "production_branch": { "type": "string" }, "build_config": { "type": "object" } } }