title: Core.z. Parse Context
A2A Node SDK - v0.1.0 / Modules / Core / z / ParseContext
Interface: ParseContext
Table of contents
Properties
Properties
common
• Readonly
common: Object
Type declaration
Name | Type |
---|---|
async | boolean |
contextualErrorMap? | ZodErrorMap |
issues | ZodIssue [] |
data
• Readonly
data: any
parent
• Readonly
parent: null
| ParseContext
parsedType
• Readonly
parsedType: "string"
| "number"
| "bigint"
| "boolean"
| "symbol"
| "undefined"
| "object"
| "function"
| "nan"
| "integer"
| "float"
| "date"
| "null"
| "array"
| "unknown"
| "promise"
| "void"
| "never"
| "map"
| "set"
path
• Readonly
path: ParsePath
schemaErrorMap
• Optional
Readonly
schemaErrorMap: ZodErrorMap