Skip to content

Commit

Permalink
fieldsdf setting groups on top level attributes (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustberuss authored Dec 15, 2024
1 parent e0ebd97 commit 1972fca
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 180 deletions.
Binary file modified R/sysdata.rda
Binary file not shown.
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
Loading

0 comments on commit 1972fca

Please sign in to comment.