PropertyTypeInfo: {
    format?: string;
    isArray: boolean;
    isObject: boolean;
    schema: JSONSchema7;
    type: string | string[];
}

Property type information extracted from schema

Type declaration

  • Optionalformat?: string

    Format hint (e.g., 'date-time', 'email')

  • isArray: boolean

    Whether the property is an array

  • isObject: boolean

    Whether the property is an object

  • schema: JSONSchema7

    The full property schema

  • type: string | string[]

    JSON Schema type(s)