Vert.x · JSON Structure

Vertx Deployment Descriptor Structure

JSON Structure for Vert.x verticle deployment options used when deploying verticles programmatically or via configuration.

Type: object Properties: 2 Required: 1
Event-DrivenFrameworksJavaJVMMicroservicesPolyglotReactiveEclipse FoundationOpen-Source

Vert.x Verticle Deployment Descriptor is a JSON Structure definition published by Vert.x, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

main options

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

vertx-deployment-descriptor-structure.json Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://github.com/api-evangelist/vert-x/json-structure/vertx-deployment-descriptor-structure.json",
  "name": "Vert.x Verticle Deployment Descriptor",
  "description": "JSON Structure for Vert.x verticle deployment options used when deploying verticles programmatically or via configuration.",
  "type": "object",
  "properties": {
    "main": {
      "type": "string",
      "description": "The main verticle class name or script path to deploy."
    },
    "options": {
      "type": "object",
      "description": "Deployment options for the verticle.",
      "properties": {
        "instances": {
          "type": "int32",
          "description": "Number of verticle instances to deploy."
        },
        "worker": {
          "type": "boolean",
          "description": "Deploy as a worker verticle."
        },
        "multiThreaded": {
          "type": "boolean",
          "description": "Deploy as a multi-threaded worker verticle."
        },
        "ha": {
          "type": "boolean",
          "description": "Deploy with high availability."
        },
        "isolationGroup": {
          "type": "string",
          "description": "Isolation group for the verticle classloader."
        },
        "isolatedClasses": {
          "type": "array",
          "description": "List of class name patterns to isolate.",
          "items": {
            "type": "string"
          }
        },
        "extraClasspath": {
          "type": "array",
          "description": "Extra classpath entries for the verticle.",
          "items": {
            "type": "string"
          }
        },
        "config": {
          "type": "object",
          "description": "JSON configuration passed to the verticle."
        },
        "workerPoolName": {
          "type": "string",
          "description": "Name of the worker pool to use."
        },
        "workerPoolSize": {
          "type": "int32",
          "description": "Size of the worker pool."
        },
        "maxWorkerExecuteTime": {
          "type": "int64",
          "description": "Max worker execute time in nanoseconds."
        }
      }
    }
  },
  "required": ["main"]
}

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/vertx-deployment-descriptor-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 email required.

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