sh.diffuse.output.facet

toko.spaces-alpha.bsky.network

{
  "id": "sh.diffuse.output.facet",
  "defs": {
    "main": {
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "id",
          "name"
        ],
        "properties": {
          "id": {
            "type": "string",
            "description": "A unique identifier"
          },
          "cid": {
            "type": "string",
            "description": "A DASL CID representing the UTF8 encoded HTML (raw 0x55 codec)"
          },
          "uri": {
            "type": "string",
            "description": "An optional URI that points at the facet; can be used to update this artifact"
          },
          "html": {
            "type": "string",
            "description": "The UTF8 HTML string that makes up the facet"
          },
          "kind": {
            "enum": [
              "interactive",
              "prelude"
            ],
            "type": "string",
            "default": "interactive",
            "description": "A facet is by default interactive, but headless 'prelude' facets may also be created, these run before any main interactive facet is loaded."
          },
          "name": {
            "type": "string"
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "enabled": {
            "type": "boolean",
            "default": true,
            "description": "Whether the facet is enabled or not"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "favourite": {
            "type": "boolean",
            "default": false,
            "description": "Whether the facet is favourited (shown at the top) or not. Some facets may be more important to the user than others."
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against sh.diffuse.output.facet

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:3blaxu6ttk4nllr5rt4wmfmp
CID
bafyreiasxecrvnftzyrf343lej5fdu2krwb2zekvvfhf3efwrv3d5ufc4u
Indexed At
2026-08-21 17:03 UTC
AT-URI
at://did:plc:3blaxu6ttk4nllr5rt4wmfmp/com.atproto.lexicon.schema/sh.diffuse.output.facet

Lexicon Garden

@