JsonScripter.GenerateSchema Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates a JSON schema for validating the JSON script that JsonScripter can handle.
public static string GenerateSchema ();
static member GenerateSchema : unit -> string
Public Shared Function GenerateSchema () As String
Returns
A JSON schema.