Class Schema
Schema information of a field
Inheritance
System.Object
Schema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:Dapplo.Jira.Entities
Assembly:Dapplo.Jira.dll
Syntax
[JsonObject]
public class Schema
Properties
| Improve this Doc View SourceSystem
System for this schema
Declaration
[JsonProperty(PropertyName = "system")]
public string System { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Type for this schema
Declaration
[JsonProperty(PropertyName = "type")]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |