glideapps / quicktype

Generate types and converters from JSON, Schema, and GraphQL
https://app.quicktype.io
Apache License 2.0
11.79k stars 1.04k forks source link

top level simple type doesnt work #2488

Closed jonnytest1 closed 2 months ago

jonnytest1 commented 5 months ago

my schema: { $schema: "http://json-schema.org/draft-07/schema#" "type": "boolean" }

but it doesnt return a type