Skip to content

Documentation / @agentick/gateway / MethodSchema

Interface: MethodSchema

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

Properties

description

description: string

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


errors?

optional errors: string[]

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


params?

optional params: JSONSchema

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


response?

optional response: JSONSchema

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

Released under the ISC License.