From a24cdc9a29482c73626509b65ec03c8a61d4ee91 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Thu, 29 Aug 2024 14:42:01 -0400 Subject: [PATCH] TMP: Use schema from associated specification PR --- .github/workflows/validate_datasets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate_datasets.yml b/.github/workflows/validate_datasets.yml index 55073f3a1..385c7b5e6 100644 --- a/.github/workflows/validate_datasets.yml +++ b/.github/workflows/validate_datasets.yml @@ -111,4 +111,4 @@ jobs: env: # When proposing new features, schema changes may be necessary. # Update this URL to the schema.json from PRs to the spec, when needed. - BIDS_SCHEMA: https://bids-specification.readthedocs.io/en/latest/schema.json + BIDS_SCHEMA: https://bids-specification--1864.org.readthedocs.build/en/1864/schema.json