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