Skip to main content

Interface: $ZodCheckUpperCaseDef

Defined in: packages/agentos/node_modules/zod/v4/core/checks.d.cts:196

Extends

Properties

abort?

optional abort: boolean

Defined in: packages/agentos/node_modules/zod/v4/core/checks.d.cts:9

If true, no later checks will be executed if this check fails. Default false.

Inherited from

$ZodCheckStringFormatDef.abort


check

check: "string_format"

Defined in: packages/agentos/node_modules/zod/v4/core/checks.d.cts:162

Inherited from

$ZodCheckStringFormatDef.check


error?

optional error: $ZodErrorMap<never>

Defined in: packages/agentos/node_modules/zod/v4/core/checks.d.cts:7

Inherited from

$ZodCheckStringFormatDef.error


format

format: "uppercase"

Defined in: packages/agentos/node_modules/zod/v4/core/checks.d.cts:163

Inherited from

$ZodCheckStringFormatDef.format


pattern?

optional pattern: RegExp

Defined in: packages/agentos/node_modules/zod/v4/core/checks.d.cts:164

Inherited from

$ZodCheckStringFormatDef.pattern


when()?

optional when: (payload) => boolean

Defined in: packages/agentos/node_modules/zod/v4/core/checks.d.cts:11

If provided, the check runs only when this returns true. By default, it is skipped if prior parsing produced aborting issues.

Parameters

payload

ParsePayload

Returns

boolean

Inherited from

$ZodCheckStringFormatDef.when