Amazon CodeBuild · Schema

ProjectSortByType

ProjectSortByType schema from Amazon CodeBuild

AmazonCI/CDBuildContinuous IntegrationDevOpsTesting
View JSON Schema on GitHub

JSON Schema

amazon-codebuild-project-sort-by-type-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-project-sort-by-type-schema.json",
  "title": "ProjectSortByType",
  "description": "ProjectSortByType schema from Amazon CodeBuild",
  "type": "string",
  "enum": [
    "NAME",
    "CREATED_TIME",
    "LAST_MODIFIED_TIME"
  ]
}