{
"type": "object",
"patternProperties": {
"^.*$": {
"type": "object",
"properties": {
"rollout": {
"type": "number"
},
"variants": {
"type": "object",
"patternProperties": {
"^.*$": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
}
},
"additionalProperties": false
}