pub fn validate_field_names(
    child_names: &Option<ChildNames>,
    field_count: usize
) -> Result<(), SchemaValidationError>