Skip to contents

Read the set of properties defined in the JSON schema

Usage

read_schema_properties(schema_path = "configs/settings.schema.json")

Arguments

schema_path

Path to JSON schema.

Value

Sorted character vector of property names.

Examples

if (FALSE) { # \dontrun{
read_schema_properties()
} # }