Skip to content

Commit

Permalink
Add missing output encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
alombarte committed Dec 4, 2024
1 parent 746750d commit d969d6e
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions v2.1/endpoint.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
"enum": [
"json",
"json-collection",
"yaml",
"fast-json",
"xml",
"negotiate",
Expand Down
1 change: 1 addition & 0 deletions v2.2/endpoint.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
"enum": [
"json",
"json-collection",
"yaml",
"fast-json",
"xml",
"negotiate",
Expand Down
1 change: 1 addition & 0 deletions v2.3/endpoint.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"enum": [
"json",
"json-collection",
"yaml",
"fast-json",
"xml",
"negotiate",
Expand Down
1 change: 1 addition & 0 deletions v2.4/endpoint.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"enum": [
"json",
"json-collection",
"yaml",
"fast-json",
"xml",
"negotiate",
Expand Down
1 change: 1 addition & 0 deletions v2.5/endpoint.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"enum": [
"json",
"json-collection",
"yaml",
"fast-json",
"xml",
"negotiate",
Expand Down
1 change: 1 addition & 0 deletions v2.6/endpoint.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"enum": [
"json",
"json-collection",
"yaml",
"fast-json",
"xml",
"negotiate",
Expand Down
1 change: 1 addition & 0 deletions v2.7/endpoint.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"enum": [
"json",
"json-collection",
"yaml",
"fast-json",
"xml",
"negotiate",
Expand Down
1 change: 1 addition & 0 deletions v2.7/workflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"enum": [
"json",
"json-collection",
"yaml",
"fast-json",
"xml",
"negotiate",
Expand Down
1 change: 1 addition & 0 deletions v2.8/endpoint.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"enum": [
"json",
"json-collection",
"yaml",
"fast-json",
"xml",
"negotiate",
Expand Down
2 changes: 2 additions & 0 deletions v2.8/krakend.json
Original file line number Diff line number Diff line change
Expand Up @@ -2947,6 +2947,7 @@
"enum": [
"json",
"json-collection",
"yaml",
"fast-json",
"xml",
"negotiate",
Expand Down Expand Up @@ -8350,6 +8351,7 @@
"enum": [
"json",
"json-collection",
"yaml",
"fast-json",
"xml",
"negotiate",
Expand Down
1 change: 1 addition & 0 deletions v2.8/workflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"enum": [
"json",
"json-collection",
"yaml",
"fast-json",
"xml",
"negotiate",
Expand Down

0 comments on commit d969d6e

Please sign in to comment.