{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic_app_priority", "title": "magic_app_priority", "description": "Priority of traffic. 0 is default, anything greater is prioritized. (Currently only 0 and 1 are supported)", "maximum": 1, "minimum": 0, "type": "integer" }