Type: object
Attribute | Type | Description |
---|---|---|
id | string | The unique id of the screen variant |
name | string | The name of the screen variant |
variants | Screen Variant Group Value[] | - |
Example
{
"id": "607437cd62d37a0bc869fc63",
"name": "Login",
"variants": [
{
"screen_id": "5dbad85a76ea51c1f35b6f69",
"value": "Default"
},
{
"screen_id": "6074389b7bf31ebf66c8f09d",
"value": "Loading"
},
{
"screen_id": "607438a0351a38c53598671c",
"value": "Error"
}
]
}