Amazon CodeBuild · Schema

ListProjectsResponse

ListProjectsResponse schema from Amazon CodeBuild

AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

Properties

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

JSON Schema

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