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