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

The possible types of values in JSON Schema documents.

See JSON Schema 4.2.1. Instance Data Model.