export type LiteralJsonSchemaPropertyType = "boolean" | "string" | "integer" | "number" | string[];