Group

Type: object

AttributeTypeDescription
idstringIdentifier of the color
namestringName of the color
descriptionstring (Optional)Description of the color
parentstring (Optional)Parent group of the group
variablesVariable[]-

Example

{
  "id": "666062f07fe9b31970400139",
  "name": "default",
  "variables": [
    {
      "id": "666062f07fe9b3197040013e",
      "name": "Black",
      "source_id": "d36cffd7c2da067c567ecc4ece9ad5fafff6ec7c",
      "values": [
        {
          "mode_id": "666062f07fe9b31970400138",
          "type": "color",
          "color": {
            "r": 0,
            "g": 0,
            "b": 0,
            "a": 1
          }
        }
      ]
    }
  ]
}