You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> curl https://spec.openapis.org/oas/3.1/schema/2022-10-07 | pnpm json2ts > ./src/openapi/OpenAPIV31.d.ts
[
'Error at key "properties" in file "undefined": deprecated must be a boolean'
]
[
'Error at key "properties" in file "undefined": deprecated must be a boolean'
]
[
ValidationError
at C:\Users\user\Documents\workspace\hono-typia-openapi\node_modules\.pnpm\j[email protected]\node_modules\json-schema-to-typescript\dist\src\index.js:97:19
at Generator.next (<anonymous>)
at fulfilled (C:\Users\user\Documents\workspace\hono-typia-openapi\node_modules\.pnpm\j[email protected]\node_modules\json-schema-to-typescript\dist\src\index.js:5:58)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
]
The text was updated successfully, but these errors were encountered:
I Cannot generate OpenAPI v3.1.0 types from json schema.
https://github.com/OAI/OpenAPI-Specification/blob/main/schemas/v3.1/schema.json
The text was updated successfully, but these errors were encountered: