Milosz
Milosz
Hi, I'm updating our enterprise SL project with Caliburn 2.0 and Telerik 2014.2, so I thought about very simple update your project as well :) I've just tested SL version...
This is my intentionally complicated example JSON schema: ```json { "$id": "configuration-entry", "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "allOf": [ { "if": { "properties": { "type": { "const": "form" } } },...
This is my intentionally complicated example JSON schema: ```json { "$id": "configuration-entry", "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "allOf": [ { "if": { "properties": { "type": { "const": "form" } } },...