JsonSchemaGeneratorGenerate Method (Type, Boolean) |
Namespace:
Newtonsoft.Json.Schema
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public JsonSchema Generate(
Type type,
bool rootSchemaNullable
)
Parameters
- type
- Type: SystemType
- rootSchemaNullable
- Type: SystemBoolean
Return Value
Type:
JsonSchemaSee Also