V0_2.Data.Schema Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="$schema")]
[YamlDotNet.Serialization.YamlMember(Alias="$schema", ApplyNamingConventions=false)]
public string Schema { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="$schema")>]
[<YamlDotNet.Serialization.YamlMember(Alias="$schema", ApplyNamingConventions=false)>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Schema : string with get, set
Public Property Schema As String

Property Value

String
Attributes
Newtonsoft.Json.JsonPropertyAttribute YamlDotNet.Serialization.YamlMemberAttribute IsReadOnlyAttribute

Applies to