Schema Class

Represents a JSON editor schema definition.

Definition

Namespace: MFiles.VAF.Configuration.JsonEditor
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
[SerializableAttribute]
public class Schema
Inheritance
Object    Schema

Constructors

Schema Constructor.

Properties

Editors The editors defined by this schema.
Options Options to be assigned to the top level item loaded with this schema.
Type The name of the editor to assign to types loaded with this schema.

Methods

ToJson Serializes the internal schema structure into a JSON string.

See Also