Skip to content

Commit cd69d0c

Browse files
committed
Upgrade KrakenD Schemas
Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent cb7ed45 commit cd69d0c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

DEPENDENCIES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ manfred-mac-0-5 https://github.com/getmanfred/mac v0.5
2626
manfred-mac-0-4 https://github.com/getmanfred/mac v0.4
2727
manfred-mac-0-3 https://github.com/getmanfred/mac v0.3
2828
movielabs-omc-2-6 https://github.com/MovieLabs/OMC v2.6-release-1
29-
krakend https://github.com/krakend/krakend-schema 7f016dd8417754b712987ea33a56e71f5ccd2408
29+
krakend https://github.com/krakend/krakend-schema f0017549d15c54445675077f4a18447d1320274e
3030
octue-power-curve https://github.com/octue/power-curve-schema 1.0.0.alpha-1
3131
usnistgov-mgi-2022-08 https://github.com/usnistgov/mgi-json-schema e5e6aaf3f5eae0d15b88ecbd57f44cc28b035f11
3232
cloudevents-1-0-0 https://github.com/cloudevents/spec v1.0

vendor/krakend/v2.7/qos/ratelimit/tiered.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"examples": [
3434
"gold",
3535
"silver",
36-
"value.matches('User-[a-Z]+')"
36+
"value.matches('User-[a-zA-Z]+')"
3737
],
3838
"default": "",
3939
"type": "string"

vendor/krakend/v2.8/qos/ratelimit/tiered.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"examples": [
4040
"gold",
4141
"silver",
42-
"value.matches('User-[a-Z]+')"
42+
"value.matches('User-[a-zA-Z]+')"
4343
],
4444
"default": "",
4545
"type": "string"

vendor/krakend/v2.9/qos/ratelimit/tiered.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"examples": [
4040
"gold",
4141
"silver",
42-
"value.matches('User-[a-Z]+')"
42+
"value.matches('User-[a-zA-Z]+')"
4343
],
4444
"default": "",
4545
"type": "string"

0 commit comments

Comments
 (0)