quicktype
quicktype copied to clipboard
Generate types and converters from JSON, Schema, and GraphQL
With CSharp, required properties are not annotated as such:  Indeed the "Fail if required properties are missing" option seems to do nothing. Current Output ```csharp [JsonPropertyName("vatCode")] public string VatCode...
> I'm posting this issue to all the libraries currently listed in the Ecosystem section of Zod's README. Apologies for the spam! Zod 4 is a big release and it's...
## Description Support for kind=uuid strings in typescript-zod output ## Related Issue Suggested fix for https://github.com/glideapps/quicktype/issues/2668 ## Previous Behaviour / Output z.string() ## New Behaviour / Output z.string().uuid()
## Issue Type issue with quicktype output ## Context (Environment, Version, Language) Input Format: json Output Language: typescript Version: [email protected] ## Description I want to convert a bulk amount of...
## Issue Type Output Generation ## Context (Environment, Version, Language) **Input Format:** JSON Schema **Output Language:** Dart **CLI, npm, or app.quicktype.io:** app.quicktype.io (also reproducible via CLI) **Version:** Latest as of...
## Issue Type issue with quicktype output ## Context (Environment, Version, Language) Input Format: json schema Output Language: typescript CLI, npm, or app.quicktype.io: Version: [email protected] ## Description option: `alphabetizeProperties: false`...
I am trying to convert a type that looks like: ```typescipt import type {Person} from '@myorg/common-types" export type MemberInfo = Required; ``` where person is defined in a common library:...
Quicktype does not generate a field for additionalProperties in the output Go struct ## Issue Type Quicktype output ## Context (Environment, Version, Language) Input Format: JSON Schema Output Language: Go...
## Context (Input, Language) Input Format: JSONSchema Output Language: Dart ## Description I use quicktype to generate Contracts for multiple languages, and by default all my contracts were implemented using...
I'm trying to create C# classes for an (admittedly enormous) json schema. I'm getting this error with no stacktrace or pointers on where the error is coming from so I...