Skip to contents

Produces nested markdown that documents a schema. This is a recursive set of function

Usage

create_schema_docs(schema_path = the$current_schema_path, sep = "\n")

Arguments

schema_path

Character. Path to a json-schema. Default is the current schema path set in the package environment the.

sep

Character. separator to be used by paste_reduce(). Default is "\n" to create line breaks.

Value

character vector of markdown text

Examples

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