RapidAPI · JSON Structure

Rapidapi Test Structure

An API test configuration in RapidAPI Testing.

Type: Properties: 0
API MarketplaceAPI ManagementAPI TestingAPI GatewayAPI DesignEnterprise

Test is a JSON Structure definition published by RapidAPI.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Test",
  "description": "An API test configuration in RapidAPI Testing.",
  "fields": [
    { "name": "id", "type": "string", "required": false, "description": "Unique test identifier." },
    { "name": "name", "type": "string", "required": true, "description": "Test display name." },
    { "name": "description", "type": "string", "required": false, "description": "What the test validates." },
    { "name": "apiId", "type": "string", "required": false, "description": "Associated API on the hub." },
    { "name": "type", "type": "string (enum)", "required": false, "description": "functional or performance." },
    { "name": "status", "type": "string (enum)", "required": false, "description": "active, draft, or archived." },
    {
      "name": "steps",
      "type": "array<TestStep>",
      "required": true,
      "description": "Ordered list of HTTP call + assertion steps.",
      "fields": [
        { "name": "name", "type": "string", "required": true, "description": "Step name." },
        { "name": "method", "type": "string (enum)", "required": true, "description": "GET, POST, PUT, PATCH, DELETE." },
        { "name": "url", "type": "string (uri)", "required": true, "description": "Endpoint URL." },
        { "name": "assertions", "type": "array<Assertion>", "required": false, "description": "Validation assertions." }
      ]
    },
    { "name": "schedule", "type": "Schedule", "required": false, "description": "Automated run schedule." },
    { "name": "lastExecution", "type": "ExecutionResult", "required": false, "description": "Most recent run result." }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/rapidapi-test-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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