ai.syui.at.link

syui.ai

{
  "id": "ai.syui.at.link",
  "defs": {
    "main": {
      "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": {
      "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."
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against ai.syui.at.link

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uqzpqmrjnptsxezjx4xuh2mn
CID
bafyreidlniktvkx6vwnceniktidb3q467tw3dnrp3jsu4lzlnxkjhcqhpe
Indexed At
2026-01-25 06:13 UTC
AT-URI
at://did:plc:uqzpqmrjnptsxezjx4xuh2mn/com.atproto.lexicon.schema/ai.syui.at.link

Lexicon Garden

@