MuleSoft · JSON Structure

Mulesoft Anypoint Platform Environment Structure

Type: object Properties: 8
API GatewayAPI ManagementEnterpriseIntegration

Environment is a JSON Structure definition published by MuleSoft, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id name organizationId isProduction type clientId createdAt updatedAt

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Environment",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "organizationId": {
      "type": "string"
    },
    "isProduction": {
      "type": "boolean"
    },
    "type": {
      "type": "string"
    },
    "clientId": {
      "type": "string"
    },
    "createdAt": {
      "type": "string"
    },
    "updatedAt": {
      "type": "string"
    }
  }
}