Spring Cloud Config · JSON Structure

Spring Cloud Config Environment Structure

Structure documentation for the Spring Cloud Config Server API response objects

Type: Properties: 0
Configuration ManagementDistributed SystemsExternalized ConfigurationGitJavaMicroservicesSpringSpring Cloud

Spring Cloud Config Server is a JSON Structure definition published by Spring Cloud Config.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Spring Cloud Config Server",
  "description": "Structure documentation for the Spring Cloud Config Server API response objects",
  "version": "4.1.0",
  "structures": [
    {
      "name": "Environment",
      "description": "Configuration environment response containing all property sources for an application",
      "fields": [
        { "name": "name", "type": "string", "required": true, "description": "Application name" },
        { "name": "profiles", "type": "array", "required": true, "description": "Active profiles" },
        { "name": "label", "type": "string", "required": false, "description": "Git branch, tag, or commit hash" },
        { "name": "version", "type": "string", "required": false, "description": "Git commit hash" },
        { "name": "state", "type": "string", "required": false, "description": "Configuration state" },
        { "name": "propertySources", "type": "array", "required": true, "description": "Ordered list of property sources" }
      ]
    },
    {
      "name": "PropertySource",
      "description": "A single source of configuration properties",
      "fields": [
        { "name": "name", "type": "string", "required": true, "description": "Source identifier (git URL + file path)" },
        { "name": "source", "type": "object", "required": true, "description": "Key-value configuration properties" }
      ]
    }
  ]
}

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/spring-cloud-config-environment-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.