Type Alias PropertyTypeInfo
PropertyTypeInfo: {
format?: string;
isArray: boolean;
isObject: boolean;
schema: JSONSchema7;
type: string | string[];
}
Type declaration
Optionalformat?: string
isArray: boolean
isObject: boolean
schema: JSONSchema7
type: string | string[]
Property type information extracted from schema