openAIP / openaip

Public issue tracker of www.openaip.net.
39 stars 3 forks source link

Refactor JSON schema validation to simply data type validation #367

Open reskume opened 1 month ago

reskume commented 1 month ago

JSON schema validation should not contain domain logic. Due to technical limitations, the JSON schema validation will never be able to fully validate domain logic. To reduce maintenance overhead, refactor JSON schema to be only very simple data type validation.

reskume commented 1 month ago

Will be deployed with #368.