app-config icon indicating copy to clipboard operation
app-config copied to clipboard

support `const` values in json schema

Open DetachHead opened this issue 1 year ago • 0 comments

https://json-schema.org/understanding-json-schema/reference/generic.html#constant-values

const in the schema gets converted to any when running app-config generate:

{ "const": false }

DetachHead avatar Jun 15 '23 10:06 DetachHead