AIJsonSchemaTransformOptions.UseNullableKeyword Property

Definition

Gets a value indicating whether to substitute nullable "type" keywords with OpenAPI 3.0 style "nullable" keywords in the schema.

public:
 property bool UseNullableKeyword { bool get(); void set(bool value); };
public bool UseNullableKeyword { get; init; }
member this.UseNullableKeyword : bool with get, set
Public Property UseNullableKeyword As Boolean

Property Value

Applies to