Skip to main content
A newer version of this page is available. .

ChooseJsonSchemaPageView.Schema Property

Gets the schema of the retrieved JSON data source.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.UI.dll

Declaration

public JsonSchemaNode[] Schema { get; }

Property Value

Type Description
JsonSchemaNode[]

A collection of JsonSchemaNode objects that specifies the schema of the retrieved JSON data source.

See Also