We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
string|integer
Unable to handle string|integer in JSON schema.
This is an issue with input parsing.
Input Format: JSON Schema Output Language: Swift
CLI, npm, or app.quicktype.io: Version: app.quicktype.io
Seems that QuickType for now is unable to handle string|integer in JSON schema.
UIGFv4-Schema.json
Generates a Swift file with correctly parsed results.
quicktype -s schema UIGFv4-Schema.json -o UIGFv4.swift
IDK.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
UIGFv4-Schema.json
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.
The text was updated successfully, but these errors were encountered: