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