help wantedtype: enhancement
仓库指标
- Star
- (1,578 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
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" }, ... }