{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codebuild/refs/heads/main/json-structure/amazon-codebuild-list-projects-response-structure.json", "name": "ListProjectsResponse", "description": "ListProjectsResponse schema from Amazon CodeBuild", "type": "object", "properties": { "projects": { "type": "array", "items": { "type": "string" } }, "nextToken": { "type": "string" } } }