I have an XML document with elements that contain JSON code, e.g.,
<schema>
"$schema":
https://json-schema.org/draft/2020-12/schema,
"type": "object",
"properties": {
"password": {"type": "string", "writeOnly": true}
}
</schema>
When I click on the Format and Indent icon, I do not want that content to be changed. Is there a way to instruct Oxygen, “Hey, don’t change the content of the <schema> element.”?
/Roger