{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/firewall_schemas-urls", "title": "firewall_schemas-urls", "description": "The URLs to include in the rule definition. You can use wildcards. Each entered URL will be escaped before use, which means you can only use simple wildcard patterns.", "items": { "example": "api.mysite.com/some/endpoint*", "type": "string" }, "type": "array" }