pub async fn validate_manifest_bytes(
content: impl AsRef<[u8]>,
) -> Result<(Manifest, Vec<ValidationFailure>)>Expand description
Validate a lsit of bytes that represents a WADM application manifest
ยงArguments
content- YAML content to the Manifest that will be read into memory and validated