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

Endpoint.singleEntryUrl must be "uri-template" not "uri" #103

Open
redmitry opened this issue Jul 20, 2023 · 1 comment
Open

Endpoint.singleEntryUrl must be "uri-template" not "uri" #103

redmitry opened this issue Jul 20, 2023 · 1 comment

Comments

@redmitry
Copy link
Collaborator

Hello,

In the beaconMapResponse (/map) there are some endpoint URLs that are defined as "format": "uri" while what is actually put / expected "format": "uri-template".
For instance, Endpoint.singleEntryUrl expects the entry identifier. Also additional endpoints should be correctedRealatedEndpoint.url .

Currently strict Json Schema Validator reports errors on all endpoints that have path parameters {}.

Cheers,

Dmitry

@costero-e
Copy link
Collaborator

For the endpoints that include parameters that must be resolved, like individuals/{id) it should be uri-template if we are accurate, yes.

Best,

Oriol

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

No branches or pull requests

3 participants