Amazon CodeDeploy · Schema

ListApplicationsResponse

ListApplicationsResponse schema from Amazon CodeDeploy

AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

Properties

Name Type Description
applications array
nextToken string
View JSON Schema on GitHub

JSON Schema

amazon-codedeploy-list-applications-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-schema/amazon-codedeploy-list-applications-response-schema.json",
  "title": "ListApplicationsResponse",
  "description": "ListApplicationsResponse schema from Amazon CodeDeploy",
  "type": "object",
  "properties": {
    "applications": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "nextToken": {
      "type": "string"
    }
  }
}