SchemaReferenceHandling Enumeration |
Namespace: Newtonsoft.Json.Schema.Generation
[FlagsAttribute] public enum SchemaReferenceHandling
Member name | Value | Description | |
---|---|---|---|
None | 0 | No schemas can be referenced. | |
Objects | 1 | Object schemas can be referenced. | |
Arrays | 2 | Array schemas can be referenced. | |
Dictionaries | 3 | Dictionary schemas can be referenced. | |
All | 3 | All schemas can be referenced. |