simonuwe / oracle-apex-json-region

An Oracle-APEX-plugin that provides for each property of a JSON-schema an input field to support an easy way to display and edit a JSON item
Apache License 2.0
6 stars 2 forks source link

support of JSON-schema's "allOf" #152

Closed simonuwe closed 2 weeks ago

simonuwe commented 1 month ago

Prerequisite for #151 Implement on level of properties attribute

simonuwe commented 1 month ago

Implement on level of properties attribute

simonuwe commented 1 month ago

allOf + if/then/else must set style="display:none" on colentry, to remove gaps on parent class="col..."

simonuwe commented 1 month ago

1st version works as long as the property names are unique inside the whole allOf.