Type: object
| Attribute | Type | Description |
|---|---|---|
| id | string | The unique id of the styleguide |
| name | string | The name of the styleguide |
| description | string (Optional) | The description of the styleguide (It can contain markdown https://zpl.io/article/markdown-support) |
| platform | string ("base", "web", "ios", "android" or "macos") | The target platform of the styleguide |
| thumbnail | string (Optional) | URL of the styleguide's thumbnail image |
| status | Styleguide Status | - |
| organization | Organization Summary (Optional) | - |
| rem_preferences | rem Preferences (Optional) | - |
| created | integer | The unix timestamp when the styleguide was created |
| updated | integer (Optional) | The unix timestamp when the styleguide was updated |
| number_of_members | integer | The number of members of the styleguide |
| number_of_connected_components | integer | The number of connected components in the styleguide |
| number_of_components | integer | The number of components exported to the styleguide |
| number_of_text_styles | integer | The number of text styles added to the styleguide |
| number_of_colors | integer | The number of colors added to the styleguide |
| number_of_spacing_tokens | integer | The number of spacing tokens added to the styleguide |
| parent | Object Reference (Optional) | Reference of the parent styleguide |
Example
{
"id": "5db981be9df2b3e1bfa19ef2",
"name": "Discovery 1",
"description": "Global styleguide for all projects of Discovery 1.",
"platform": "web",
"thumbnail": "http://placekitten.com/200/300",
"status": "active",
"created": 1517184000,
"updated": 1572347818,
"number_of_members": 13,
"number_of_components": 241,
"number_of_connected_components": 195,
"number_of_text_styles": 48,
"number_of_colors": 37,
"parent": {
"id": "5db981b14ce405d079b376f0"
}
}{
"id": "5db981be9df2b3e1bfa19ef2",
"name": "Discovery 1",
"description": "Global styleguide for all projects of Discovery 1.",
"platform": "web",
"thumbnail": "http://placekitten.com/200/300",
"status": "active",
"created": 1517184000,
"updated": 1572347818,
"organization": {
"id": "5d9caaecb4a3fa9b972f86ce",
"name": "Acme, Inc.",
"logo": "http://placekitten.com/200/300"
},
"number_of_members": 13,
"number_of_components": 241,
"number_of_connected_components": 195,
"number_of_text_styles": 48,
"number_of_colors": 37,
"number_of_spacing_tokens": 21,
"parent": {
"id": "5db981b14ce405d079b376f0"
}
}