{ "opencollection": "1.0.0", "info": { "name": "Application Research CNAB Bundle API Resources Validation API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Validation", "type": "folder" }, "items": [ { "info": { "name": "Application Research Validate a workload specification", "type": "http" }, "http": { "method": "POST", "url": "https://api.example.com/v1/validate", "body": { "type": "json", "data": "{}" } }, "docs": "Validates a Score workload specification without creating it" } ] } ], "bundled": true }