> ## Documentation Index
> Fetch the complete documentation index at: https://www.agentworldprotocol.com/llms.txt
> Use this file to discover all available pages before exploring further.

# subscribe.schema.json

> Canonical schema for obs.subscribe params; obs.unsubscribe uses unsubscribe.schema.json and both return subscribe-result.schema.json.

<Note>Generated from [`schemas/v0.1/subscribe.schema.json`](https://github.com/Hyperduality/agent-world-protocol/blob/main/schemas/v0.1/subscribe.schema.json) (`$id`: `https://agentworldprotocol.com/schemas/v0.1/subscribe.schema.json`). Normative text: [/spec/session/negotiation](/spec/session/negotiation). Every tagged example on this site is validated against this schema in CI.</Note>

<ResponseField name="channels" type="object[]" required>
  <Expandable title="fields">
    <ResponseField name="channel" type="identifier" required />

    <ResponseField name="rate_hz" type="number" />
  </Expandable>
</ResponseField>
