datamodel-code-generator icon indicating copy to clipboard operation
datamodel-code-generator copied to clipboard

JSON schema readOnly support

Open majorostamas opened this issue 1 year ago • 1 comments
trafficstars

Hello, Is it possible to add support for JSON schema readOnly field property? Thank you

majorostamas avatar Feb 09 '24 09:02 majorostamas

It seems like if you just removed the keys in https://github.com/koxudaxi/datamodel-code-generator/blob/main/datamodel_code_generator/parser/jsonschema.py#L357 the keys might end up in the extras structure

heath-freenome avatar Dec 12 '24 17:12 heath-freenome