Skip to content

Commit fdf4534

Browse files
authored
Update src/schema/objects/formats.yaml
1 parent a90f72d commit fdf4534

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/schema/objects/formats.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,7 @@ hed_version:
4747
display_name: HED Version
4848
description: |
4949
The version string of the used HED schema.
50-
pattern: "\
51-
(?:[a-zA-Z]+:)?\
52-
(?:[a-zA-Z]+_)?\
53-
(?:0|[1-9][0-9]*)\\.(?:0|[1-9][0-9]*)\\.(?:0|[1-9][0-9]*)\
54-
(?:-(?:\
55-
(?:0|[1-9][0-9]*|[0-9]*[a-zA-Z-][0-9a-zA-Z\\-]*)\
56-
(?:\\.(?:0|[1-9][0-9]*|[0-9]*[a-zA-Z\\-][0-9a-zA-Z\\-]*))*\
57-
))?\
58-
(?:\\+(?:[0-9a-zA-Z\\-]+(?:\\.[0-9a-zA-Z\\-]+)*))?"
50+
pattern: "(?:[a-zA-Z]+:)?(?:[a-zA-Z]+_)?(?:0|[1-9][0-9]*)\\.(?:0|[1-9][0-9]*)\\.(?:0|[1-9][0-9]*)"
5951
bids_uri:
6052
display_name: BIDS uniform resource indicator
6153
description: |

0 commit comments

Comments
 (0)