help wantedtype: enhancement
Metriche repository
- Star
- (1578 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
I'm not a Json schema deep diver, but somehow I miss support for the const keyword (at least for C# code generation):
{ "title": "Person", "type": "object", "properties": { "cmdType": { "$comment": "This results in a string template literal when generating TS", "const": "person" }, ... }