maui.files_metadata.verify_yaml_format

maui.files_metadata.verify_yaml_format(data)[source]

Verify if the provided YAML data follows a specific format.

Parameters:
datadict

A dictionary representing YAML data.

Returns:
bool

True if the YAML data follows the expected format, False otherwise.