Amazon CodeCatalyst · JSON Structure

Amazon Codecatalyst Source Repository Name String Structure

SourceRepositoryNameString schema from Amazon CodeCatalyst

Type: string Properties: 0
AmazonDeveloper ToolsCI/CDCollaborationDevOpsSource Control

SourceRepositoryNameString is a JSON Structure definition published by Amazon CodeCatalyst. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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