Spring Framework · JSON Structure
Spring Service Registry Structure
Structure documentation for Spring Cloud distributed systems components
Type:
Properties: 0
Artificial IntelligenceCloud-NativeEnterpriseFrameworkJavaMicroservicesOpen-SourceRESTSpring Boot
Spring Cloud is a JSON Structure definition published by Spring Framework.
Meta-schema:
JSON Structure
{
"name": "Spring Cloud",
"description": "Structure documentation for Spring Cloud distributed systems components",
"version": "2023.0.0",
"structures": [
{
"name": "ServiceInstance",
"description": "A registered service instance in the Spring Cloud service registry",
"fields": [
{ "name": "serviceId", "type": "string", "required": true, "description": "Service identifier (spring.application.name)" },
{ "name": "host", "type": "string", "required": true, "description": "Hostname or IP address of the instance" },
{ "name": "port", "type": "integer", "required": true, "description": "Port the service is listening on" },
{ "name": "secure", "type": "boolean", "required": false, "description": "Whether this instance uses HTTPS" },
{ "name": "uri", "type": "string", "required": true, "description": "Full URI to this instance" },
{ "name": "metadata", "type": "object", "required": false, "description": "Map of instance metadata (zone, version, etc.)" },
{ "name": "instanceId", "type": "string", "required": false, "description": "Unique instance identifier" }
]
},
{
"name": "ConfigClientProperties",
"description": "Spring Cloud Config client configuration",
"fields": [
{ "name": "uri", "type": "string", "required": false, "description": "Config server URL" },
{ "name": "profile", "type": "string", "required": false, "description": "Active profile for config lookup" },
{ "name": "label", "type": "string", "required": false, "description": "Git branch/tag for config lookup" },
{ "name": "name", "type": "string", "required": false, "description": "Application name for config lookup" }
]
},
{
"name": "RouteDefinition",
"description": "Spring Cloud Gateway route definition",
"fields": [
{ "name": "id", "type": "string", "required": true, "description": "Route identifier" },
{ "name": "uri", "type": "string", "required": true, "description": "Destination URI" },
{ "name": "predicates", "type": "array", "required": true, "description": "Route matching predicates" },
{ "name": "filters", "type": "array", "required": false, "description": "Applied filters" },
{ "name": "order", "type": "integer", "required": false, "description": "Route priority" }
]
}
]
}
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.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/spring-service-registry-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.