dev.roe.entity

danielroe.dev

Documentation

A person or organisation referenced by AMA responses via @-mentions. Holds the canonical name plus per-platform social handles so the publisher can rewrite mentions correctly for each platform.

main record

A person or organisation referenced by AMA responses via @-mentions. Holds the canonical name plus per-platform social handles so the publisher can rewrite mentions correctly for each platform.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

name string Required

No description available.

maxLength: 2560 bytesmaxGraphemes: 256 graphemes
website string uri Optional

A valid URI.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "createdAt"
    ],
    "properties": {
      "name": {
        "type": "string",
        "maxLength": 2560,
        "maxGraphemes": 256
      },
      "website": {
        "type": "string",
        "format": "uri"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "socialHandles": {
        "ref": "#socialHandles",
        "type": "ref"
      }
    }
  },
  "description": "A person or organisation referenced by AMA responses via @-mentions. Holds the canonical name plus per-platform social handles so the publisher can rewrite mentions correctly for each platform."
}
socialHandles object

No description available.

Properties

bluesky string Optional

Handle without leading @ (e.g. nuxt.bsky.social)

maxLength: 256 bytes
linkedin string Optional

Company or person handle (e.g. nuxtjs)

maxLength: 256 bytes
mastodon string Optional

Full handle including instance (e.g. nuxt@fosstodon.org)

maxLength: 256 bytes
View raw schema
{
  "type": "object",
  "properties": {
    "bluesky": {
      "type": "string",
      "maxLength": 256,
      "description": "Handle without leading @ (e.g. nuxt.bsky.social)"
    },
    "linkedin": {
      "type": "string",
      "maxLength": 256,
      "description": "Company or person handle (e.g. nuxtjs)"
    },
    "mastodon": {
      "type": "string",
      "maxLength": 256,
      "description": "Full handle including instance (e.g. nuxt@fosstodon.org)"
    }
  }
}

Lexicon Garden

@