v1

latestOpenAPI 3.0.02026-07-2628145109.6 KB
Schemas

Returns the JSON Schema document for the requested artifact format. See the Results formats and Circuit formats catalog pages for the full list of identifiers and their payload schemas.

get/schemas/formats/{format}

Path parameters

format'ionq.result.probabilities.json.v1' | 'ionq.result.probabilities.json.v2' | 'ionq.result.histogram.json.v1' | 'ionq.result.histogram.json.v2' | 'ionq.result.shots.json.v1' | 'ionq.result.shots.json.v2' | 'ionq.result.probabilities-aggregate.json.v1' | 'ionq.native.v1' required

Response

Ok

$schemastring required

JSON Schema draft URI.

$idstring required

Format identifier (matches the path parameter).

typestring required

Top-level JSON type of the format payload.

descriptionstring

Human-readable description of the format.