1 write to DefaultValue
System.Text.Json (1)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
248
propertySchema.
DefaultValue
= JsonSerializer.SerializeToNode(parameterInfo.DefaultValue, property.JsonTypeInfo);
1 reference to DefaultValue
System.Text.Json (1)
System\Text\Json\Schema\JsonSchema.cs (1)
245
objSchema.Add(DefaultPropertyName,
DefaultValue
);