Property OneOf
OneOf
Combines multiple schemas (used for nullable $ref types in JSON Schema Draft-07).
[JsonPropertyName("oneOf")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public List<JsonSchema>? OneOf { get; set; }
Combines multiple schemas (used for nullable $ref types in JSON Schema Draft-07).
[JsonPropertyName("oneOf")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public List<JsonSchema>? OneOf { get; set; }