You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generated/.tailcallrc.schema.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -269,6 +269,16 @@
269
269
"meta": {
270
270
"description": "Additional metadata pertaining to the linked resource."
271
271
},
272
+
"proto_paths": {
273
+
"description": "The proto paths to be used when resolving dependencies. Only valid when [`Link::type_of`] is [`LinkType::Protobuf`]",
274
+
"type": [
275
+
"array",
276
+
"null"
277
+
],
278
+
"items": {
279
+
"type": "string"
280
+
}
281
+
},
272
282
"src": {
273
283
"description": "The source of the link. It can be a URL or a path to a file. If a path is provided, it is relative to the file that imports the link.",
0 commit comments