KaotoIO / kaoto

Next version of the UI of the Kaoto project
Apache License 2.0
22 stars 21 forks source link

Migrate all JSON Schemas to draft-07 #1205

Open lordrip opened 3 days ago

lordrip commented 3 days ago

Please describe the task that needs to be done

When running Kaoto, we often see console errors stating that draft-04 is not recognized, other times it complains about draft-07.

This is due to the ajv version we're using at the moment.

The goal of this issue is to migrate all existing draft-04 JSON Schemas to draft-07 and upgrade ajv to handle them.