ai.syui.at.link

syui.ai

Documentation

Record containing links to external service profiles.

main record

Record containing links to external service profiles.

Record Key literal:self Fixed literal value

Properties

createdAt string datetime Required

Client-declared timestamp when this record was created.

updatedAt string datetime Optional

Client-declared timestamp when this record was last updated.

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "links",
      "createdAt"
    ],
    "properties": {
      "links": {
        "type": "array",
        "items": {
          "ref": "#linkItem",
          "type": "ref"
        },
        "description": "Array of external service links."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Client-declared timestamp when this record was created."
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime",
        "description": "Client-declared timestamp when this record was last updated."
      }
    }
  },
  "description": "Record containing links to external service profiles."
}
linkItem object

No description available.

Properties

service string Required

Service identifier.

Known values: github, youtube, x
username string Required

Username or ID on the service.

maxLength: 300 bytes
View raw schema
{
  "type": "object",
  "required": [
    "service",
    "username"
  ],
  "properties": {
    "service": {
      "type": "string",
      "description": "Service identifier.",
      "knownValues": [
        "github",
        "youtube",
        "x"
      ]
    },
    "username": {
      "type": "string",
      "maxLength": 300,
      "description": "Username or ID on the service."
    }
  }
}

Lexicon Garden

@