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

dev.ocbwoy3.dotsyncd.config

ocbwoy3.dev

Documentation

main record
Record Key any Any valid record key

Properties

config ref #config Required

The configuration details

createdAt string datetime Required

The date and time when the config was created

dependencies ref #dependencies Required

Dependencies required for this config

description string Optional

The description for config

maxLength: 2000 bytes
name string Required

The name of the config (e.g. Main)

maxLength: 100 bytesminLength: 1 bytes
updatedAt string datetime Required

The date and time when the config was last updated

View raw schema
{
  "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 object

Describes custom configuration for your rice. You must implement your own settings JSON schema.

This object has no properties defined.

View raw schema
{
  "type": "object",
  "required": [],
  "properties": {},
  "description": "Describes custom configuration for your rice. You must implement your own settings JSON schema."
}
dependencies array

All dependencies for the configuration

View raw schema
{
  "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"
}

Lexicon Garden

@