6 references to ToJsonNode
System.Text.Json (6)
System\Text\Json\Schema\JsonSchema.cs (5)
186
properties.Add(property.Key, property.Value.
ToJsonNode
(options));
205
objSchema.Add(ItemsPropertyName, Items.
ToJsonNode
(options));
210
objSchema.Add(AdditionalPropertiesPropertyName, AdditionalProperties.
ToJsonNode
(options));
220
objSchema.Add(NotPropertyName, Not.
ToJsonNode
(options));
228
anyOfArray.Add(schema.
ToJsonNode
(options));
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
54
return schema.
ToJsonNode
(exporterOptions);