Amazon CodeBuild · Schema

KeyInput

KeyInput schema from Amazon CodeBuild

AmazonCI/CDBuildContinuous IntegrationDevOpsTesting
View JSON Schema on GitHub

JSON Schema

amazon-codebuild-key-input-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-key-input-schema.json",
  "title": "KeyInput",
  "description": "KeyInput schema from Amazon CodeBuild",
  "type": "string",
  "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=@+\\-]*)$",
  "minLength": 1,
  "maxLength": 127
}