Suprith KG

Results 43 comments of Suprith KG

Hey! I am writing an example below, tell me if this matches what is expected: ``` { "properties":{ "foo": { "const": 11} }, "allOf":[ { "properties":{ "baz": {"type": "string"} },...

Thank you I will check how can I implement this in Javascript.

There is a library of jsone in javascript, currently any extra functions can be created in context and be used in jsone template On Thu, 14 Mar 2024 at 12:34...

Hey @noahlaux I got the omit part, but in replace I want to add a regex like transformation where places to be replaced only in the presence of /\\d in...

I think there should be a minimumRequired keyword.

> @Era-cell we already have min/max properties. Is that different from what you're asking for? Yeah its different, like: arrays have minContains so we should have minRequired which will be...

Hey @jviotti I read through the problem statement, I loved the way the description was put through giving a good understanding. I would love to work on this problem statement...

> What I'm thinking about is that we can statically analyze the schema first, and know what each component of the pointers mean (i.e. does the `/items` part of `#/$defs/items`...

Okay ill complete this rn On Sat, 24 Feb 2024 at 1:59 AM, Juan Cruz Viotti ***@***.***> wrote: > What I'm thinking about is that we can statically analyze the...