Source Styleguide

The source styleguide of the resource

Type: object

AttributeTypeDescription
idstringThe unique id of the source styleguide
namestringThe name of the source styleguide
platformstring ("base", "web", "ios", "android" or "macos")The target platform of the source styleguide
parentObject Reference (Optional)Reference of the parent styleguide of the source styleguide

Example

{
  "id": "5db981be9df2b3e1bfa19ef2",
  "name": "Discovery 1",
  "platform": "web",
  "parent": {
    "id": "5db981be9df2b3e1bfa19ef2"
  }
}