parsec-cloud
parsec-cloud copied to clipboard
Make `introduced_in_revision` meta field mandatory for all type schema
see https://github.com/Scille/parsec-cloud/blob/80d9cf7541f9403157ad888d8cff71a9d879803b/libparsec/crates/types/schema/certif/realm_name_certificate.json5#L2-L3
It would be good to have this field in all our schema types to improve documentation.
(note at this point they should all have for value $introduced_in_revision": 300 given we have dropped compatibility with Parsec v2)
Also note this is a non-breaking change as this field is only there for documentation purpose.
We can just modify the json schema to require the new field