Skip to content

ChainGraph API Documentation / @badaitech/chaingraph-types / JsonSchema7StringType

Type Alias: JsonSchema7StringType ​

JsonSchema7StringType = object

Defined in: node_modules/.pnpm/zod-to-json-schema@3.24.6_zod@3.25.76/node_modules/zod-to-json-schema/dist/types/parsers/string.d.ts:52

Properties ​

allOf? ​

optional allOf: object[]

Defined in: node_modules/.pnpm/zod-to-json-schema@3.24.6_zod@3.25.76/node_modules/zod-to-json-schema/dist/types/parsers/string.d.ts:58

errorMessage? ​

optional errorMessage: ErrorMessages<{ pattern: string; }>

pattern ​

pattern: string


anyOf? ​

optional anyOf: object[]

Defined in: node_modules/.pnpm/zod-to-json-schema@3.24.6_zod@3.25.76/node_modules/zod-to-json-schema/dist/types/parsers/string.d.ts:64

errorMessage? ​

optional errorMessage: ErrorMessages<{ format: string; }>

format ​

format: string


contentEncoding? ​

optional contentEncoding: string

Defined in: node_modules/.pnpm/zod-to-json-schema@3.24.6_zod@3.25.76/node_modules/zod-to-json-schema/dist/types/parsers/string.d.ts:71


errorMessage? ​

optional errorMessage: ErrorMessages<JsonSchema7StringType>

Defined in: node_modules/.pnpm/zod-to-json-schema@3.24.6_zod@3.25.76/node_modules/zod-to-json-schema/dist/types/parsers/string.d.ts:70


format? ​

optional format: "email" | "idn-email" | "uri" | "uuid" | "date-time" | "ipv4" | "ipv6" | "date" | "time" | "duration"

Defined in: node_modules/.pnpm/zod-to-json-schema@3.24.6_zod@3.25.76/node_modules/zod-to-json-schema/dist/types/parsers/string.d.ts:56


maxLength? ​

optional maxLength: number

Defined in: node_modules/.pnpm/zod-to-json-schema@3.24.6_zod@3.25.76/node_modules/zod-to-json-schema/dist/types/parsers/string.d.ts:55


minLength? ​

optional minLength: number

Defined in: node_modules/.pnpm/zod-to-json-schema@3.24.6_zod@3.25.76/node_modules/zod-to-json-schema/dist/types/parsers/string.d.ts:54


pattern? ​

optional pattern: string

Defined in: node_modules/.pnpm/zod-to-json-schema@3.24.6_zod@3.25.76/node_modules/zod-to-json-schema/dist/types/parsers/string.d.ts:57


type ​

type: "string"

Defined in: node_modules/.pnpm/zod-to-json-schema@3.24.6_zod@3.25.76/node_modules/zod-to-json-schema/dist/types/parsers/string.d.ts:53

Licensed under BUSL-1.1