Skip to content

Version 0.1 Alpha 2

Choose a tag to compare

@leonhard-s leonhard-s released this 21 May 12:46
· 130 commits to main since this release

Incremental feature additions and performance improvements.

Highlights

  • Added basic descriptions to all get query verb paths

  • Update x-reference-to extension (see the README for details)

  • Moved examples and schemas to top-level components key

    This reduces the complexity of the key needed to scrape the corresponding datatype information from the specification.

  • Truncated large payloads

    Some example payloads, like characters_item or single_character_by_id were stored in their entity in the example payload. This caused several Megabytes of superfluous data in the resulting output specification. This has been fixed; such tables now have their inner lists truncated to 5 or 10 elements.

  • Removed duplicate example definition

    The build process erroneously resolved references to examples, resulting in example payloads being added twice. This has been fixed by not including the examples in the schema definition and adding the corresponding JSON reference to the path operation as part of the build process.