{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/firewall_schemes", "title": "firewall_schemes", "description": "The HTTP schemes to match. You can specify one scheme (`['HTTPS']`), both schemes (`['HTTP','HTTPS']`), or all schemes (`['_ALL_']`). This field is optional.", "example": [ "HTTP", "HTTPS" ], "items": { "description": "An HTTP scheme or `_ALL_` to indicate all schemes.", "example": "HTTPS", "type": "string" }, "type": "array" }