Skip to content

[T] JsonSchemaType

type JsonSchemaType = "array" | "boolean" | "integer" | "null" | "number" | "object" | "string";