Validates a property list for a given data type.
validate_properties(properties, data_type, strict = TRUE)Invisibly TRUE when valid in strict mode. In non-strict mode, a list with unknown fields/subfields.
Property list as used in data_fetcher() and
generate_json_query().
RCSB data type.
Logical. If TRUE, unknown fields/subfields raise errors. If FALSE, validation details are returned without error.