{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "GatewayInput", "type": "object", "properties": { "name": { "type": "string" }, "cache_enabled": { "type": "boolean" }, "cache_ttl": { "type": "integer" }, "rate_limiting_enabled": { "type": "boolean" }, "rate_limiting_limit": { "type": "integer" }, "rate_limiting_interval": { "type": "integer" }, "log_enabled": { "type": "boolean" } } }