com.publicdomainrelay.temp.market.relays

johnandersen777.bsky.social

Documentation

List of AT Protocol relay URLs that the record owner recommends for market discovery. Requesters read this record via autoDiscoverRelayUrls to find relays to query for bidder offerings.

main record

List of AT Protocol relay URLs that the record owner recommends for market discovery. Requesters read this record via autoDiscoverRelayUrls to find relays to query for bidder offerings.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

relays array of string uri Required

AT Protocol relay HTTP(S) URLs to use for market participant discovery.

minLength: 1 items
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "relays",
      "createdAt"
    ],
    "properties": {
      "relays": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "uri"
        },
        "minLength": 1,
        "description": "AT Protocol relay HTTP(S) URLs to use for market participant discovery."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "List of AT Protocol relay URLs that the record owner recommends for market discovery. Requesters read this record via autoDiscoverRelayUrls to find relays to query for bidder offerings."
}

Lexicon Garden

@