{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionUpstreamValue", "title": "ConnectionUpstreamValue", "type": "object", "additionalProperties": false, "properties": { "value": { "type": "string" } } }