Skip to content
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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

TimoHinsemann
Copy link
Collaborator

@TimoHinsemann TimoHinsemann commented Nov 13, 2024

Describe your changes

Edit definitions

Issue ticket number and link

Fixes #153

Checklist before requesting a review

  • I have performed a self-review of my code/documentation.
  • My changes generate no new warnings during the documentation generation.

TimoHinsemann added 3 commits November 11, 2024 19:55
Copy link
Collaborator

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,
Copy link
Collaborator

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."
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Review definitions in schema files
2 participants