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