{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-robomaker/refs/heads/main/json-schema/amazon-robomaker-openapi-port-forwarding-config-schema.json", "title": "PortForwardingConfig", "description": "Configuration information for port forwarding.", "type": "object", "properties": { "portMappings": { "allOf": [ { "$ref": "#/components/schemas/PortMappingList" }, { "description": "The port mappings for the configuration." } ] } } }