Vert.x · Schema

Vert.x Verticle Deployment Descriptor

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

Event-DrivenFrameworksJavaJVMMicroservicesPolyglotReactiveEclipse FoundationOpen-Source

Properties

Name Type Description
main string The main verticle class name or script path to deploy.
options object Deployment options for the verticle.
View JSON Schema on GitHub

JSON Schema

vertx-deployment-descriptor.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/vert-x/json-schema/vertx-deployment-descriptor.json",
  "title": "Vert.x Verticle Deployment Descriptor",
  "description": "JSON Schema 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": "integer",
          "description": "Number of verticle instances to deploy.",
          "default": 1,
          "minimum": 1
        },
        "worker": {
          "type": "boolean",
          "description": "Deploy as a worker verticle.",
          "default": false
        },
        "multiThreaded": {
          "type": "boolean",
          "description": "Deploy as a multi-threaded worker verticle.",
          "default": false
        },
        "ha": {
          "type": "boolean",
          "description": "Deploy with high availability.",
          "default": false
        },
        "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.",
          "additionalProperties": true
        },
        "workerPoolName": {
          "type": "string",
          "description": "Name of the worker pool to use."
        },
        "workerPoolSize": {
          "type": "integer",
          "description": "Size of the worker pool.",
          "minimum": 1
        },
        "maxWorkerExecuteTime": {
          "type": "integer",
          "description": "Max worker execute time in nanoseconds."
        }
      },
      "additionalProperties": true
    }
  },
  "required": ["main"],
  "additionalProperties": true
}

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