JSON Schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": {}, "required": [] }
Type Definition
type GeneratedType = {}
Create JSON Schema documents and convert between JSON Schema and Type Definitions
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": {}, "required": [] }
type GeneratedType = {}