|
DAW JSON Link
|
Namespaces | |
| namespace | utils |
Functions | |
| template<typename T , typename WritableType , auto... PolicyFlags> | |
| constexpr WritableType | to_json_schema (WritableType &it, std::string_view id, std::string_view title, options::output_flags_t< PolicyFlags... >=options::output_flags<>) |
| Generate a JSON Schema string based on the mappings for the type specified. | |
|
constexpr |
Generate a JSON Schema string based on the mappings for the type specified.
| T | Known or mapped type to generate JSON Schema for |
| WritableType | An output iterator to write characters to |
| PolicyFlags | Optional policy flags to control output |
| id | JSON Schema identifier |
| title | JSON Schema title |
Definition at line 760 of file daw_json_schema.h.