Class Schema
Represents a schema of array items.
Inheritance
System.Object
Schema
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:Contentful.Core.Models
Assembly:cs.temp.dll.dll
Syntax
public class Schema
Properties
LinkType
Specifies what type of links are allowed in the array.
Declaration
public string LinkType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Specifies what types of resources are allowed in the array.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Validations
The validations that should be applied to the items in the array.
Declaration
public List<IFieldValidator> Validations { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IFieldValidator> |