Add OpenAPI definition of the Playback server (#5546)

Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
This commit is contained in:
Bouke van der Bijl
2026-07-31 20:34:41 +00:00
committed by GitHub
co-authored by aler9
parent fa9cd4fbed
commit 2156e75dd6
2 changed files with 151 additions and 1 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ lint-apidocs:
go run ./internal/apidocsgen --check
echo "$$DOCKERFILE_APIDOCS_LINT" | docker build . -f - -t temp
docker run --rm -v "$(shell pwd)/api:/s" -w /s temp \
sh -c "openapi lint openapi.yaml"
sh -c "openapi lint openapi.yaml && openapi lint playback.openapi.yaml"
lint-other:
echo "$$DOCKERFILE_PRETTIER" | docker build . -f - -t temp