Skip to content

Commit f4e51ff

Browse files
committed
#38 - fix JSON schema generation
Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
1 parent 6d0789e commit f4e51ff

17 files changed

Lines changed: 71 additions & 16 deletions

File tree

examples/1_hello_world/hello_service_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"schemas": {},
5252
"messageTraits": {
5353
"commonHeaders": {
54-
"messageHeaders": {
54+
"userspaceHeaders": {
5555
"$defs": {
5656
"IntersectDataHandler": {
5757
"description": "What data transfer type do you want to use for handling the request/response?\n\nDefault: MESSAGE",

examples/1_hello_world_amqp/hello_service_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"schemas": {},
5252
"messageTraits": {
5353
"commonHeaders": {
54-
"messageHeaders": {
54+
"userspaceHeaders": {
5555
"$defs": {
5656
"IntersectDataHandler": {
5757
"description": "What data transfer type do you want to use for handling the request/response?\n\nDefault: MESSAGE",

examples/1_hello_world_events/hello_service_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"schemas": {},
5858
"messageTraits": {
5959
"commonHeaders": {
60-
"messageHeaders": {
60+
"userspaceHeaders": {
6161
"$defs": {
6262
"IntersectDataHandler": {
6363
"description": "What data transfer type do you want to use for handling the request/response?\n\nDefault: MESSAGE",

examples/1_hello_world_minio/hello_service_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"schemas": {},
5252
"messageTraits": {
5353
"commonHeaders": {
54-
"messageHeaders": {
54+
"userspaceHeaders": {
5555
"$defs": {
5656
"IntersectDataHandler": {
5757
"description": "What data transfer type do you want to use for handling the request/response?\n\nDefault: MESSAGE",

examples/2_counting/counting_service_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
},
140140
"messageTraits": {
141141
"commonHeaders": {
142-
"messageHeaders": {
142+
"userspaceHeaders": {
143143
"$defs": {
144144
"IntersectDataHandler": {
145145
"description": "What data transfer type do you want to use for handling the request/response?\n\nDefault: MESSAGE",

examples/2_counting_events/counting_service_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"schemas": {},
2626
"messageTraits": {
2727
"commonHeaders": {
28-
"messageHeaders": {
28+
"userspaceHeaders": {
2929
"$defs": {
3030
"IntersectDataHandler": {
3131
"description": "What data transfer type do you want to use for handling the request/response?\n\nDefault: MESSAGE",

examples/3_ping_pong_events/ping_service_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"schemas": {},
2626
"messageTraits": {
2727
"commonHeaders": {
28-
"messageHeaders": {
28+
"userspaceHeaders": {
2929
"$defs": {
3030
"IntersectDataHandler": {
3131
"description": "What data transfer type do you want to use for handling the request/response?\n\nDefault: MESSAGE",

examples/3_ping_pong_events/pong_service_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"schemas": {},
2626
"messageTraits": {
2727
"commonHeaders": {
28-
"messageHeaders": {
28+
"userspaceHeaders": {
2929
"$defs": {
3030
"IntersectDataHandler": {
3131
"description": "What data transfer type do you want to use for handling the request/response?\n\nDefault: MESSAGE",

examples/3_ping_pong_events_amqp/ping_service_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"schemas": {},
2626
"messageTraits": {
2727
"commonHeaders": {
28-
"messageHeaders": {
28+
"userspaceHeaders": {
2929
"$defs": {
3030
"IntersectDataHandler": {
3131
"description": "What data transfer type do you want to use for handling the request/response?\n\nDefault: MESSAGE",

examples/3_ping_pong_events_amqp/pong_service_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"schemas": {},
2626
"messageTraits": {
2727
"commonHeaders": {
28-
"messageHeaders": {
28+
"userspaceHeaders": {
2929
"$defs": {
3030
"IntersectDataHandler": {
3131
"description": "What data transfer type do you want to use for handling the request/response?\n\nDefault: MESSAGE",

0 commit comments

Comments
 (0)