camunda / element-templates-json-schema

JSON Schema for (Camunda) Element Templates
10 stars 7 forks source link

Fix `allOf` and `choices` #136

Closed barmac closed 9 months ago

barmac commented 9 months ago

This removes the safeguard for depending on itself for the conditions from the title but keeps it for a simple condition. The PR includes @marstamm 's test cases from https://github.com/camunda/element-templates-json-schema/pull/135

Closes #133