Skip to content

Commit acaa797

Browse files
committed
setting group on top level attributes
1 parent 19a046d commit acaa797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-raw/fieldsdf.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ extract_relevant_schema_info <- function(schema_elements) {
9292
endpoint = lookup[[schema_element]],
9393
field = x,
9494
data_type = data_type,
95-
group = "",
95+
group = names(api$components$schemas[[schema_element]]$properties),
9696
common_name = x
9797
)
9898
}

0 commit comments

Comments
 (0)