Screen Variant Group

Type: object

AttributeTypeDescription
idstringThe unique id of the screen variant
namestringThe name of the screen variant
variantsScreen Variant Group Value[]-

Example

{
  "id": "607437cd62d37a0bc869fc63",
  "name": "Login",
  "variants": [
    {
      "screen_id": "5dbad85a76ea51c1f35b6f69",
      "value": "Default"
    },
    {
      "screen_id": "6074389b7bf31ebf66c8f09d",
      "value": "Loading"
    },
    {
      "screen_id": "607438a0351a38c53598671c",
      "value": "Error"
    }
  ]
}