Files
bruno/tests/protobuf/fixtures/collection/bruno.json
2026-02-17 01:25:41 +05:30

41 lines
748 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
}
]
}
}