Unreleased documentation. These pages follow the main branch and can change before the next release. For supported guidance, use v0.26.1.
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.