RicoSuter/NJsonSchema

Support of const keyword

開放

#1,329 建立於 2021年2月26日

 (4 則留言) (4 個反應) (2 位負責人)C# (550 個分叉)github user discovery
help wantedtype: enhancement

倉庫指標

星標
 (1,581 顆星)
PR 合併指標
 (平均合併 39天 6小時) (30 天內合併 1 個 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" }, ... }

貢獻者指南