Fix incorrect redirect condition type definiition

This commit is contained in:
Alejandro Celaya 2024-03-05 15:09:44 +01:00
parent 6d56e92306
commit 0bc7412430

View file

@ -15,7 +15,7 @@
"properties": { "properties": {
"type": { "type": {
"type": "string", "type": "string",
"enum": ["device", "language", "query"], "enum": ["device", "language", "query-param"],
"description": "The type of the condition, which will condition the logic used to match it" "description": "The type of the condition, which will condition the logic used to match it"
}, },
"matchKey": { "matchKey": {