Amazon CodeArtifact · Schema
PublishPackageVersionResult
PublishPackageVersionResult schema from Amazon CodeArtifact API
AmazonArtifact RepositoryPackage ManagementDevOpsSoftware Supply ChainnpmMavenPyPINuGet
Properties
| Name | Type | Description |
|---|---|---|
| format | object | |
| namespace | object | |
| package | object | |
| version | object | |
| versionRevision | object | |
| status | object | |
| asset | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeartifact/refs/heads/main/json-schema/codeartifact-publish-package-version-result-schema.json",
"title": "PublishPackageVersionResult",
"description": "PublishPackageVersionResult schema from Amazon CodeArtifact API",
"type": "object",
"properties": {
"format": {
"allOf": [
{
"$ref": "#/components/schemas/PackageFormat"
},
{
"description": "The format of the package version."
}
]
},
"namespace": {
"allOf": [
{
"$ref": "#/components/schemas/PackageNamespace"
},
{
"description": "The namespace of the package version."
}
]
},
"package": {
"allOf": [
{
"$ref": "#/components/schemas/PackageName"
},
{
"description": "The name of the package."
}
]
},
"version": {
"allOf": [
{
"$ref": "#/components/schemas/PackageVersion"
},
{
"description": "The version of the package."
}
]
},
"versionRevision": {
"allOf": [
{
"$ref": "#/components/schemas/PackageVersionRevision"
},
{
"description": "The revision of the package version."
}
]
},
"status": {
"allOf": [
{
"$ref": "#/components/schemas/PackageVersionStatus"
},
{
"description": "A string that contains the status of the package version. For more information, see <a href=\"https://docs.aws.amazon.com/codeartifact/latest/ug/packages-overview.html#package-version-status.html#package-version-status\">Package version status</a> in the <i>CodeArtifact User Guide</i>."
}
]
},
"asset": {
"allOf": [
{
"$ref": "#/components/schemas/AssetSummary"
},
{
"description": "An <a href=\"https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_AssetSummary.html\">AssetSummary</a> for the published asset."
}
]
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/codeartifact-publish-package-version-result"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.