UndefinedSchemaIdHandling Enum
Namespace: Stimulsoft.Base.Json.Schema
Members
| Member | Value | Description |
|---|---|---|
| None | 0 | Do not infer a schema Id. |
| UseTypeName | 1 | Use the .NET type name as the schema Id. |
| UseAssemblyQualifiedName | 2 | Use the assembly qualified .NET type name as the schema Id. |