Michael Balint

Results 2 comments of Michael Balint

@mattbailey0: Is there any reason why we wouldn't version the schema in sync with the API (ex: API is currently at `v0.1`, when we hit `v1.0` we'll be stable)?

Major API versions usually communicate changes that downstream users of the API should be aware of. For example, if you have an API at v1, located at https://myapi.com/1.0, but are...