RicoSuter/NJsonSchema

Support of const keyword

Open

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

在 GitHub 查看
 (4 留言) (4 反應) (2 負責人)C# (550 fork)github user discovery
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" }, ... }

貢獻者指南