Skip to content

Commit

Permalink
Update metadata.yaml
Browse files Browse the repository at this point in the history
Attempt to fix the type of AverageCalibrationError and MaximalCalibrationError, leaving empty the number of maxItems as it is possible to have as many calibration as desired
  • Loading branch information
mszinte authored Nov 30, 2023
1 parent e6ef2d6 commit 84b869a
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions src/schema/objects/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,13 @@ AverageCalibrationError:
display_name: Average Calibration Error
description: |
Average calibration error in visual degree.
type: array of arrays
anyOf:
- type: array
items:
type: array
minItems: 1
items:
type: number
unit: degree
B0FieldIdentifier:
name: B0FieldIdentifier
Expand Down Expand Up @@ -2075,7 +2081,14 @@ MaximalCalibrationError:
display_name: Maximal Calibration Error
description: |
Maximal calibration error in degree.
type: array of arrays
anyOf:
- type: array
items:
type: array
minItems: 1
items:
type: number
unit: degree
unit: degree
MeasurementToolMetadata:
name: MeasurementToolMetadata
Expand Down

0 comments on commit 84b869a

Please sign in to comment.