Amazon Cloud9 · JSON Structure

Cloud9 Describe Environments Response Structure

Response for describing environments.

Type: object Properties: 1
Cloud9IDEDevelopmentBrowser-Based

DescribeEnvironmentsResponse is a JSON Structure definition published by Amazon Cloud9, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

environments

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/amazon-cloud9/refs/heads/main/json-structure/cloud9-describe-environments-response-structure.json",
  "name": "DescribeEnvironmentsResponse",
  "description": "Response for describing environments.",
  "type": "object",
  "properties": {
    "environments": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Environment"
      }
    }
  }
}