Groups
Groups
Sign in
Groups
Groups
json-schema-validator
Conversations
About
Send feedback
Help
json-schema-validator
Contact owners and managers
1–30 of 79
Mark all as read
Report group
0 selected
Francis Galiegue
1/7/13
Welcome to the json-schema-validator Google group
This forum is dedicated to json-schema-validator, a JSON Schema validation implementation written
unread,locked,
Welcome to the json-schema-validator Google group
This forum is dedicated to json-schema-validator, a JSON Schema validation implementation written
1/7/13
Bharani K
, …
József Börcsök
4
2/15/16
Schematron like behavior in json validation?
Hi Arnold, I'm also interested in a Schematron-like validation framework/standard for JSON
unread,
Schematron like behavior in json validation?
Hi Arnold, I'm also interested in a Schematron-like validation framework/standard for JSON
2/15/16
Tianyi XING
9/18/15
how to customize the validation report and rule ?
I am using the JSON schme validator to validate the JSON String. https://github.com/fge/json-schema-
unread,
how to customize the validation report and rule ?
I am using the JSON schme validator to validate the JSON String. https://github.com/fge/json-schema-
9/18/15
Tianyi XING
9/18/15
customized validation report and rules
I am using the JSON schme validator to validate the JSON String. https://github.com/fge/json-schema-
unread,
customized validation report and rules
I am using the JSON schme validator to validate the JSON String. https://github.com/fge/json-schema-
9/18/15
Alfredo F
9/18/15
JsonSchemaFactory.byDefault() too slow
Hello, Invoking method JsonSchemaFactory.byDefault() in my computer takes too long (over 2.5 seconds)
unread,
JsonSchemaFactory.byDefault() too slow
Hello, Invoking method JsonSchemaFactory.byDefault() in my computer takes too long (over 2.5 seconds)
9/18/15
Rakesh Sarangi
7/29/15
NoSuchMethodError faced in simple test
Hi, I added this library as a Maven dependency and tried to run a test. I faced this error Exception
unread,
NoSuchMethodError faced in simple test
Hi, I added this library as a Maven dependency and tried to run a test. I faced this error Exception
7/29/15
Aowss Ibrahim
7/4/15
default and required keywords together
Hi, could anyone clarify the interaction of default and required ? Here is a sample schema : { "
unread,
default and required keywords together
Hi, could anyone clarify the interaction of default and required ? Here is a sample schema : { "
7/4/15
Matt Mitchell
, …
Christopher Fenner
7
5/12/15
How to validate not an instance, but a schema?
Thank you, that helped a lot. Am Montag, 11. Mai 2015 20:33:28 UTC+2 schrieb Clemens Uhlenhut: Small
unread,
How to validate not an instance, but a schema?
Thank you, that helped a lot. Am Montag, 11. Mai 2015 20:33:28 UTC+2 schrieb Clemens Uhlenhut: Small
5/12/15
sha p
,
Christopher Fenner
2
5/11/15
How to instance validation using json-schema-validator
Hi, you can validate an instance with a schema. Like this: JsonNode instance = new JsonNodeReader().
unread,
How to instance validation using json-schema-validator
Hi, you can validate an instance with a schema. Like this: JsonNode instance = new JsonNodeReader().
5/11/15
Anmol Deep
5/6/15
hierarchial property validation
All , Does json-schema-validator support validation for a hierarchy of properties , eg a: { key1:
unread,
hierarchial property validation
All , Does json-schema-validator support validation for a hierarchy of properties , eg a: { key1:
5/6/15
Francis Galiegue
, …
xmlbuddy
5
4/16/15
Looking for a new maintainer for json-schema-validator
Hi Joan, nice to hear from you also on this group. I would love to continue to provide Windows
unread,
Looking for a new maintainer for json-schema-validator
Hi Joan, nice to hear from you also on this group. I would love to continue to provide Windows
4/16/15
Cong Wang
3/31/15
Where to find all error message constants in source code?
Hi, I recently develop a library using Json-schema-validator library. I want to localize all error
unread,
Where to find all error message constants in source code?
Hi, I recently develop a library using Json-schema-validator library. I want to localize all error
3/31/15
SunProps
,
Francis Galiegue
4
3/27/15
Extending AbstractProcessingReport
Sorry Francis. I meant to reply to your post. I appreciate your input. :) On Friday, March 27, 2015
unread,
Extending AbstractProcessingReport
Sorry Francis. I meant to reply to your post. I appreciate your input. :) On Friday, March 27, 2015
3/27/15
SunProps
3/27/15
extending AbstractProcessingReport
I am new to json-schema-validator and want to provide a validator that allows validation to succeed
unread,
extending AbstractProcessingReport
I am new to json-schema-validator and want to provide a validator that allows validation to succeed
3/27/15
sha p
, …
Clemens Uhlenhut
7
3/11/15
Problem Incorporating json schema validator in my code
The basics are actually described here: http://fge.github.io/json-schema-validator/2.2.x/com/github/
unread,
Problem Incorporating json schema validator in my code
The basics are actually described here: http://fge.github.io/json-schema-validator/2.2.x/com/github/
3/11/15
sha p
,
Clemens Uhlenhut
2
3/11/15
Is there any User Guide for json-shema-validator include more advance samples
Shyam, as a starting point I took the Java examples from the page you are also refering to. You can
unread,
Is there any User Guide for json-shema-validator include more advance samples
Shyam, as a starting point I took the Java examples from the page you are also refering to. You can
3/11/15
sha p
3/10/15
Regarding using of this jars/ validator code
Hi , I am a student doing an analytical research project, for which I need to develop a framework to
unread,
Regarding using of this jars/ validator code
Hi , I am a student doing an analytical research project, for which I need to develop a framework to
3/10/15
Jonas Enlund
,
Francis Galiegue
2
2/10/15
Q&A
json-schema-validator on app engine.
Hello, On Tue, Feb 10, 2015 at 8:41 AM, Jonas Enlund <jonas....@gmail.com> wrote: > >
unread,
Q&A
json-schema-validator on app engine.
Hello, On Tue, Feb 10, 2015 at 8:41 AM, Jonas Enlund <jonas....@gmail.com> wrote: > >
2/10/15
Kim
,
Francis Galiegue
5
1/20/15
Can patternProperties have object types and can I define them in definitions?
Hello, On Tue, Jan 20, 2015 at 3:10 PM, Kim <wyko...@gmail.com> wrote: > I thought I would
unread,
Can patternProperties have object types and can I define them in definitions?
Hello, On Tue, Jan 20, 2015 at 3:10 PM, Kim <wyko...@gmail.com> wrote: > I thought I would
1/20/15
krob...@edmc.edu
,
Francis Galiegue
2
1/14/15
java.lang.NoSuchMethodError: org.joda.time.format.DateTimeFormatterBuilder.appendFixedDecimal
Hello, On Thu, Jan 15, 2015 at 1:13 AM, <krob...@edmc.edu> wrote: > Hello - > > I
unread,
java.lang.NoSuchMethodError: org.joda.time.format.DateTimeFormatterBuilder.appendFixedDecimal
Hello, On Thu, Jan 15, 2015 at 1:13 AM, <krob...@edmc.edu> wrote: > Hello - > > I
1/14/15
Suresh Babu
12/30/14
Json schema validation error
Hi Guys, Hope doing well. Facing an issue with schema validation. schema : { "type": "
unread,
Json schema validation error
Hi Guys, Hope doing well. Facing an issue with schema validation. schema : { "type": "
12/30/14
James Cook
,
Francis Galiegue
4
12/15/14
Adding custom formats
Thanks. I don't own the schema, but I will put together a pull request for the change to #/
unread,
Adding custom formats
Thanks. I don't own the schema, but I will put together a pull request for the change to #/
12/15/14
1226...@qq.com
11/17/14
feature request: schema depends on data instance.
Hi all, Here are my requirement.There is a schema, eg: { "title":"sample", "
unread,
feature request: schema depends on data instance.
Hi all, Here are my requirement.There is a schema, eg: { "title":"sample", "
11/17/14
1226...@qq.com
,
Francis Galiegue
3
11/17/14
version 2.2.6 IncompatibleClassChangeError
Dear Galiegue, Thanks! Yes,you are right. In my parent maven project,it include a old version of
unread,
version 2.2.6 IncompatibleClassChangeError
Dear Galiegue, Thanks! Yes,you are right. In my parent maven project,it include a old version of
11/17/14
Karl Koster
,
Francis Galiegue
11
10/31/14
Validating with multiple errors
On Fri, Oct 31, 2014 at 7:46 PM, Karl Koster <karl....@gmail.com> wrote: > Report them
unread,
Validating with multiple errors
On Fri, Oct 31, 2014 at 7:46 PM, Karl Koster <karl....@gmail.com> wrote: > Report them
10/31/14
Karl Koster
,
Francis Galiegue
5
10/16/14
Arrays with polymorphic objects that are built up with $refs
Francis: I will do this as time permits. However, I would have create a new example since I have
unread,
Arrays with polymorphic objects that are built up with $refs
Francis: I will do this as time permits. However, I would have create a new example since I have
10/16/14
Matthew Moisen
,
Francis Galiegue
2
10/15/14
java.lang.NoClassDefFoundError: com/google/common/io/Closer
On Fri, Oct 3, 2014 at 12:20 AM, Matthew Moisen <mkmo...@gmail.com> wrote: > Hi there, >
unread,
java.lang.NoClassDefFoundError: com/google/common/io/Closer
On Fri, Oct 3, 2014 at 12:20 AM, Matthew Moisen <mkmo...@gmail.com> wrote: > Hi there, >
10/15/14
makefile
,
Francis Galiegue
3
6/2/14
can you use draft v3 with 2.2.5?
this is a duplicate of my other discussion about using draft v3 schema with the latest versions of
unread,
can you use draft v3 with 2.2.5?
this is a duplicate of my other discussion about using draft v3 schema with the latest versions of
6/2/14
Francis Galiegue
,
makefile
2
6/2/14
Re: [json-schema-validator] Setting draft v3 in 2.2.5?
Alright, I figured this was the case. I went ahead and defined the $schema to use v3 and it is
unread,
Re: [json-schema-validator] Setting draft v3 in 2.2.5?
Alright, I figured this was the case. I went ahead and defined the $schema to use v3 and it is
6/2/14
Gwyn Jensen
,
Francis Galiegue
10
4/17/14
org.mozilla.javascript.EvaluatorException: Cannot add a property to a sealed object.
[Cc: group] Hello, On Thu, Apr 17, 2014 at 12:13 PM, Gwyn Jensen <gwyn....@googlemail.com>
unread,
org.mozilla.javascript.EvaluatorException: Cannot add a property to a sealed object.
[Cc: group] Hello, On Thu, Apr 17, 2014 at 12:13 PM, Gwyn Jensen <gwyn....@googlemail.com>
4/17/14
Francis Galiegue
4/14/14
[Announce] json-schema-validator 2.2.0
Hello, The new major release of json-schema-validator is out. See: * https://github.com/fge/json-
unread,
[Announce] json-schema-validator 2.2.0
Hello, The new major release of json-schema-validator is out. See: * https://github.com/fge/json-
4/14/14