You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@johnzon.apache.org by Romain Manni-Bucau <rm...@gmail.com> on 2017/07/30 16:59:23 UTC

[Idea/proposal] json schema and other mapper extensions support?

Hi guys

Do we want to integrate a jsonschema support we could plug (as being
optional) in our jaxrs mappers (history and jsonb)?

We have what is needed to do a lot around objects - cause we own the
metamodel - like creating a schema, even samples etc...wonder if we want to
start to go that way with plugins or we just limit ourselves to current
scope.

Re: [Idea/proposal] json schema and other mapper extensions support?

Posted by Mark Struberg <st...@yahoo.de.INVALID>.
If they a.) don't slow us down and b.) are not part of the default impl jar then I'm perfectly fine with that.

LieGrue,
strub


> Am 30.07.2017 um 18:59 schrieb Romain Manni-Bucau <rm...@gmail.com>:
> 
> Hi guys
> 
> Do we want to integrate a jsonschema support we could plug (as being
> optional) in our jaxrs mappers (history and jsonb)?
> 
> We have what is needed to do a lot around objects - cause we own the
> metamodel - like creating a schema, even samples etc...wonder if we want to
> start to go that way with plugins or we just limit ourselves to current
> scope.