@resistdesign/voltra
    Preparing search index...

    Type Alias ValidateTypeInfoDataItemOptions

    Options for validating a data item against a single TypeInfo definition.

    type ValidateTypeInfoDataItemOptions = {
        customTypeValidators?: CustomTypeInfoFieldValidatorMap;
        itemIsPartial?: boolean;
        relationshipValidationType?: RelationshipValidationType;
        strict?: boolean;
        typeInfoMap?: TypeInfoMap;
        typeName?: string;
        typeOperation?: TypeOperation;
        validateHidden?: boolean;
        validateReadonly?: boolean;
    }
    Index

    Properties

    customTypeValidators?: CustomTypeInfoFieldValidatorMap

    Custom validators for tags.customType handling.

    itemIsPartial?: boolean

    Whether this is a partial payload.

    relationshipValidationType?: RelationshipValidationType

    Relationship validation behavior.

    strict?: boolean

    Whether unknown fields should fail validation.

    typeInfoMap?: TypeInfoMap

    Additional types used for nested type references.

    typeName?: string

    Type name used for result metadata and nested lookups.

    typeOperation?: TypeOperation

    Operation context for denied operation checks.

    validateHidden?: boolean

    Default hidden-field validation behavior.

    validateReadonly?: boolean

    Default readonly-field required-value behavior.