BuildObjectSchema(String[]?, (String Name, JsonNode Schema)<String, JsonNode>[]) Method

Definition

Assembly XamlToCSharpGenerator.RemoteProtocol.dll

Builds an object schema with optional required properties.

public static JsonObject BuildObjectSchema(string[]? required, params (string Name, JsonNode Schema)[] properties)

Parameters

required
String[]

Returns