Answer File OptionsJson Schema 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
The JSON schema URL.
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
public string JsonSchema { get; }VB
Public ReadOnly Property JsonSchema As String
GetC++
public:
property String^ JsonSchema {
String^ get ();
}F#
member JsonSchema : string with getProperty Value
StringThe JSON schema URL.