Type Alias APISchemaValidationTypes

APISchemaValidationTypes:
    | "string"
    | "number"
    | "integer"
    | "boolean"
    | "object"
    | "array"

Type representing a union of the types that can be used in a schema validation.