blob: b9d03217f680d4626b23def9ab56007497b95eb1 [file] [log] [blame]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package recipe_modules.fuchsia.spec.examples;
// An example for testing ProtoSpecApi.
message ExampleSpec {
string value = 1;
}