Skip to content

Commit

Permalink
setting group on top level attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
mustberuss committed Dec 10, 2024
1 parent 19a046d commit acaa797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-raw/fieldsdf.R
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ extract_relevant_schema_info <- function(schema_elements) {
endpoint = lookup[[schema_element]],
field = x,
data_type = data_type,
group = "",
group = names(api$components$schemas[[schema_element]]$properties),
common_name = x
)
}
Expand Down

0 comments on commit acaa797

Please sign in to comment.