Skip to content

Documentation / @agentick/gateway / SchemaPayload

Interface: SchemaPayload ​

Defined in: gateway/src/transport-protocol.ts:253

Properties ​

errors ​

errors: Record<string, string>

Defined in: gateway/src/transport-protocol.ts:257


events ​

events: object[]

Defined in: gateway/src/transport-protocol.ts:256

category ​

category: string

type ​

type: string


methods ​

methods: Record<string, MethodSchemaEntry>

Defined in: gateway/src/transport-protocol.ts:255


protocolVersion ​

protocolVersion: string

Defined in: gateway/src/transport-protocol.ts:254

Released under the ISC License.