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

site.standard.theme.color

standard.site

Documentation

rgb object

Properties

b integer Required

No description provided.

minimum: 0maximum: 255
g integer Required

No description provided.

minimum: 0maximum: 255
r integer Required

No description provided.

minimum: 0maximum: 255
View raw schema
{
  "type": "object",
  "required": [
    "r",
    "g",
    "b"
  ],
  "properties": {
    "b": {
      "type": "integer",
      "maximum": 255,
      "minimum": 0
    },
    "g": {
      "type": "integer",
      "maximum": 255,
      "minimum": 0
    },
    "r": {
      "type": "integer",
      "maximum": 255,
      "minimum": 0
    }
  }
}
rgba object

Properties

a integer Required

No description provided.

minimum: 0maximum: 100
b integer Required

No description provided.

minimum: 0maximum: 255
g integer Required

No description provided.

minimum: 0maximum: 255
r integer Required

No description provided.

minimum: 0maximum: 255
View raw schema
{
  "type": "object",
  "required": [
    "r",
    "g",
    "b",
    "a"
  ],
  "properties": {
    "a": {
      "type": "integer",
      "maximum": 100,
      "minimum": 0
    },
    "b": {
      "type": "integer",
      "maximum": 255,
      "minimum": 0
    },
    "g": {
      "type": "integer",
      "maximum": 255,
      "minimum": 0
    },
    "r": {
      "type": "integer",
      "maximum": 255,
      "minimum": 0
    }
  }
}

Lexicon Garden

@