nlib
nn::nlib::msgpack::JsonSchemaConverterSettings Struct Referencefinal

Specifies options for operating JsonSchemaConverter. More...

#include <manual_en.h>

Public Attributes

bool encode_title
 As of now, this variable is ignored.
 
bool encode_description
 As of now, this variable is ignored.
 
const NativePathMapperuri_mapper
 Sets the pointer to an object that is to be used to convert a URI to a file path. You can specify NULL. More...
 
JsonStreamParserSettings parser_settings
 This setting is provided to parse JSON Schema.
 

Detailed Description

Specifies options for operating JsonSchemaConverter.

Definition at line 58 of file JsonSchema.h.

Member Data Documentation

◆ uri_mapper

nn::nlib::msgpack::JsonSchemaConverterSettings::uri_mapper

Sets the pointer to an object that is to be used to convert a URI to a file path. You can specify NULL.

Description
JSON Schema allows you to refer to JSON Schema in the same or another file by specifying a URL reference containing JSON Pointer for the value of the name "$ref" in the object. If a path in the system needs to correspond with this URI reference, set a pointer to the object. Specifying NULL causes the system to attempt to map "nlibpath:///jsonschema/" to a native path.

Definition at line 65 of file JsonSchema.h.


The documentation for this struct was generated from the following files: