SourceRepositoryIdString

SourceRepositoryIdString schema from Amazon CodeCatalyst

AmazonDeveloper ToolsCI/CDCollaborationDevOpsSource Control
View JSON Schema on GitHub

JSON Schema

amazon-codecatalyst-source-repository-id-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-id-string-schema.json",
  "title": "SourceRepositoryIdString",
  "description": "SourceRepositoryIdString schema from Amazon CodeCatalyst",
  "type": "string",
  "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}"
}