{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/firewall_components-schemas-priority", "title": "firewall_components-schemas-priority", "description": "The priority of the rule. Optional value used to define the processing order. A lower number indicates a higher priority. If not provided, rules with a defined priority will be processed before rules without a priority.", "example": 50, "maximum": 2147483647.0, "minimum": 0, "type": "number" }