diff --git a/bids-validator/validators/json/schemas/motion.json b/bids-validator/validators/json/schemas/motion.json index b5d5a19db..3db7717a8 100644 --- a/bids-validator/validators/json/schemas/motion.json +++ b/bids-validator/validators/json/schemas/motion.json @@ -27,7 +27,6 @@ }, "SubjectArtefactDescription": { "type": "string" }, "MotionChannelCount": { "type": "number" }, - "TrackingSystemCount": { "type": "number" }, "TrackingSystemName": { "type": "string" }, "DeviceSerialNumber": { "$ref": "common_definitions.json#/definitions/DeviceSerialNumber" @@ -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" },