-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Description
While the auto inferring of types is cool, it makes mistakes. This is logical since there are some things it just cannot know. For instance in json: What's the type of an empty list? What to do with undefined properties?
OpenApi Swagger could solve this. It exists for many APIs and essentially describes the structure of the JSON that will be expected. Generating Dataschemas from those should be a breeze.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request