Skip to content

Replace $schema enum by $schema pattern

Marco Holz requested to merge mr-schema-regex into main

The $schema attribute defines which schema versions are compatible with this schema. Software systems that validate a SET payload against this schema should not only accept SET payloads which exactly match this schema version but also accept SET payloads that validate against compatible schema versions (same major version)

see planning#608 (closed)

Merge request reports