Fetching the list of field names and requirements in each table according to the schema json file

ds.get_json_fields(table_type)

Arguments

table_type

the type of dataframe, for the most updated table types specified by schema, please use functionds.list_ds_tables()

Value

the list of field names

Examples

if (FALSE) { # \dontrun{
fields_json <-ds.get_json_fields(table_type = "aoi_timepoints")
} # }