Skip to content

Commit

Permalink
chore: update codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
GGabriele committed Sep 14, 2022
1 parent 6c6d53b commit d4f444b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions file/kong_json_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,9 @@
},
"type": "array"
},
"expression": {
"type": "string"
},
"headers": {
"patternProperties": {
".*": {
Expand Down Expand Up @@ -635,6 +638,9 @@
"preserve_host": {
"type": "boolean"
},
"priority": {
"type": "integer"
},
"protocols": {
"items": {
"type": "string"
Expand Down Expand Up @@ -1302,6 +1308,9 @@
},
"type": "array"
},
"expression": {
"type": "string"
},
"headers": {
"patternProperties": {
".*": {
Expand Down Expand Up @@ -1346,6 +1355,9 @@
"preserve_host": {
"type": "boolean"
},
"priority": {
"type": "integer"
},
"protocols": {
"items": {
"type": "string"
Expand Down

0 comments on commit d4f444b

Please sign in to comment.