We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a046d commit acaa797Copy full SHA for acaa797
data-raw/fieldsdf.R
@@ -92,7 +92,7 @@ extract_relevant_schema_info <- function(schema_elements) {
92
endpoint = lookup[[schema_element]],
93
field = x,
94
data_type = data_type,
95
- group = "",
+ group = names(api$components$schemas[[schema_element]]$properties),
96
common_name = x
97
)
98
}
0 commit comments