Skip to contents

Create a JSON Schema object

Usage

create_json_schema(name, schema, strict = TRUE, description = "")

Arguments

name

Name of the schema

schema

The JSON schema definition as a list

strict

Whether to enforce strict mode (default TRUE)

description

Optional description of the schema

Value

A json_schema S7 object