{ "$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-input-structure.json", "name": "ListProjectsInput", "description": "ListProjectsInput schema from Amazon CodeBuild", "type": "object", "properties": { "sortBy": { "allOf": [ { "$ref": "#/components/schemas/ProjectSortByType" }, { "description": "
The criterion to be used to list build project names. Valid values include:
CREATED_TIME: List based on when each build project was created.
LAST_MODIFIED_TIME: List based on when information about each build project was last changed.
NAME: List based on each build project's name.
Use sortOrder to specify in what order to list the build project names based on the preceding criteria.
The order in which to list build projects. Valid values include:
ASCENDING: List in ascending order.
DESCENDING: List in descending order.
Use sortBy to specify the criterion to be used to list build project names.