magic_acl-subnet

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-acl-subnet-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic_acl-subnet",
  "title": "magic_acl-subnet",
  "oneOf": [
    {
      "$ref": "#/components/schemas/magic_ip-address"
    },
    {
      "$ref": "#/components/schemas/magic_cidr"
    }
  ]
}