{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/routePatch", "title": "routePatch", "type": "object", "required": [ "priority" ], "properties": { "priority": { "x-go-type": "*int", "type": "integer", "description": "Redirect and Rewrite Rules are applied in priority order starting at 0. Moves this route to the specified priority and adjusts other route priorities accordingly." } } }