Package version:

Interface ValidatedSolutionRecipeComponentPayload

Represents payloads associated with a component available in a validated solution recipe.

interface ValidatedSolutionRecipeComponentPayload {
    fileName: string;
    hash: string;
    identifier: string;
    url: string;
}

Properties

fileName: string

Represents the name of the file associated with the payload.

hash: string

Represents the cryptographic hash of the payload, ensuring data integrity.

identifier: string

Represents the unique identifier of the payload used to query the URL.

url: string

Represents the URL from which the payload can be downloaded.