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?
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:
python code eg xregistry\commands\generate_code.py - to build the defintiongroups dict under root?
all the jinja templates - change from messagegroups to reference definitiongroups dict?
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?