-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated ID1A3.json and ID3A.json schemas #29
Conversation
Added description for "Facility" key
Deleted duplicate CHEXS_NSF value in BeamlineFundingPartner
Added EnergyScanDocument key
Added keys for slit settings
Added InsertionDevice key
Deleted duplicate CCU value in InsertionDevice key
Added "None" to the list of values for Focusing key
Added AttenMaterial, AttenThickness, and EnergyFoil keys
Deleted duplicate CCU value in InsertionDevice
Moved Calibration key to the top of Sample section, and then added CalibrationDocument key (string, optional, multiple false)
Added new keys in Sample section, and slightly modified the order in which the keys appear in the section.
Added SampleState key in Sample section
Deleted duplicate entry in Sample section
Added SampleState key in Sample section
Fixed minor errors in Sample section
Fixed errors in Sample section
Changed order of some keys in Beam section
General cleanup throughout
General cleanup throughout
Added keys for detector slit settings for white beam mode
More cleanup
Moved DataLocations section after User section
web/schemas/ID1A3.json
Outdated
"multiple": true, | ||
"section": "Beam", | ||
"description": "Thickness [mm] of attenuator(s) - enter one value for each attenutor material", | ||
"placeholder": "0.25, 3.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is wrong. You should either define single number for placeholder or if you expect a list of numbers you should change the type. Please clarify.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed. A similar fix was applied to ID3A.json also. Made a few more minor edits to both ID1A3.json and ID3A.json.
Edited placeholder for AttenThickness key to have a single value; and general cleanup
Edited placeholder for AttenThickness key; and general cleanup
@vkuznet: ID1A3.json and ID3A.json schemas updated.