ValidatedSolutionRecipeComponentPayload interface
Represents payloads associated with a component available in a validated solution recipe.
Properties
| file |
Represents the name of the file associated with the payload. |
| hash | Represents the cryptographic hash of the payload, ensuring data integrity. |
| identifier | Represents the unique identifier of the payload used to query the URL. |
| url | Represents the URL from which the payload can be downloaded. |
Property Details
fileName
Represents the name of the file associated with the payload.
fileName: string
Property Value
string
hash
Represents the cryptographic hash of the payload, ensuring data integrity.
hash: string
Property Value
string
identifier
Represents the unique identifier of the payload used to query the URL.
identifier: string
Property Value
string
url
Represents the URL from which the payload can be downloaded.
url: string
Property Value
string