License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.jsonx |
ArtifactId | ArtifactIdschema |
Version | Version0.2.2 |
Type | Typejar |
Description |
DescriptionJsonx Schema
The JSON Schema Definition Language is designed to describe JSON documents by using schema
components to constrain and document the meaning, usage and relationships of their constituent
parts: value types and their content. Schemas may also provide for the specification of
additional document information, such as normalization and defaulting of values. Schemas have
facilities for self-documentation. Thus, the JSON Schema Definition Language can be used to
define, describe and catalogue JSON vocabularies for JSON documents.
|
Project Organization |
Project OrganizationJSONx |
Filename | Size |
---|---|
schema-0.2.2.pom | |
schema-0.2.2.jar | 413 KB |
schema-0.2.2-tests.jar | 11 KB |
schema-0.2.2-sources.jar | 56 KB |
schema-0.2.2-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jsonx/schema/ -->
<dependency>
<groupId>org.jsonx</groupId>
<artifactId>schema</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsonx/schema/
implementation 'org.jsonx:schema:0.2.2'
// https://jarcasting.com/artifacts/org.jsonx/schema/
implementation ("org.jsonx:schema:0.2.2")
'org.jsonx:schema:jar:0.2.2'
<dependency org="org.jsonx" name="schema" rev="0.2.2">
<artifact name="schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsonx', module='schema', version='0.2.2')
)
libraryDependencies += "org.jsonx" % "schema" % "0.2.2"
[org.jsonx/schema "0.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jaxsb : runtime | jar | 2.1.4 |
org.libj : logging | jar | 0.4.1 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.libj : test | jar | 0.6.9 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.27.0 |