JSONPath Tools / @jsonpath-tools/jsonpath / JSONSchemaType
Type Alias: JSONSchemaType
ts
type JSONSchemaType = "null" | "boolean" | "string" | "number" | "integer" | "array" | "object";