pactflow / roadmap

Public Pactflow issue tracker and roadmap
MIT License
15 stars 0 forks source link

JSON Schema #55

Open mefellows opened 2 years ago

mefellows commented 2 years ago

Bi-directional support for JSON Schema

alfrepo commented 1 year ago

I definitely agree. For the EventDriven architectures (Event-Sourcing) - the events do define the main interface between services. The events nowadays will most-likely be JSON (https://cloudevents.io/) The JSON-events are describable by JSON-SCHEMA.

IMHO pactflow should support JSON-SCHEMA, as description of event-driven interfaces for PRODUCERS / CONSUMERS.