{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ServerConfig", "type": "object", "properties": { "description": { "type": "string", "description": "Server description" }, "featureManager": { "type": "object" }, "httpEndpoint": { "type": "array" }, "application": { "type": "array" } } }