Package | Description |
---|---|
com.github.fge.jsonschema.schema |
Internal JSON Schema objects
|
Modifier and Type | Class and Description |
---|---|
class |
CanonicalSchemaContext
A canonical JSON Schema context
|
class |
InlineSchemaContext
An inline addressing JSON Schema context
|
Modifier and Type | Method and Description |
---|---|
SchemaContext |
AddressingMode.forSchema(JsonNode schema) |
abstract SchemaContext |
AddressingMode.forSchema(URI uri,
JsonNode schema) |
SchemaContext |
SchemaRegistry.get(URI uri)
Get a schema context from the given URI
|
SchemaContext |
SchemaNode.getSchemaContext() |
SchemaContext |
SchemaRegistry.register(JsonNode schema)
Register a schema
|
Constructor and Description |
---|
SchemaNode(SchemaContext schemaContext,
JsonNode node) |
Copyright © 2013. All Rights Reserved.