Download Concordia Free Java Code

Description

Concordia is a JSON schema language.

Source Files

The download file Concordia-master.zip has the following entries.


.gitignore//w  w  w. j  ava  2s.  com
LICENSE
NOTICE
README.md
build.xml
lang/java/build.xml
lang/java/lib/hamcrest-core-1.3.jar
lang/java/lib/jackson-annotations-2.2.3.jar
lang/java/lib/jackson-core-2.2.3.jar
lang/java/lib/jackson-databind-2.2.3.jar
lang/java/lib/junit-4.11.jar
lang/java/src/name/jenkins/paul/john/concordia/Concordia.java
lang/java/src/name/jenkins/paul/john/concordia/exception/ConcordiaException.java
lang/java/src/name/jenkins/paul/john/concordia/jackson/ConcordiaDeserializer.java
lang/java/src/name/jenkins/paul/john/concordia/jackson/StrictBooleanDeserializer.java
lang/java/src/name/jenkins/paul/john/concordia/jackson/StrictStringDeserializer.java
lang/java/src/name/jenkins/paul/john/concordia/schema/ArraySchema.java
lang/java/src/name/jenkins/paul/john/concordia/schema/BooleanSchema.java
lang/java/src/name/jenkins/paul/john/concordia/schema/NumberSchema.java
lang/java/src/name/jenkins/paul/john/concordia/schema/ObjectSchema.java
lang/java/src/name/jenkins/paul/john/concordia/schema/ReferenceSchema.java
lang/java/src/name/jenkins/paul/john/concordia/schema/Schema.java
lang/java/src/name/jenkins/paul/john/concordia/schema/StringSchema.java
lang/java/src/name/jenkins/paul/john/concordia/validator/ArrayValidator.java
lang/java/src/name/jenkins/paul/john/concordia/validator/BooleanValidator.java
lang/java/src/name/jenkins/paul/john/concordia/validator/DataValidator.java
lang/java/src/name/jenkins/paul/john/concordia/validator/NumberValidator.java
lang/java/src/name/jenkins/paul/john/concordia/validator/ObjectValidator.java
lang/java/src/name/jenkins/paul/john/concordia/validator/ReferenceValidator.java
lang/java/src/name/jenkins/paul/john/concordia/validator/SchemaValidator.java
lang/java/src/name/jenkins/paul/john/concordia/validator/StringValidator.java
lang/java/src/name/jenkins/paul/john/concordia/validator/ValidationController.java
lang/java/src/name/jenkins/paul/john/concordia/validator/Validator.java
lang/java/test/name/jenkins/paul/john/concordia/ConcordiaTest.java
lang/java/test/name/jenkins/paul/john/concordia/StaticServer.java
lang/java/test/name/jenkins/paul/john/concordia/schema/ArraySchemaTest.java
lang/java/test/name/jenkins/paul/john/concordia/schema/BooleanSchemaTest.java
lang/java/test/name/jenkins/paul/john/concordia/schema/NumberSchemaTest.java
lang/java/test/name/jenkins/paul/john/concordia/schema/ObjectSchemaTest.java
lang/java/test/name/jenkins/paul/john/concordia/schema/SchemaTest.java
lang/java/test/name/jenkins/paul/john/concordia/schema/StringSchemaTest.java
lang/java/test/name/jenkins/paul/john/concordia/validator/CustomValidator.java
lang/javascript/build.xml
lang/javascript/lib/jslint/fulljslint.js
lang/javascript/lib/jslint/jslintant.js
lang/javascript/lib/jsmin/jsmin.0.2.4.jar
lang/javascript/lib/json2/json2.js
lang/javascript/lib/rhinounit/rhinoUnitAnt.js
lang/javascript/lib/rhinounit/rhinoUnitUtil.js
lang/javascript/src/Concordia.js
lang/javascript/test/test.js
test/data/boolean/definition.json
test/data/boolean/invalid/array.json
test/data/boolean/invalid/missing.json
test/data/boolean/invalid/null.json
test/data/boolean/invalid/number.json
test/data/boolean/invalid/object.json
test/data/boolean/invalid/string.json
test/data/boolean/valid/false.json
test/data/boolean/valid/true.json
test/data/const_length_array/definition.json
test/data/const_length_array/invalid/boolean.json
test/data/const_length_array/invalid/empty_array.json
test/data/const_length_array/invalid/invalid_array.json
test/data/const_length_array/invalid/invalid_boolean.json
test/data/const_length_array/invalid/invalid_number.json
test/data/const_length_array/invalid/invalid_object.json
test/data/const_length_array/invalid/invalid_string.json
test/data/const_length_array/invalid/is_object
test/data/const_length_array/invalid/missing_array.json
test/data/const_length_array/invalid/missing_boolean.json
test/data/const_length_array/invalid/missing_number.json
test/data/const_length_array/invalid/missing_object.json
test/data/const_length_array/invalid/missing_string.json
test/data/const_length_array/invalid/null.json
test/data/const_length_array/invalid/number.json
test/data/const_length_array/invalid/object.json
test/data/const_length_array/invalid/string.json
test/data/const_length_array/valid/valid.json
test/data/const_type_array_array/definition.json
test/data/const_type_array_array/invalid/boolean.json
test/data/const_type_array_array/invalid/contains_boolean.json
test/data/const_type_array_array/invalid/contains_number.json
test/data/const_type_array_array/invalid/contains_object.json
test/data/const_type_array_array/invalid/contains_string.json
test/data/const_type_array_array/invalid/null.json
test/data/const_type_array_array/invalid/number.json
test/data/const_type_array_array/invalid/object.json
test/data/const_type_array_array/invalid/string.json
test/data/const_type_array_array/valid/valid.json
test/data/const_type_array_boolean/definition.json
test/data/const_type_array_boolean/invalid/contains_array.json
test/data/const_type_array_boolean/invalid/contains_number.json
test/data/const_type_array_boolean/invalid/contains_object.json
test/data/const_type_array_boolean/invalid/contains_string.json
test/data/const_type_array_boolean/invalid/null.json
test/data/const_type_array_boolean/invalid/number.json
test/data/const_type_array_boolean/invalid/object.json
test/data/const_type_array_boolean/invalid/string.json
test/data/const_type_array_boolean/valid/valid.json
test/data/const_type_array_number/definition.json
test/data/const_type_array_number/invalid/boolean.json
test/data/const_type_array_number/invalid/contains_array.json
test/data/const_type_array_number/invalid/contains_boolean.json
test/data/const_type_array_number/invalid/contains_object.json
test/data/const_type_array_number/invalid/contains_string.json
test/data/const_type_array_number/invalid/null.json
test/data/const_type_array_number/invalid/object.json
test/data/const_type_array_number/invalid/string.json
test/data/const_type_array_number/valid/valid.json
test/data/const_type_array_object/definition.json
test/data/const_type_array_object/invalid/boolean.json
test/data/const_type_array_object/invalid/contains_array.json
test/data/const_type_array_object/invalid/contains_boolean.json
test/data/const_type_array_object/invalid/contains_number.json
test/data/const_type_array_object/invalid/contains_string.json
test/data/const_type_array_object/invalid/null.json
test/data/const_type_array_object/invalid/number.json
test/data/const_type_array_object/invalid/string.json
test/data/const_type_array_object/valid/valid.json
test/data/const_type_array_string/definition.json
test/data/const_type_array_string/invalid/boolean.json
test/data/const_type_array_string/invalid/contains_array.json
test/data/const_type_array_string/invalid/contains_boolean.json
test/data/const_type_array_string/invalid/contains_number.json
test/data/const_type_array_string/invalid/contains_object.json
test/data/const_type_array_string/invalid/null.json
test/data/const_type_array_string/invalid/number.json
test/data/const_type_array_string/invalid/object.json
test/data/const_type_array_string/valid/valid.json
test/data/decorator/array.json
test/data/decorator/boolean.json
test/data/decorator/number.json
test/data/decorator/object.json
test/data/decorator/string.json
test/data/number/definition.json
test/data/number/invalid/array.json
test/data/number/invalid/boolean.json
test/data/number/invalid/missing.json
test/data/number/invalid/null.json
test/data/number/invalid/object.json
test/data/number/invalid/string.json
test/data/number/valid/exponent.json
test/data/number/valid/negative.json
test/data/number/valid/positive.json
test/data/number/valid/zero.json
test/data/object/definition.json
test/data/object/invalid/array.json
test/data/object/invalid/boolean.json
test/data/object/invalid/missing.json
test/data/object/invalid/null.json
test/data/object/invalid/number.json
test/data/object/invalid/string.json
test/data/object/valid/object.json
test/data/optional/definition.json
test/data/optional/valid/missing.json
test/data/optional/valid/null.json
test/data/reference/definition.json
test/data/reference/invalid/invalid_array_const_length.json
test/data/reference/invalid/invalid_array_const_type.json
test/data/reference/invalid/invalid_object_extended.json
test/data/reference/invalid/invalid_object_sub_object.json
test/data/reference/referenced.json
test/data/reference/valid/valid.json
test/data/string/definition.json
test/data/string/invalid/array.json
test/data/string/invalid/boolean.json
test/data/string/invalid/missing.json
test/data/string/invalid/null.json
test/data/string/invalid/number.json
test/data/string/invalid/object.json
test/data/string/valid/hello_world.json
test/data/string/valid/unicode.json
test/definition/conforms/array_const_length.json
test/definition/conforms/array_const_type.json
test/definition/conforms/empty.json
test/definition/conforms/field1.json
test/definition/conforms/field2.json
test/definition/conforms/optional.json
test/definition/conforms/reference.json
test/definition/decorator/array.json
test/definition/decorator/boolean.json
test/definition/decorator/number.json
test/definition/decorator/object.json
test/definition/decorator/string.json
test/definition/invalid/array/schema_is_boolean.json
test/definition/invalid/array/schema_is_number.json
test/definition/invalid/array/schema_is_string
test/definition/invalid/array/schema_missing.json
test/definition/invalid/array/schema_null.json
test/definition/invalid/const_length_array/schema_is_array_of_array.json
test/definition/invalid/const_length_array/schema_is_array_of_boolean.json
test/definition/invalid/const_length_array/schema_is_array_of_number.json
test/definition/invalid/const_length_array/schema_is_array_of_string.json
test/definition/invalid/const_length_array/schema_object_index_type_missing.json
test/definition/invalid/const_length_array/schema_object_index_type_null.json
test/definition/invalid/const_type_array/schema_type_missing.json
test/definition/invalid/const_type_array/schema_type_null.json
test/definition/invalid/doc/array.json
test/definition/invalid/doc/boolean.json
test/definition/invalid/doc/number.json
test/definition/invalid/doc/object.json
test/definition/invalid/object/multiple_fields_same_name
test/definition/invalid/object/schema_is_array_of_array.json
test/definition/invalid/object/schema_is_array_of_boolean.json
test/definition/invalid/object/schema_is_array_of_number.json
test/definition/invalid/object/schema_is_array_of_string.json
test/definition/invalid/object/schema_is_boolean.json
test/definition/invalid/object/schema_is_number.json
test/definition/invalid/object/schema_is_object.json
test/definition/invalid/object/schema_is_string
test/definition/invalid/object/schema_missing.json
test/definition/invalid/object/schema_null.json
test/definition/invalid/object/schema_object_field_name_missing.json
test/definition/invalid/object/schema_object_field_name_null.json
test/definition/invalid/object/schema_object_field_type_missing.json
test/definition/invalid/object/schema_object_field_type_null.json
test/definition/invalid/optional/array.json
test/definition/invalid/optional/number.json
test/definition/invalid/optional/object.json
test/definition/invalid/optional/string.json
test/definition/invalid/root/array.json
test/definition/invalid/root/optional_true.json
test/definition/invalid/root/type_is_boolean.json
test/definition/invalid/root/type_is_number.json
test/definition/invalid/root/type_is_string.json
test/definition/invalid/root/type_missing.json
test/definition/invalid/root/type_null.json
test/definition/invalid/type/array.json
test/definition/invalid/type/boolean.json
test/definition/invalid/type/number.json
test/definition/invalid/type/object.json
test/definition/reference/array_const_length.json
test/definition/reference/array_const_type.json
test/definition/reference/base_local.json
test/definition/reference/base_remote.json
test/definition/reference/object_extend_local.json
test/definition/reference/object_extend_remote.json
test/definition/reference/object_extend_remote_duplicate_name.json
test/definition/reference/object_extend_remote_not_object.json
test/definition/reference/object_sub_local.json
test/definition/valid/array.json
test/definition/valid/boolean.json
test/definition/valid/number.json
test/definition/valid/object.json
test/definition/valid/optional_false.json
test/definition/valid/string.json

Download

Click the following link to download Concordia-master.zip.

Concordia-master.zip




















Home »
  Javascript Free Code Download »
    Database »




CouchDB
CSV
Database
DynamoDB
IndexedDB
JSON
JSONP
MongoDB
MySQL
Neo4j
NoSQL
PostgreSQL
RavenDB
Redis
SQL
SQL Server
SQLite
WebSQL