pub fn deserialize_root<E>(
    schema: &Value
) -> Result<DocumentRoot, CompilationError>where
    E: Error,