From 52acc57471b70d0b93bd5156d267c515ebbe3be7 Mon Sep 17 00:00:00 2001 From: Justas Balcas Date: Mon, 18 May 2026 13:43:13 -0500 Subject: [PATCH] Use v2 spec --- .github/workflows/api-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-validation.yml b/.github/workflows/api-validation.yml index 370ff65..f8fb5a3 100644 --- a/.github/workflows/api-validation.yml +++ b/.github/workflows/api-validation.yml @@ -90,7 +90,7 @@ jobs: source .venv/bin/activate python schema-validator/verification/api-validator.py \ --baseurl http://localhost:8000 \ - --schema-url https://raw.githubusercontent.com/doe-iri/iri-facility-api-docs/refs/heads/main/specification/openapi/all_spec.yaml \ + --schema-url https://raw.githubusercontent.com/doe-iri/iri-facility-api-docs/refs/heads/main/specification/openapi/all_spec_v2.yaml \ --report-name schemathesis-official echo "exitcode=$?" >> $GITHUB_OUTPUT