Files
bruno/tests/protobuf/collection/bruno.json
2026-01-29 14:59:56 +05:30

41 lines
753 B
JSON

{
"version": "1",
"name": "Grpcbin",
"type": "collection",
"ignore": [
"node_modules",
".git"
],
"size": 0.001827239990234375,
"filesCount": 10,
"protobuf": {
"protoFiles": [
{
"path": "../protos/services/invalid-file-path.proto",
"type": "file"
},
{
"path": "../protos/services/product.proto",
"type": "file"
},
{
"path": "../protos/services/order.proto",
"type": "file"
}
],
"importPaths": [
{
"path": "../protos/invalid-import-path",
"enabled": true
},
{
"path": "../protos/types",
"enabled": false
},
{
"path": ".",
"enabled": true
}
]
}
}