net.alternativeproto.submission

lexicon.store View official

{
  "id": "net.alternativeproto.submission",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "description",
          "url",
          "authType",
          "createdAt"
        ],
        "properties": {
          "url": {
            "type": "string",
            "format": "uri",
            "description": "The project URL"
          },
          "icon": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg",
              "image/webp",
              "image/svg+xml",
              "image/x-icon",
              "image/vnd.microsoft.icon"
            ],
            "maxSize": 1000000,
            "description": "Project icon image blob"
          },
          "name": {
            "type": "string",
            "maxLength": 200,
            "description": "The project name"
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 50
            },
            "description": "Tags for categorization"
          },
          "authType": {
            "type": "string",
            "description": "Authentication method used by the project",
            "knownValues": [
              "oauth",
              "app-password",
              "none"
            ]
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the submission was created"
          },
          "description": {
            "type": "string",
            "maxLength": 5000,
            "description": "Description of the project"
          },
          "isOpenSource": {
            "type": "boolean",
            "description": "Whether the project is open source"
          },
          "alternativeTo": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 100
            },
            "description": "Services this project is an alternative to"
          },
          "repositoryUrl": {
            "type": "string",
            "format": "uri",
            "description": "Source code repository URL"
          }
        }
      },
      "description": "A user submission of a project to AlternativeProto"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.alternativeproto.submission

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreigvwloauerbyrs5gprhjuiqulptodgg7mcsw5sljofy746m26tjru
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/net.alternativeproto.submission

Lexicon Garden

@