bruno_validate_collection
Validate Bruno collection structure, syntax, and request files to ensure API testing configurations are correct and error-free.
Instructions
Validate a Bruno collection structure, syntax, and request files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collectionPath | Yes | Path to the Bruno collection to validate |
Input Schema (JSON Schema)
{
"properties": {
"collectionPath": {
"description": "Path to the Bruno collection to validate",
"type": "string"
}
},
"required": [
"collectionPath"
],
"type": "object"
}