Table of Contents

Property OneOf

Namespace
Ratatoskr.AsyncApi.Model
Assembly
Ratatoskr.dll

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; }

Property Value

List<JsonSchema>