{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "WebSiteCreate", "type": "object", "properties": { "name": { "type": "string" }, "physical_path": { "type": "string" }, "bindings": { "type": "array" }, "application_pool": { "type": "object" }, "server_auto_start": { "type": "boolean" }, "enabled_protocols": { "type": "string" } } }