PnfdArchiveArtifactInfo

PnfdArchiveArtifactInfo
PnfdArchiveArtifactInfo

This type represents an artifact contained in a PNFD archive. It shall comply with provisions defined in Table 5.5.3.6-1.

JSON Example
{
    "nonManoArtifactSetId": "nonManoArtifactSetId",
    "metadata": {
        "key": "metadata"
    },
    "checksum": {
        "hash": "hash",
        "algorithm": "algorithm"
    },
    "artifactPath": "artifactPath"
}
string
artifactPath
Required

A string as defined in IETF RFC 8259.

checksum
Required

checksum

string
nonManoArtifactSetId
Optional

A string as defined in IETF RFC 8259.

object
metadata
Optional

This type represents a list of key-value pairs. The order of the pairs in the list is not significant. In JSON, a set of key- value pairs is represented as an object. It shall comply with the provisions defined in clause 4 of IETF RFC 7159.

Property Of