Unreleased documentation. These pages follow the main branch and can change before the next release. For supported guidance, use v0.15.2.
Fetch this OpenAPI document
const url = 'https://example.com/openapi.json';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/openapi.jsonThe generated public contract for this service. This route is intentionally unauthenticated: the served bytes are the released generated artifact and describe no deployment, definition, or authority.
Responses
Section titled “Responses”The generated Version 1 OpenAPI document
object
Examplegenerated
{}Headers
Section titled “Headers”Evidence responses are never cacheable.
Server-minted operation identifier for this request. It is generated by Evidence, never taken from the caller, and is the identifier a caller quotes to an operator. Problem responses repeat it in the operation member.
The document could not be produced
object
object
object
object
object
object
object
object
object
object
Example
{ "code": "service_unavailable", "status": 503, "title": "Service temporarily unavailable", "type": "https://registrystack.org/problems/evidence/service_unavailable"}Headers
Section titled “Headers”Evidence responses are never cacheable.
Server-minted operation identifier for this request. It is generated by Evidence, never taken from the caller, and is the identifier a caller quotes to an operator. Problem responses repeat it in the operation member.