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
{{ message }}
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
There is a json schema for openapi 3.0. There are also schemas for swagger 2.0. A good project would be to revisit schema.ts and generalize it for a fuller featured json schema (likely only need to add a semigroup to handle refs to clean up the ref naming). Then we could generate the openapi parser from the schema instead of maintaining it by hand.
The text was updated successfully, but these errors were encountered:
There is a json schema for openapi 3.0. There are also schemas for swagger 2.0. A good project would be to revisit schema.ts and generalize it for a fuller featured json schema (likely only need to add a semigroup to handle refs to clean up the ref naming). Then we could generate the openapi parser from the schema instead of maintaining it by hand.
The text was updated successfully, but these errors were encountered: