Skip to content

Commit 0614cfa

Browse files
committed
accept number instead of integer as type for sampling freq
1 parent 29f6080 commit 0614cfa

File tree

1 file changed

+1
-1
lines changed
  • bids-validator/validators/json/schemas

1 file changed

+1
-1
lines changed

bids-validator/validators/json/schemas/ieeg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "object",
33
"properties": {
44
"TaskName": { "type": "string", "minLength": 1 },
5-
"SamplingFrequency": { "type": "integer" },
5+
"SamplingFrequency": { "type": "number" },
66
"PowerLineFrequency": { "type": "number" },
77
"DCOffsetCorrection": { "type": "string", "minLength": 1 },
88
"SoftwareFilters": {

0 commit comments

Comments
 (0)