Skip to content

Commit

Permalink
Fix typo and remove unused field
Browse files Browse the repository at this point in the history
- typo MISChannelCount -> MISCChannelCount
- remove unused TrackingSystemCount field
  • Loading branch information
sjeung authored Aug 25, 2023
1 parent 16fd80b commit abde27b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bids-validator/validators/json/schemas/motion.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
},
"SubjectArtefactDescription": { "type": "string" },
"MotionChannelCount": { "type": "number" },
"TrackingSystemCount": { "type": "number" },
"TrackingSystemName": { "type": "string" },
"DeviceSerialNumber": {
"$ref": "common_definitions.json#/definitions/DeviceSerialNumber"
Expand Down Expand Up @@ -56,7 +55,7 @@
"GYROChannelCount": { "type": "number" },
"JNTANGChannelCount": { "type": "number" },
"MAGNChannelCount": { "type": "number" },
"MISChannelCount": { "type": "number" },
"MISCChannelCount": { "type": "number" },
"ORNTChannelCount": { "type": "number" },
"POSChannelCount": { "type": "number" },
"VELChannelCount": { "type": "number" },
Expand Down

0 comments on commit abde27b

Please sign in to comment.