AccountId

AccountId schema from Amazon CodeArtifact API

AmazonArtifact RepositoryPackage ManagementDevOpsSoftware Supply ChainnpmMavenPyPINuGet
View JSON Schema on GitHub

JSON Schema

codeartifact-account-id-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-account-id-schema.json",
  "title": "AccountId",
  "description": "AccountId schema from Amazon CodeArtifact API",
  "type": "string",
  "pattern": "[0-9]{12}",
  "minLength": 12,
  "maxLength": 12
}