VNC · Schema

VNC Cloud Address

A static cloud address that uniquely identifies a device participating in VNC Cloud connectivity brokering.

Remote DesktopRemote AccessVNCNetworkingScreen Sharing

Properties

Name Type Description
cloudAddress string The unique VNC Cloud address identifier assigned to the device.
allowedActions array Whether this cloud address is used to initiate connections (connect) or accept them (listen).
groups array Logical group names associated with this cloud address for organizational purposes.
accessControl object
View JSON Schema on GitHub

JSON Schema

vnc-cloud-address-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12",
  "$id": "https://api.vnc.com/schemas/cloud-address",
  "title": "VNC Cloud Address",
  "description": "A static cloud address that uniquely identifies a device participating in VNC Cloud connectivity brokering.",
  "type": "object",
  "properties": {
    "cloudAddress": {
      "type": "string",
      "description": "The unique VNC Cloud address identifier assigned to the device.",
      "example": "VJ4MX-HTQZP-R8L9N-K2YWB"
    },
    "allowedActions": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": ["connect", "listen"]
      },
      "description": "Whether this cloud address is used to initiate connections (connect) or accept them (listen)."
    },
    "groups": {
      "type": "array",
      "maxItems": 16,
      "items": {
        "type": "string",
        "maxLength": 256
      },
      "description": "Logical group names associated with this cloud address for organizational purposes."
    },
    "accessControl": {
      "$ref": "#/$defs/AccessControl"
    }
  },
  "required": ["cloudAddress"],
  "$defs": {
    "AccessControl": {
      "type": "object",
      "description": "Fine-grained access control configuration specifying which groups and peer addresses may connect.",
      "properties": {
        "groups": {
          "type": "array",
          "maxItems": 24,
          "items": {
            "type": "string"
          },
          "description": "Group names permitted to establish connections to this address."
        },
        "cloudAddresses": {
          "type": "array",
          "maxItems": 8,
          "items": {
            "type": "string"
          },
          "description": "Specific VNC cloud addresses permitted to connect to this address."
        }
      }
    }
  }
}

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/vnc-cloud-address"
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.