Amazon CodeCatalyst · JSON Structure

Amazon Codecatalyst Name String Structure

NameString schema from Amazon CodeCatalyst

Type: string Properties: 0
AmazonDeveloper ToolsCI/CDCollaborationDevOpsSource Control

NameString 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-name-string-structure.json",
  "name": "NameString",
  "description": "NameString schema from Amazon CodeCatalyst",
  "type": "string",
  "pattern": "[a-zA-Z0-9]+(?:[-_\\.][a-zA-Z0-9]+)*",
  "minLength": 3,
  "maxLength": 63
}