SchemaContract.Value Property

Definition

Gets or sets json escaped string defining the document representing the Schema. Used for schemas other than Swagger/OpenAPI.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.document.value")]
public string Value { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.document.value")>]
member this.Value : string with get, set
Public Property Value As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to