Skip to content

Support of const keyword #1329

@frankie-p

Description

@frankie-p

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"
},
...
}

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions