Re: Enum default not in canonical form

2023-08-02 Thread Oscar Westra van Holthe - Kind
Hi everyone, Below is one opinion of the subject. The most robust way to determine if two schemata are the same is how they serialise datums to bytes. Schema evolution allows us to match schemata if they are not the same, but similar enough. Default values, both for fields and enums, are perfect

Re: Enum default not in canonical form

2023-07-31 Thread Ryan Skraba
This is a bit weird, and it could be clarified. The "same" schema, of course, can be represented by different JSON text files: attribute order, ways to express the full name, inheriting full names, etc. The canonical form is always the "same" for the "same" schema and can be used to generate a fi