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

IJsonDataSourceModel.JsonSchema Property

If implemented, specifies the JSON data source schema.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

JsonSchemaNode JsonSchema { get; set; }

Property Value

Type Description
JsonSchemaNode

A JsonSchemaNode value that specifies the JSON source schema.

See Also