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

online code generation tool is broken

gbburkhardt opened this issue · comments

I have a schema with multiple enum definitions, but the last one is being used for all the declarations. Same for an array definition.

class otcTableProperties {
    public:
    otcTableProperties() = default;
    virtual ~otcTableProperties() = default;

    private:
    agg optics;
    agg fpa;
    agg band;
    agg agg;
    bkgnd transmisson;
    bkgnd bkgnd;

otc.txt

It also looks like recent changes have dispensed with any kind of validity checking for enum values :-(