We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
collection.yaml declares:
type: object required: - links - id - extent - parameter-names
Then lower down in the file the element is defined as:
parameter_names: description: list of the data parameters available in the collection type: object additionalProperties: items: $ref: parameter.yaml
So the issue is inconsistency between parameter-names and parameter_names.
parameter-names
parameter_names
The text was updated successfully, but these errors were encountered:
@ghobona this has been fixed in v1.0.1
Sorry, something went wrong.
agreed at EDR PAI SWG 76 to close
No branches or pull requests
collection.yaml declares:
Then lower down in the file the element is defined as:
So the issue is inconsistency between
parameter-names
andparameter_names
.The text was updated successfully, but these errors were encountered: