Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/workflows/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Validate
uses: mbowman100/swagger-validator-action@master
with:
files: |
./core-api/rest/UCR-core-openapi.yaml
- name: Validate with redocli CLI
run: |
docker pull redocly/cli
docker run --rm -v $PWD/core-api/rest:/spec -e REDOCLY_TELEMETRY=false redocly/cli lint UCR-core-openapi.yaml

publish:
name: Publish GitHub pages
Expand Down
6 changes: 6 additions & 0 deletions core-api/rest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

This section contains unreleased changes which will be part of an upcoming release.

### Fixed
- Schema validation errors found with the new redocly-cli linter.

### Changed
- Migrate OAS specification from 3.0.3 to 3.1.1.

---

## 0.45.3
Expand Down
Loading