dbt-labs / dbt-labs/dbt-cloud-openapi-spec
v3: OpenAPI validation issues
- Dominant language
- Python
- Stars
- 12
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
I ran [Spectral](https://github.com/stoplightio/spectral) locally via:
```bash
curl -O https://raw.githubusercontent.com/dbt-labs/dbt-cloud-openapi-spec/c019e7548b0537abe258492c7ddb4590d041847a/openapi-v3.yaml
npm install -g @stoplight/spectral-cli
echo 'extends: ["spectral:oas"]' > .spectral.yaml
spectral lint openapi-v3.yaml --ruleset .spectral.yaml > lint_results.txt
```
Results summary: `✖ 370 problems (29 errors, 341 warnings, 0 infos, 0 hints)`
Full results: [lint_results.txt](https://github.com/user-attachments/files/17734173/lint_results.txt)
(Attaching as file: GitHub didn't let me include the text b/c 65536 character limit)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.