Describe the bug
Doesn't generate models for SpaceTraders OpenAPI spec.
To Reproduce
$ datamodel-codegen --url https://raw.githubusercontent.com/SpaceTradersAPI/api-docs/main/reference/SpaceTraders.json --output models.py
The input file type was determined to be: openapi
This can be specificied explicitly with the `--input-file-type` option.
Models not found in the input data
or
$ git clone https://github.com/SpaceTradersAPI/api-docs
$ datamodel-codegen --input api-docs/reference/SpaceTraders.json --output=models.py
The input file type was determined to be: openapi
This can be specificied explicitly with the `--input-file-type` option.
Models not found in the input data
Expected behavior
Generates models ;)
Version:
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too