Skip to content

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

Type Alias: JsonSchema7ArrayType ​

JsonSchema7ArrayType = 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/array.d.ts:5

Properties ​

errorMessages? ​

optional errorMessages: ErrorMessages<JsonSchema7ArrayType, "items">

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/array.d.ts:10


items? ​

optional items: JsonSchema7Type

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/array.d.ts:7


maxItems? ​

optional maxItems: 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/array.d.ts:9


minItems? ​

optional minItems: 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/array.d.ts:8


type ​

type: "array"

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/array.d.ts:6

Licensed under BUSL-1.1