clemensv / xregistry-cli

This project is a command line client for CNCF xRegistry
Apache License 2.0
15 stars 2 forks source link

Latest Cloud Events Core schema for validation #12

Open richardjharding opened 5 months ago

richardjharding commented 5 months ago

Hi Clemens,

Been following along with the cloud events and xRegistry spec - does the schema json file used for validation in the cli tool need to be updated to match the one here?

https://github.com/xregistry/spec/blob/main/cloudevents/schemas/document-schema.json

ie to support the defintionGroups structure? (change from message groups?)

Or have I misunderstood how these fit together?

richardjharding commented 5 months ago

So delving deeper am I correct in thinking that to bring this up to date with current models in https://github.com/xregistry/spec that all of the following would have to be updated:

Is that correct?