* `low` - Low * `medium` - Medium * `high` - High
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PriorityEnum", "title": "PriorityEnum", "enum": [ "low", "medium", "high" ], "type": "string", "description": "* `low` - Low\n* `medium` - Medium\n* `high` - High" }