sections <- list(
list(
title = "Burgers",
rows = list(
list(id = "r1", title = "Plain", description = "No cheese, no sauce"),
list(id = "r2", title = "Cheese", description = "With melted cheese")
)
)
)
whapi_validate_list_sections(sections)
Run the code above in your browser using DataLab