// 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"} ] } } ] } }] }