Offer Catalog Fetch Response¶
Source schema: doc/schemas/offer-catalog-fetch-response.schema.json
Peer message payload carried by offer-catalog.fetch.response.
Governing Basis¶
doc/project/40-proposals/023-federated-offer-distribution-and-catalog-listener.mddoc/project/40-proposals/027-middleware-peer-message-dispatch.mddoc/project/60-solutions/000-node/000-node.md
Project Lineage¶
Requirements¶
doc/project/50-requirements/requirements-010-middleware-executor.mddoc/project/50-requirements/requirements-011-dator-arca-contracts.md
Stories¶
doc/project/30-stories/story-001-swarm-node-onboarding.mddoc/project/30-stories/story-004-pod-client-onboarding.mddoc/project/30-stories/story-006-buyer-node-components.mddoc/project/30-stories/story-006-voluntary-swarm-exchange.mddoc/project/30-stories/story-007-settlement-capable-node.md
Fields¶
| Field | Required | Shape | Description |
|---|---|---|---|
offers |
no |
array | Zero or more service-offer-relay.v1 envelopes returned by the responder. |
node_id |
no |
string | Responder Node id. |
responded_at |
no |
string | RFC 3339 timestamp when the responder produced this payload. |
query_id |
no |
string | Optional correlation id echoed from the request. |
error |
no |
object | string | null | Optional error payload. null means the response is successful. |
| ## Field Semantics |
offers¶
- Required:
no - Shape: array
Zero or more service-offer-relay.v1 envelopes returned by the responder.
node_id¶
- Required:
no - Shape: string
Responder Node id.
responded_at¶
- Required:
no - Shape: string
RFC 3339 timestamp when the responder produced this payload.
query_id¶
- Required:
no - Shape: string
Optional correlation id echoed from the request.
error¶
- Required:
no - Shape: object | string | null
Optional error payload. null means the response is successful.