{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "UpdateServiceRequest", "type": "object", "properties": { "port": { "type": "integer" }, "secure": { "type": "boolean" }, "status": { "type": "string" } } }