{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ServiceEndpoint", "type": "object", "properties": { "name": { "type": "string" }, "port": { "type": "integer" }, "portRange": { "type": "string" }, "protocol": { "type": "string" }, "is_public": { "type": "boolean" }, "ingress_url": { "type": "string" } } }