{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionIpsAD", "title": "ConnectionIpsAD", "description": "Array of IP address ranges in CIDR notation used to determine if authentication requests originate from the corporate network for Kerberos or certificate authentication.", "type": "array", "items": { "type": "string", "minLength": 2, "maxLength": 39 }, "minItems": 0, "maxItems": 256 }