File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "type" : " org.wbcsd.pact.ProductFootprint.RequestFulfilled .3" ,
2
+ "type" : " org.wbcsd.pact.ProductFootprint.RequestFulfilledEvent .3" ,
3
3
"specversion" : " 1.0" ,
4
4
"id" : " 5afe8fbf-0ea9-477c-a1df-2d3c95f7eec0" ,
5
5
"source" : " //api.example.org/events" ,
Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ def experiment(c):
191
191
# schexma = scripts.schema.load_openapi_file("spec/v3/openapi.yaml")
192
192
# schema = scripts.schema.navigate_to(schema, "components/schemas/RequestCreatedEvent")
193
193
# print(scripts.schema.dump_schema(schema))
194
+
194
195
scripts .schema .validate_json_data (
195
196
"spec/v3/openapi.yaml#paths/%2F3%2Ffootprints/get/responses/200/content/application%2Fjson/schema" ,
196
197
"spec/v3/examples/list-footprints-response.json"
You can’t perform that action at this time.
0 commit comments