Table of Contents

Property Type

Namespace
Ratatoskr.AsyncApi.Model
Assembly
Ratatoskr.dll

Type

JSON Schema type. A single type string (e.g. "string") or an array of types (e.g. ["string", "null"]) for nullable values per JSON Schema Draft-07.

[JsonPropertyName("type")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public object? Type { get; set; }

Property Value

object