Type Alias: JsonSchemaType
JsonSchemaType =
"string"|"number"|"integer"|"boolean"|"null"|"object"|"array"
Defined in: src/Mnemonic/json-schema.ts:20
Supported JSON Schema type keywords.
"integer" is a JSON Schema keyword meaning "a number that is a whole number."