Spring Framework · Schema

Spring Cloud Service Instance

JSON Schema for a Spring Cloud ServiceInstance registered with a service registry (Eureka, Consul, or Kubernetes).

Artificial IntelligenceCloud-NativeEnterpriseFrameworkJavaMicroservicesOpen-SourceRESTSpring Boot

Properties

Name Type Description
serviceId string Service identifier matching spring.application.name
host string Hostname or IP address of this service instance
port integer Port number the service is listening on
secure boolean Whether this instance uses HTTPS
uri string Complete URI to this service instance
metadata object Key-value metadata (zone, version, weight, etc.)
instanceId string Unique instance identifier
scheme string URI scheme
View JSON Schema on GitHub

JSON Schema

spring-service-instance-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/spring-cloud/json-schema/spring-cloud-service-instance-schema.json",
  "title": "Spring Cloud Service Instance",
  "description": "JSON Schema for a Spring Cloud ServiceInstance registered with a service registry (Eureka, Consul, or Kubernetes).",
  "type": "object",
  "required": ["serviceId", "host", "port", "uri"],
  "properties": {
    "serviceId": {
      "type": "string",
      "description": "Service identifier matching spring.application.name"
    },
    "host": {
      "type": "string",
      "description": "Hostname or IP address of this service instance"
    },
    "port": {
      "type": "integer",
      "minimum": 1,
      "maximum": 65535,
      "description": "Port number the service is listening on"
    },
    "secure": {
      "type": "boolean",
      "default": false,
      "description": "Whether this instance uses HTTPS"
    },
    "uri": {
      "type": "string",
      "format": "uri",
      "description": "Complete URI to this service instance"
    },
    "metadata": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "description": "Key-value metadata (zone, version, weight, etc.)"
    },
    "instanceId": {
      "type": "string",
      "description": "Unique instance identifier"
    },
    "scheme": {
      "type": "string",
      "enum": ["http", "https"],
      "description": "URI scheme"
    }
  }
}

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/spring-service-instance"
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.