Skip to main content

validate_provider_manifest_value

Function validate_provider_manifest_value 

Source
pub fn validate_provider_manifest_value(
    value: &Value,
) -> Result<ProviderManifest, ProviderValidationError>
Expand description

Validates a raw manifest JSON value against schema and Soma policy, returning the deserialized [ProviderManifest] on success.