{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/firewall_header_op", "title": "firewall_header_op", "description": "The operator used when matching: `eq` means \"equal\" and `ne` means \"not equal\".", "enum": [ "eq", "ne" ], "example": "ne", "type": "string" }