tech.devrelish.group

devrelish.tech

{
  "id": "tech.devrelish.group",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "description",
          "createdAt"
        ],
        "properties": {
          "did": {
            "type": "string",
            "format": "did",
            "description": "The DID the group's handle resolved to, when known. Stable across handle changes."
          },
          "name": {
            "type": "string",
            "maxLength": 120,
            "description": "The display name of the group."
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 64
            },
            "maxLength": 10,
            "description": "Tags describing the group's focus areas."
          },
          "handle": {
            "type": "string",
            "description": "The group's AT Protocol handle, without the @ (e.g. 'yourgroup.example.com'). Any provider, not just Bluesky."
          },
          "website": {
            "type": "string",
            "format": "uri",
            "description": "The group's website URL."
          },
          "category": {
            "type": "string",
            "maxLength": 64,
            "description": "The primary category of the group (e.g. 'devrel', 'web', 'ai')."
          },
          "location": {
            "ref": "community.lexicon.location.address",
            "type": "ref",
            "description": "The primary location of the group."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when the group was created."
          },
          "description": {
            "type": "string",
            "maxLength": 10000,
            "description": "A description of the group. Markdown is supported."
          },
          "linkedinUrl": {
            "type": "string",
            "format": "uri",
            "description": "The group's LinkedIn page URL."
          },
          "coOrganizers": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "did"
            },
            "maxLength": 20,
            "description": "DIDs of co-organizers who can manage the group."
          }
        }
      },
      "description": "A recurring meetup group with a persistent identity."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tech.devrelish.group

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:6d3psjptpouatzj7t7sk5qrt
CID
bafyreif2r3shg324dijf35fpyizkotwdrfnq7iyl4f633nricaq5xrdvom
Indexed At
2026-09-06 13:07 UTC
AT-URI
at://did:plc:6d3psjptpouatzj7t7sk5qrt/com.atproto.lexicon.schema/tech.devrelish.group

Referenced Schemas (1)

Lexicon Garden

@