AWS Braket · Schema

AWS Braket Device

Schema for an Amazon Braket device (QPU or simulator) as returned by GetDevice and SearchDevices.

Quantum ComputingQPUSimulatorHybrid JobsOpenQASMPennyLaneQiskitQuantum

Properties

Name Type Description
deviceArn string ARN of the device, case sensitive.
deviceName string
providerName string Quantum hardware provider.
deviceStatus string
deviceType string
deviceCapabilities string JSON document describing supported gates, qubit topology, paradigm, native gate set, and calibration.
deviceQueueInfo array
View JSON Schema on GitHub

JSON Schema

aws-braket-device-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/aws-braket/aws-braket-device-schema.json",
  "title": "AWS Braket Device",
  "description": "Schema for an Amazon Braket device (QPU or simulator) as returned by GetDevice and SearchDevices.",
  "type": "object",
  "required": ["deviceArn", "deviceName", "providerName", "deviceStatus", "deviceType"],
  "properties": {
    "deviceArn": {
      "type": "string",
      "description": "ARN of the device, case sensitive.",
      "minLength": 1,
      "maxLength": 256
    },
    "deviceName": { "type": "string" },
    "providerName": {
      "type": "string",
      "description": "Quantum hardware provider.",
      "enum": ["AQT", "IonQ", "IQM", "QuEra", "Rigetti", "Amazon Braket"]
    },
    "deviceStatus": {
      "type": "string",
      "enum": ["ONLINE", "OFFLINE", "RETIRED"]
    },
    "deviceType": {
      "type": "string",
      "enum": ["QPU", "SIMULATOR"]
    },
    "deviceCapabilities": {
      "type": "string",
      "description": "JSON document describing supported gates, qubit topology, paradigm, native gate set, and calibration."
    },
    "deviceQueueInfo": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "queue": { "type": "string", "enum": ["QUANTUM_TASKS_QUEUE", "JOBS_QUEUE"] },
          "queuePriority": { "type": "string", "enum": ["Normal", "Priority"] },
          "queueSize": { "type": "string" }
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/aws-braket-device"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.