blob: 3f165735518e7db198091393739d3099e71b1431 [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
"type_name": "FieldTrialTestingConfig",
"schema": [{
"field": "groups",
"type": "array",
"contents": {
"type_name": "FieldTrialTestingGroup",
"type": "struct",
"fields": [
{"field": "study", "type": "string"},
{"field": "group_name", "type": "string"},
{
"field": "params",
"type": "array",
"contents": {
"type_name": "FieldTrialGroupParams",
"type": "struct",
"fields": [
{"field": "key", "type": "string"},
{"field": "value", "type": "string"}
]
}
},
{
"field": "enable_features",
"type": "array",
"contents": { "type": "string"}
},
{
"field": "disable_features",
"type": "array",
"contents": { "type": "string"}
}
]
}
}]
}