1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
file: - name: dep.proto package: foo.bar messageType: - name: FooBar - name: root.proto dependency: - dep.proto messageType: - name: Foo field: - name: foobar number: 1 label: LABEL_OPTIONAL typeName: .FooBar jsonName: foobar syntax: proto3