quicktype icon indicating copy to clipboard operation
quicktype copied to clipboard

Generate types and converters from JSON, Schema, and GraphQL

Results 363 quicktype issues
Sort by recently updated
recently updated
newest added

With CSharp, required properties are not annotated as such: ![Image](https://github.com/user-attachments/assets/1514046f-f038-4456-bf7a-496689b5f426) Indeed the "Fail if required properties are missing" option seems to do nothing. Current Output ```csharp [JsonPropertyName("vatCode")] public string VatCode...

bug
C#

> 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...

enhancement

## 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...

bug

## 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...

bug

## 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`...

bug

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:...

bug

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...

bug

## 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...

enhancement

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...