quicktype
quicktype copied to clipboard
[BUG]: Unable to handle `string|integer` in JSON schema.
Unable to handle string|integer in JSON schema.
Issue Type
This is an issue with input parsing.
Context (Environment, Version, Language)
Input Format: JSON Schema Output Language: Swift
CLI, npm, or app.quicktype.io: Version: app.quicktype.io
Description
Seems that QuickType for now is unable to handle string|integer in JSON schema.
Input Data
Expected Behaviour / Output
Generates a Swift file with correctly parsed results.
Current Behaviour / Output
Steps to Reproduce
quicktype -s schema UIGFv4-Schema.json -o UIGFv4.swift
Possible Solution
IDK.