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
The documentation could be expanded. This would be particularly helpful if someone wanted to build a UI based on the mt_metadata schema.
Here are some things that could be updated:
style
name list
number list
options
controlled vocabulary
typing.Literal
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The documentation could be expanded.
This would be particularly helpful if someone wanted to build a UI based on the mt_metadata schema.
Here are some things that could be updated:
style
could add reference to:name list
,number list
options
only refers tocontrolled vocabulary
(which is liketyping.Literal
), and seems also relevant to some cases ofname list
.ACCEPTED_STYLES = [
"name",
"url",
"email",
"number",
"date",
"free form",
"time",
"date time",
"name list",
"number list",
"controlled vocabulary",
"alpha numeric",
]
REQUIRED_KEYS = [
"attribute",
"type",
"required",
"units",
"style",
"description",
"options",
"alias",
"example",
"default",
]
The text was updated successfully, but these errors were encountered: