Skip to content

Commit

Permalink
NPA-3899 Validate Consent Example
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPlowman committed Nov 15, 2024
1 parent b7128a8 commit 669f49f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/schema-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Run Schema Validation
run: npm run validate-example
env:
EXAMPLE_PATH: specification/examples/responses/GET_Consent/adults-consenting.yaml
SCHEMA_PATH: specification/validated-relationships-service-api.yaml
EXAMPLE_PATH: ./specification/examples/responses/GET_Consent/adults-consenting.yaml
SCHEMA_PATH: ./specification/validated-relationships-service-api.yaml
SCHEMA_OBJECT: "#/components/schemas/ConsentBundle"

0 comments on commit 669f49f

Please sign in to comment.