rlp::base::json::JsonSchemaField¶
#include <json_utility.hpp>
Public Attributes¶
| Name | |
|---|---|
| std::string_view | name |
| JsonFieldType | type |
| bool | required |
| std::optional< boost::json::value > | default_value |
| const JsonSchemaObject * | object_schema |
| const JsonSchemaArray * | array_schema |
Public Attributes Documentation¶
variable name¶
variable type¶
variable required¶
variable default_value¶
variable object_schema¶
variable array_schema¶
Updated on 2026-06-05 at 17:22:18 -0700