1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 package openapi_v3
22
23 import (
24 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
25 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
26 descriptorpb "google.golang.org/protobuf/types/descriptorpb"
27 reflect "reflect"
28 )
29
30 const (
31
32 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
33
34 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
35 )
36
37 var file_openapiv3_annotations_proto_extTypes = []protoimpl.ExtensionInfo{
38 {
39 ExtendedType: (*descriptorpb.FileOptions)(nil),
40 ExtensionType: (*Document)(nil),
41 Field: 1143,
42 Name: "openapi.v3.document",
43 Tag: "bytes,1143,opt,name=document",
44 Filename: "openapiv3/annotations.proto",
45 },
46 {
47 ExtendedType: (*descriptorpb.MethodOptions)(nil),
48 ExtensionType: (*Operation)(nil),
49 Field: 1143,
50 Name: "openapi.v3.operation",
51 Tag: "bytes,1143,opt,name=operation",
52 Filename: "openapiv3/annotations.proto",
53 },
54 {
55 ExtendedType: (*descriptorpb.MessageOptions)(nil),
56 ExtensionType: (*Schema)(nil),
57 Field: 1143,
58 Name: "openapi.v3.schema",
59 Tag: "bytes,1143,opt,name=schema",
60 Filename: "openapiv3/annotations.proto",
61 },
62 {
63 ExtendedType: (*descriptorpb.FieldOptions)(nil),
64 ExtensionType: (*Schema)(nil),
65 Field: 1143,
66 Name: "openapi.v3.property",
67 Tag: "bytes,1143,opt,name=property",
68 Filename: "openapiv3/annotations.proto",
69 },
70 }
71
72
73 var (
74
75 E_Document = &file_openapiv3_annotations_proto_extTypes[0]
76 )
77
78
79 var (
80
81 E_Operation = &file_openapiv3_annotations_proto_extTypes[1]
82 )
83
84
85 var (
86
87 E_Schema = &file_openapiv3_annotations_proto_extTypes[2]
88 )
89
90
91 var (
92
93 E_Property = &file_openapiv3_annotations_proto_extTypes[3]
94 )
95
96 var File_openapiv3_annotations_proto protoreflect.FileDescriptor
97
98 var file_openapiv3_annotations_proto_rawDesc = []byte{
99 0x0a, 0x1b, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x33, 0x2f, 0x61, 0x6e, 0x6e, 0x6f,
100 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0a, 0x6f,
101 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x33, 0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
102 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72,
103 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 0x6f, 0x70, 0x65,
104 0x6e, 0x61, 0x70, 0x69, 0x76, 0x33, 0x2f, 0x4f, 0x70, 0x65, 0x6e, 0x41, 0x50, 0x49, 0x76, 0x33,
105 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x3a, 0x4f, 0x0a, 0x08, 0x64, 0x6f, 0x63, 0x75, 0x6d, 0x65,
106 0x6e, 0x74, 0x12, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
107 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73,
108 0x18, 0xf7, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70,
109 0x69, 0x2e, 0x76, 0x33, 0x2e, 0x44, 0x6f, 0x63, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x08, 0x64,
110 0x6f, 0x63, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x3a, 0x54, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61,
111 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1e, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
112 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x4f, 0x70, 0x74,
113 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xf7, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x6f, 0x70,
114 0x65, 0x6e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x33, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69,
115 0x6f, 0x6e, 0x52, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x4c, 0x0a,
116 0x06, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
117 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
118 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xf7, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32,
119 0x12, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x33, 0x2e, 0x53, 0x63, 0x68,
120 0x65, 0x6d, 0x61, 0x52, 0x06, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x3a, 0x4e, 0x0a, 0x08, 0x70,
121 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
122 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f,
123 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xf7, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e,
124 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x33, 0x2e, 0x53, 0x63, 0x68, 0x65, 0x6d,
125 0x61, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x42, 0x42, 0x0a, 0x0e, 0x6f,
126 0x72, 0x67, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x5f, 0x76, 0x33, 0x42, 0x10, 0x41,
127 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50,
128 0x01, 0x5a, 0x16, 0x2e, 0x2f, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x33, 0x3b, 0x6f,
129 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x5f, 0x76, 0x33, 0xa2, 0x02, 0x03, 0x4f, 0x41, 0x53, 0x62,
130 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
131 }
132
133 var file_openapiv3_annotations_proto_goTypes = []interface{}{
134 (*descriptorpb.FileOptions)(nil),
135 (*descriptorpb.MethodOptions)(nil),
136 (*descriptorpb.MessageOptions)(nil),
137 (*descriptorpb.FieldOptions)(nil),
138 (*Document)(nil),
139 (*Operation)(nil),
140 (*Schema)(nil),
141 }
142 var file_openapiv3_annotations_proto_depIdxs = []int32{
143 0,
144 1,
145 2,
146 3,
147 4,
148 5,
149 6,
150 6,
151 8,
152 8,
153 4,
154 0,
155 0,
156 }
157
158 func init() { file_openapiv3_annotations_proto_init() }
159 func file_openapiv3_annotations_proto_init() {
160 if File_openapiv3_annotations_proto != nil {
161 return
162 }
163 file_openapiv3_OpenAPIv3_proto_init()
164 type x struct{}
165 out := protoimpl.TypeBuilder{
166 File: protoimpl.DescBuilder{
167 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
168 RawDescriptor: file_openapiv3_annotations_proto_rawDesc,
169 NumEnums: 0,
170 NumMessages: 0,
171 NumExtensions: 4,
172 NumServices: 0,
173 },
174 GoTypes: file_openapiv3_annotations_proto_goTypes,
175 DependencyIndexes: file_openapiv3_annotations_proto_depIdxs,
176 ExtensionInfos: file_openapiv3_annotations_proto_extTypes,
177 }.Build()
178 File_openapiv3_annotations_proto = out.File
179 file_openapiv3_annotations_proto_rawDesc = nil
180 file_openapiv3_annotations_proto_goTypes = nil
181 file_openapiv3_annotations_proto_depIdxs = nil
182 }
183
View as plain text