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
Describe the bug
I see the following error message:
For property:timeRequired , 'PT2H30M' is not valid under any of the given schemas We are expecting "Duration" in an array or as a single object
however that is a valid ISO8601 time spec: https://schema.org/Duration
https://schema.org/timeRequired shows an example that's essentially the same (PT1H)
PT1H
To Reproduce Steps to reproduce the behavior:
python src/command.py validate --target_data=https://training.galaxyproject.org/training-material/topics/admin/tutorials/ansible-galaxy/tutorial.html --static_jsonld
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I see the following error message:
however that is a valid ISO8601 time spec: https://schema.org/Duration
https://schema.org/timeRequired shows an example that's essentially the same (
PT1H
)To Reproduce
Steps to reproduce the behavior:
python src/command.py validate --target_data=https://training.galaxyproject.org/training-material/topics/admin/tutorials/ansible-galaxy/tutorial.html --static_jsonld
The text was updated successfully, but these errors were encountered: