SourceRepositoryNameString

SourceRepositoryNameString schema from Amazon CodeCatalyst

AmazonDeveloper ToolsCI/CDCollaborationDevOpsSource Control
View JSON Schema on GitHub

JSON Schema

amazon-codecatalyst-source-repository-name-string-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codecatalyst/refs/heads/main/json-schema/amazon-codecatalyst-source-repository-name-string-schema.json",
  "title": "SourceRepositoryNameString",
  "description": "SourceRepositoryNameString schema from Amazon CodeCatalyst",
  "type": "string",
  "pattern": "(?!.*[.]git$)[\\w\\-.]*",
  "minLength": 1,
  "maxLength": 100
}