Share feedback
Answers are generated based on the documentation.

Experimental

Schema

ListPortsResponse

Type: object

ListPortsResponse returns currently published ports.
published

Type: array

published is ordered by number ascending.
Array item

Schema: Port

All schema constraints and annotations
{
  "description": "published is ordered by number ascending.",
  "items": {
    "$ref": "#/components/schemas/Port"
  },
  "type": "array"
}
All schema constraints and annotations
{
  "description": "ListPortsResponse returns currently published ports.",
  "properties": {
    "published": {
      "description": "published is ordered by number ascending.",
      "items": {
        "$ref": "#/components/schemas/Port"
      },
      "type": "array"
    }
  },
  "title": "ListPortsResponse",
  "type": "object"
}