public interface JsonSchemaLoader
FormatValidator
to the Schema
For more information see
Format Validators
in the Everit JSON Schema documentation.Modifier and Type | Method and Description |
---|---|
org.everit.json.schema.Schema |
createSchema(org.apache.camel.CamelContext camelContext,
InputStream schemaInputStream)
Create a new Schema based on the schema input stream.
|
org.everit.json.schema.Schema createSchema(org.apache.camel.CamelContext camelContext, InputStream schemaInputStream) throws Exception
camelContext
- camel contextschemaInputStream
- the resource input streamException
Apache Camel