Type Alias JSONSchemaType

JSONSchemaType:
    | "array"
    | "boolean"
    | "integer"
    | "null"
    | "number"
    | "object"
    | "string"