We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50d0e7 commit 495c310Copy full SHA for 495c310
.github/workflows/schema-checks.yaml
@@ -14,5 +14,8 @@ jobs:
14
with:
15
node-version: '22'
16
17
+ - name: Install dependencies
18
+ run: npm install -g
19
+
20
- name: Run Schema Validation
- run: schema validate --filePath specification/examples/responses/GET_Consent/adults-consenting.yaml --schema specification/validated-relationships-service-api.yaml --schema-obj "#/components/schemas/ConsentBundle"
21
+ run: npx run schema validate --filePath specification/examples/responses/GET_Consent/adults-consenting.yaml --schema specification/validated-relationships-service-api.yaml --schema-obj "#/components/schemas/ConsentBundle"
0 commit comments