website.strange.ephemera

strange.website

Documentation

Short note published on henry.codes/micro. Canonical and contains syndication information.

main record

Short note published on henry.codes/micro. Canonical and contains syndication information.

Record Key tid Timestamp-based ID

Properties

content string Required

Post body, in Markdown format.

maxLength: 100000 bytes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

embed union Optional

No description available.

Known types:
reply ref #replyRef Optional

No description available.

syndications array of ref #syndication Optional

No description available.

tags array of string Optional

No description available.

maxLength: 8 items
updatedAt string datetime Optional

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "content",
      "createdAt"
    ],
    "properties": {
      "tags": {
        "type": "array",
        "items": {
          "type": "string",
          "maxLength": 640,
          "maxGraphemes": 64
        },
        "maxLength": 8
      },
      "embed": {
        "refs": [
          "#externalLink"
        ],
        "type": "union"
      },
      "reply": {
        "ref": "#replyRef",
        "type": "ref"
      },
      "content": {
        "type": "string",
        "maxLength": 100000,
        "description": "Post body, in Markdown format."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      },
      "syndications": {
        "type": "array",
        "items": {
          "ref": "#syndication",
          "type": "ref"
        }
      }
    }
  },
  "description": "Short note published on henry.codes/micro. Canonical and contains syndication information."
}
externalLink object

No description available.

Properties

description string Optional

No description available.

title string Optional

No description available.

uri string uri Required

A valid URI.

View raw schema
{
  "type": "object",
  "required": [
    "uri"
  ],
  "properties": {
    "uri": {
      "type": "string",
      "format": "uri"
    },
    "title": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}
replyRef object

Threading information, mirrors app.bsky.feed.post#replyRef.

Properties

View raw schema
{
  "type": "object",
  "required": [
    "root",
    "parent"
  ],
  "properties": {
    "root": {
      "ref": "com.atproto.repo.strongRef",
      "type": "ref"
    },
    "parent": {
      "ref": "com.atproto.repo.strongRef",
      "type": "ref"
    }
  },
  "description": "Threading information, mirrors app.bsky.feed.post#replyRef."
}
syndication object

No description available.

Properties

cid string cid Optional

Needed to reply to this post when threading.

network string Required

No description available.

Known values: bluesky, mastodon
syndicatedAt string datetime Required

An RFC 3339 formatted timestamp.

text string Optional

Exactly what was posted to this network.

uri string at-uri Optional

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

url string uri Optional

A valid URI.

View raw schema
{
  "type": "object",
  "required": [
    "network",
    "syndicatedAt"
  ],
  "properties": {
    "cid": {
      "type": "string",
      "format": "cid",
      "description": "Needed to reply to this post when threading."
    },
    "uri": {
      "type": "string",
      "format": "at-uri"
    },
    "url": {
      "type": "string",
      "format": "uri"
    },
    "text": {
      "type": "string",
      "description": "Exactly what was posted to this network."
    },
    "network": {
      "type": "string",
      "knownValues": [
        "bluesky",
        "mastodon"
      ]
    },
    "syndicatedAt": {
      "type": "string",
      "format": "datetime"
    }
  }
}

Lexicon Garden

@