page-shield_get-zone-connection-response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-page-shield-get-zone-connection-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/page-shield_get-zone-connection-response",
  "title": "page-shield_get-zone-connection-response",
  "allOf": [
    {
      "$ref": "#/components/schemas/page-shield_api-get-response-collection"
    },
    {
      "properties": {
        "result": {
          "$ref": "#/components/schemas/page-shield_connection"
        }
      },
      "required": [
        "result"
      ]
    }
  ]
}