Released docs. You are viewing the documentation published with v0.25.0. Development docs are available at Latest.
Fetch the provider-published Registry Discovery description
const url = 'https://example.com/catalog.jsonld';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/catalog.jsonldA deterministic closed projection of governed public Evidence service facts. This route is intentionally unauthenticated and performs no source access, assertion evaluation, signing, or Evidence audit write.
Responses
Section titled “Responses”The provider-published Registry Discovery description
object
Examplegenerated
{}Headers
Section titled “Headers”Evidence responses are never cacheable.
Effective W3C trace context. One valid inbound traceparent is retained; missing, invalid, or duplicate values are replaced and tracestate is never reflected.
This bundle does not publish a description
Headers
Section titled “Headers”Evidence responses are never cacheable.
Effective W3C trace context. One valid inbound traceparent is retained; missing, invalid, or duplicate values are replaced and tracestate is never reflected.