Version 0.4
Full rewrite of the API specification for OpenAPI 3.1.
Changes
- Rewrote endpoint descriptions
- Added descriptions for all fields on all collections
- Added parameter documentation for query commands (for brevity, these are only listed for the generic endpoints, not the collection-specific overrides)
- API specification was broken up into multiple files. A monolithic JSON document can be found in the
generated/directory - Moved top-level entry point, schemas, path content, and parameter definitions to YAML for readability
- Examples have been moved to the
examples/directory and left in JSON format. This improves testability, but also means that individual payload schemas no longer include the top level{collection}_listkey.
Known Issues
- The vendor extensions
x-cast-toandx-reference-toare a preview and may change in the future - The monolithic JSON spec hosted in the
generated/directory is tentative and may be renamed or otherwise changed