blob: 23676240b95d56c8ee25028ca94f4bfbd7b35b1c [file] [log] [blame]
// Copyright 2022 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 recipes.fuchsia.contrib.docsgen;
message InputProperties {
// Do not push changes to the reference-docs repository.
bool dry_run = 1;
// Jiri manifest to use.
string manifest = 2;
// Remote manifest repository.
string remote = 3;
// Path to a fint params file.
string fint_params_path = 4;
}