Apollo Config · JSON Structure

Apollo Open Api App Structure

App schema from Apollo Config Open API

Type: object Properties: 10
Apache 2.0Configuration ManagementCtripDistributed SystemsJavaMicroservicesOpen SourceReal-Time Configuration

App is a JSON Structure definition published by Apollo Config, describing 10 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name appId orgId orgName ownerName ownerEmail dataChangeCreatedBy dataChangeLastModifiedBy dataChangeCreatedTime dataChangeLastModifiedTime

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apollo-config/refs/heads/main/json-structure/apollo-open-api-app-structure.json",
  "name": "App",
  "description": "App schema from Apollo Config Open API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "appId": {
      "type": "string"
    },
    "orgId": {
      "type": "string"
    },
    "orgName": {
      "type": "string"
    },
    "ownerName": {
      "type": "string"
    },
    "ownerEmail": {
      "type": "string"
    },
    "dataChangeCreatedBy": {
      "type": "string"
    },
    "dataChangeLastModifiedBy": {
      "type": "string"
    },
    "dataChangeCreatedTime": {
      "type": "datetime"
    },
    "dataChangeLastModifiedTime": {
      "type": "datetime"
    }
  }
}