pet.trezy.activity

trezy.pet

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

pet string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

signatures array of unknown Optional

No description available.

type string Required

No description available.

Known values: feed, pet
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "type",
      "pet",
      "createdAt"
    ],
    "properties": {
      "pet": {
        "type": "string",
        "format": "at-uri"
      },
      "type": {
        "type": "string",
        "knownValues": [
          "feed",
          "pet"
        ]
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "signatures": {
        "type": "array",
        "items": {
          "type": "unknown"
        }
      }
    }
  }
}

Lexicon Garden

@