RepositoryName

RepositoryName schema from Amazon CodeArtifact API

AmazonArtifact RepositoryPackage ManagementDevOpsSoftware Supply ChainnpmMavenPyPINuGet
View JSON Schema on GitHub

JSON Schema

codeartifact-repository-name-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeartifact/refs/heads/main/json-schema/codeartifact-repository-name-schema.json",
  "title": "RepositoryName",
  "description": "RepositoryName schema from Amazon CodeArtifact API",
  "type": "string",
  "pattern": "[A-Za-z0-9][A-Za-z0-9._\\-]{1,99}",
  "minLength": 2,
  "maxLength": 100
}