6 references to ToJsonNode
System.Text.Json (6)
System\Text\Json\Schema\JsonSchema.cs (5)
195
properties.Add(property.Key, property.Value.
ToJsonNode
(options));
214
objSchema.Add(ItemsPropertyName, Items.
ToJsonNode
(options));
219
objSchema.Add(AdditionalPropertiesPropertyName, AdditionalProperties.
ToJsonNode
(options));
229
objSchema.Add(NotPropertyName, Not.
ToJsonNode
(options));
237
anyOfArray.Add(schema.
ToJsonNode
(options));
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
63
return schema.
ToJsonNode
(exporterOptions);