Przejdź do treści

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

Project Lineage

Requirements

Stories

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.