Use Case
System.Text.Json.Schema exposes the GetJsonSchemaAsNode method, acting on a JsonSerializerOptions configured with ConfigureForNodaTime
Expected Behavior
The Json schema is generated and valid
Actual Behavior
NodaTime properties schemas are empty. They miss the "type" property which is mandatory.