Gets or sets the JsonSchema of items.
| C# | Visual Basic | Visual C++ |
public IList<JsonSchema> Items { get; set; }
Public Property Items As IList(Of JsonSchema) Get Set
public: property IList<JsonSchema^>^ Items { IList<JsonSchema^>^ get (); void set (IList<JsonSchema^>^ value); }
The JsonSchema of items.