firewall_zonelockdown_response_single

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-firewall-zonelockdown-response-single-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/firewall_zonelockdown_response_single",
  "title": "firewall_zonelockdown_response_single",
  "allOf": [
    {
      "$ref": "#/components/schemas/firewall_api-response-single"
    },
    {
      "properties": {
        "result": {
          "$ref": "#/components/schemas/firewall_zonelockdown"
        }
      },
      "required": [
        "result"
      ],
      "type": "object"
    }
  ]
}