Documentation / @agentick/gateway / MethodSchema
Interface: MethodSchema
Defined in: gateway/src/method-schemas.ts:258
Properties
description
description:
string
Defined in: gateway/src/method-schemas.ts:259
errors?
optionalerrors:string[]
Defined in: gateway/src/method-schemas.ts:262
params?
optionalparams:JSONSchema
Defined in: gateway/src/method-schemas.ts:260
response?
optionalresponse:JSONSchema
Defined in: gateway/src/method-schemas.ts:261