AnswerFileOptionsJsonSchema Property

Gets the schema that can be used for validation of the JSON representation of this object.

Definition

Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
public string JsonSchema { get; }

Property Value

String
The JSON schema URL.

See Also