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