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 a90f72d commit fdf4534Copy full SHA for fdf4534
src/schema/objects/formats.yaml
@@ -47,15 +47,7 @@ hed_version:
47
display_name: HED Version
48
description: |
49
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\\-]+)*))?"
+ pattern: "(?:[a-zA-Z]+:)?(?:[a-zA-Z]+_)?(?:0|[1-9][0-9]*)\\.(?:0|[1-9][0-9]*)\\.(?:0|[1-9][0-9]*)"
59
bids_uri:
60
display_name: BIDS uniform resource indicator
61
0 commit comments