Backfill in-progress. Some lexicons and records may be missing or incomplete.

dev.ocbwoy3.dotsyncd.config

ocbwoy3.dev

{
  "id": "dev.ocbwoy3.dotsyncd.config",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "config",
          "createdAt",
          "updatedAt",
          "dependencies"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 100,
            "minLength": 1,
            "description": "The name of the config (e.g. Main)"
          },
          "config": {
            "ref": "#config",
            "type": "ref",
            "description": "The configuration details"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "The date and time when the config was created"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "The date and time when the config was last updated"
          },
          "description": {
            "type": "string",
            "maxLength": 2000,
            "description": "The description for config"
          },
          "dependencies": {
            "ref": "#dependencies",
            "type": "ref",
            "description": "Dependencies required for this config"
          }
        }
      }
    },
    "config": {
      "type": "object",
      "required": [],
      "properties": {},
      "description": "Describes custom configuration for your rice. You must implement your own settings JSON schema."
    },
    "dependencies": {
      "type": "array",
      "items": {
        "refs": [
          "dev.ocbwoy3.dotsyncd.refsDependency#hyprland",
          "dev.ocbwoy3.dotsyncd.refsDependency#tangledRepo",
          "dev.ocbwoy3.dotsyncd.refsDependency#distro"
        ],
        "type": "union"
      },
      "description": "All dependencies for the configuration"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "This record defines a configuration used by dotsyncd"
}

Validate Record

Validate a record against dev.ocbwoy3.dotsyncd.config

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

Metadata

DID
did:plc:s7cesz7cr6ybltaryy4meb6y
CID
bafyreihij7whiggn5uzmcqpzmqn5vsmzwin3jabkqv7r4emrik4fkerfbm
Indexed At
2026-01-04 21:49 UTC
AT-URI
at://did:plc:s7cesz7cr6ybltaryy4meb6y/com.atproto.lexicon.schema/dev.ocbwoy3.dotsyncd.config

Referenced Schemas (3)

  • dev.ocbwoy3.dotsyncd.refsDependency#distro
  • dev.ocbwoy3.dotsyncd.refsDependency#hyprland
  • dev.ocbwoy3.dotsyncd.refsDependency#tangledRepo

Lexicon Garden

@