Skip to content

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?

optional errors: string[]

Defined in: gateway/src/method-schemas.ts:262


params?

optional params: JSONSchema

Defined in: gateway/src/method-schemas.ts:260


response?

optional response: JSONSchema

Defined in: gateway/src/method-schemas.ts:261

Released under the ISC License.