Johan Vromans

Results 96 comments of Johan Vromans

I've attached a zip with two standalone html files corresponding to the two cases. Does that help? [cases.zip](https://github.com/json-editor/json-editor/files/6354134/cases.zip)

Let's concentrate on the second case, basic2.html. The schema defines an item `chord` that has 4 properties, `name`, `file`, `description` and `size`. The `anyOf` part of the scheme defines that...

AFAIK it is perfectly valid to use anyOf for requirements. See e.g. https://stackoverflow.com/questions/41172240/json-schema-how-to-make-anyof-two-or-more-properties-required

I'm the first to admit I'm not a schema expert, but to the best of my knowledge anyOf creates schema alternatives. Data must match at least one of the alternatives....

Is there any progress on handling `anyOf`? The remark from @robocoder about "sub-schemas being hoisted into the wrong level" seems to confirm that the usage is okay, but there's a...

Since it seems unlikely that PassAndroid will support this (no progress in 5 years): How **can** I get my passes on another device?

The ownCloud log does not contain anything related to the calendar actions. I'm not sure what you mean by browser log. This particular event was created with InfCloud (https://www.inf-it.com/open-source/clients/infcloud/) communicating...

That's okay... I want to get rid of my DAViCal server, but not desparately :). Yet.

I'm using the Perl bindings (CPAN module CommonMark). I can process the parsed document using the iterator. Until now I haven't been able to modify (replace) the NODE_LINK node by...