{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Application", "type": "object", "properties": { "location": { "type": "string" }, "path": { "type": "string" }, "id": { "type": "string" }, "physical_path": { "type": "string" }, "enabled_protocols": { "type": "string" } } }