Preview

CustomAttributeDefaultTextValidation is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

CustomAttributeDefaultTextValidation

This page contains

    Fields

    type: CustomAttributeValidationType! PREVIEW
    characterCount: Int

    Specify the maximum number of characters for a custom attribute value. Passing a null value means that there is not validation on the character count.

    exactCount: Boolean

    Specify if a custom attribute value should match the exact character count. If characterCount is not specified this field is ignored.

    errorMessage: [LocalizedString!]

    Implements