Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ValidateSolFunctionPackageContentMetadata

import type { ValidateSolFunctionPackageContentMetadata } from "https://aws-api.deno.dev/v0.4/services/tnb.ts?docs=full";

Validates function package content metadata.

A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.

interface ValidateSolFunctionPackageContentMetadata {
vnfd?: FunctionArtifactMeta | null;
}

§Properties