{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Project", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "subdomain": { "type": "string" }, "domains": { "type": "array" }, "production_branch": { "type": "string" }, "created_on": { "type": "string" }, "build_config": { "type": "object" } } }