Report of the field value semantics verification.

Constructors

Properties

Methods

Constructors

Properties

fieldFullName: string

Full name of the field that was considered during the verification.

invalidSemantics: boolean

Shows whether the data in the field is semantically invalid, e.g. the date of birth is in the future.

Methods

  • Parameters

    Returns {
        fieldFullName?: string;
        invalidSemantics?: boolean;
        serialize?(config?): { readonly fieldFullName?: string | undefined; readonly invalidSemantics?: boolean | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
    }

    • Optional Readonly fieldFullName?: string

      Full name of the field that was considered during the verification.

    • Optional Readonly invalidSemantics?: boolean

      Shows whether the data in the field is semantically invalid, e.g. the date of birth is in the future.

    • serialize?:function
      • Parameters

        Returns { readonly fieldFullName?: string | undefined; readonly invalidSemantics?: boolean | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }