glideapps / quicktype

Generate types and converters from JSON, Schema, and GraphQL

Home Page:https://app.quicktype.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

top level simple type doesnt work

jonnytest1 opened this issue · comments

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

but it doesnt return a type