openapi-ts-json-schema
Advanced tools
Changelog
0.12.2
with$id
schema with as const
notationChangelog
0.12.1
$ref
schemas when $ref
ed with different descriptionsChangelog
0.12.0
/
in schema filenames not removed anymore. Path schemas filanames handled as: /my/path
--> \_my_path
.$id
as default and schemas with $id
as with$id
(sorry for this change of mind!)/
api paths being stored out of paths folderChangelog
0.11.0
Changelog
0.10.0
sharedSchemasFilter
option renamed as schemaFilter
onInit
and onBeforeGeneration
methodsmetaData.schemas
entry registered by internal id (components/schemas/Foo
) instead of $ref
$idMapper
optionaddSchema
can resolveChangelog
0.9.2
type
propChangelog
0.9.1
Changelog
0.9.0
_
as path separator to support Windows OSPluginInput['makeRelativePath']
type renamed to PluginInput['makeRelativeModulePath']
schemaFileName
metadata prop removedChangelog
0.8.0
metaData.schema
property replaced by metaData.originalSchema
holding the original dereferenced JSON schematype: "object"
prop to generated parameter schemasChangelog
0.7.0