firewall_api-response-single-id

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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