-
I maybe overlooking something, but I could not find a way to accomplish it: Can I somehow allow extra attributes on the models?
Currently I just to a search/replace after schema creation, but I figure this requirement is probably not uncommon and I am just missing something? In any way, this tool is very helpful! Thanks for creating it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@sysid |
Beta Was this translation helpful? Give feedback.
@sysid
I'm sorry for my too-late reply.
We should add
"additionalProperties": true
we can get
Extra.allow
in the model.https://json-schema.org/understanding-json-schema/reference/object.html#additional-properties