This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Egil Hansen
egilhansen.com
did:plc:ng6rx44bjxrvoowr4ny6jpl3
@captainsafia.com does (or will) #dotnet's OpenApi generator have a way to declare a custom schema transformer for type as an attribute, like we can with JsonConverter?
E.g.:
[OpenApiTransformer<MyIdSchemaTransformer>()]
public record MyId(int Value);
2025-03-01T11:23:14.753Z