PackageVersionErrorCode

PackageVersionErrorCode schema from Amazon CodeArtifact API

AmazonArtifact RepositoryPackage ManagementDevOpsSoftware Supply ChainnpmMavenPyPINuGet
View JSON Schema on GitHub

JSON Schema

codeartifact-package-version-error-code-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-package-version-error-code-schema.json",
  "title": "PackageVersionErrorCode",
  "description": "PackageVersionErrorCode schema from Amazon CodeArtifact API",
  "type": "string",
  "enum": [
    "ALREADY_EXISTS",
    "MISMATCHED_REVISION",
    "MISMATCHED_STATUS",
    "NOT_ALLOWED",
    "NOT_FOUND",
    "SKIPPED"
  ]
}