app.thesocialwire.folder

samclemente.me

{
  "id": "app.thesocialwire.folder",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "icon": {
            "type": "string",
            "maxLength": 128,
            "description": "Emoji character or short icon name for this folder. If omitted, the UI renders a default folder icon."
          },
          "name": {
            "type": "string",
            "maxLength": 128,
            "description": "Display name for the folder."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "ISO 8601 timestamp when this folder was created."
          },
          "iconImage": {
            "type": "string",
            "format": "uri",
            "description": "Optional URI for a custom image to use as the folder icon. Takes precedence over 'icon' if both are set."
          },
          "sortOrder": {
            "type": "integer",
            "default": 0,
            "description": "Position of this folder in the sidebar. Lower values appear first."
          }
        }
      },
      "description": "A named folder for organizing publication subscriptions in The Social Wire."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.thesocialwire.folder

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:qy5pluw2bsuq2x6albsgkvx3
CID
bafyreie552ocp2omgx3gx36stvyqr2qcaue6mbnm64em545e62kbkopp3y
Indexed At
2026-08-15 17:31 UTC
AT-URI
at://did:plc:qy5pluw2bsuq2x6albsgkvx3/com.atproto.lexicon.schema/app.thesocialwire.folder

Lexicon Garden

@