The v0.9.1 spec is a very minor incremental update over v0.9, however it contains a lot of duplicated code and text, making it appear much more complex than what it needs to.
In some cases, the data in the spec is wrong, for example in the basic catalog example JSON responses, the version of the protocol is v0.9 instead of v0.9.1.
Should we clean-up the v0.9.1 to make it just an "extension" of v0.9 (pointing back to v0.9 as needed?)
The v0.9.1 spec is a very minor incremental update over v0.9, however it contains a lot of duplicated code and text, making it appear much more complex than what it needs to.
In some cases, the data in the spec is wrong, for example in the basic catalog example JSON responses, the version of the protocol is
v0.9instead ofv0.9.1.Should we clean-up the v0.9.1 to make it just an "extension" of v0.9 (pointing back to v0.9 as needed?)