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

Clarification on URI Data Type #78

Open
ValentinFutterer opened this issue Dec 16, 2024 · 0 comments
Open

Clarification on URI Data Type #78

ValentinFutterer opened this issue Dec 16, 2024 · 0 comments

Comments

@ValentinFutterer
Copy link

E.g. in distribution, the access_url and download_url have the data type URI. But they have URL in their name and they are obviously supposed to be links that lead to a webpage/download. In my opinion, URI is the wrong data type here, since URIs could either be a URl or a URN. URNs are just a unique name, with no way to access the resource behind the name. As opposed to URLs, which do offer a way to access the resource described. So in short, every URL is a URI, but not all URIs are URLs.

This ambiguity also affects other parts of the schema. As a software developer, I would like clarification on this issue, to validate inputs correctly.

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

No branches or pull requests

1 participant