-
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
153 review definitions in schema files #172
base: main
Are you sure you want to change the base?
Conversation
…F being removed. To be discussed. Signed-off-by: TimoHinsemann <[email protected]>
Signed-off-by: TimoHinsemann <[email protected]>
Signed-off-by: TimoHinsemann <[email protected]>
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.
We need to adapt the brdf examples, because we removed two columns here.
}, | ||
{ | ||
"type": ["number", "null"], | ||
"description": "Phase within the linearly polarized plane. If the phase is not taken into account, it is null." | ||
"description": "BRDF value in 1/sr." | ||
} | ||
], | ||
"minItems": 7, |
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.
Number of items needs to be changed. And we should probably also add a maxItems
}, | ||
{ | ||
"type": ["number", "null"], | ||
"description": "Amplitude within the linearly polarized plane." | ||
"description": "Wavelength of radiation in meters." |
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.
Let's make the wavelength the first column, because the table shall be sorted by the first column and then it is sorted by wavelength.
Describe your changes
Edit definitions
Issue ticket number and link
Fixes #153
Checklist before requesting a review