Misc json-schema - Read only content
All properties with readOnly=true in schema will be rendered as a disabled field. This is propagated downward in the schema, so a read-only object will have all its children rendered as disabled field.
You can also disable the whole form using disableAll=true option.
You can hide a single property using the x-display=hidden annotation or hide by default all read-only properties using the hideReadOnly=true option.
You can also delete all read-only properties with the deleteReadOnly=true option.