Version 0.1 Alpha 2
Incremental feature additions and performance improvements.
Highlights
-
Added basic descriptions to all
getquery verb paths -
Update
x-reference-toextension (see the README for details) -
Moved examples and schemas to top-level
componentskeyThis reduces the complexity of the key needed to scrape the corresponding datatype information from the specification.
-
Truncated large payloads
Some example payloads, like
characters_itemorsingle_character_by_idwere 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.