Package org.apache.unomi.schema.api
-
Interface Summary Interface Description SchemaService Service that allow to manage JSON schema. -
Class Summary Class Description JsonSchemaWrapper Object which represents a JSON schema, it's a wrapper because it contains some additional info used by the Service layer of Unomi like the id and the target.ValidationError Just a bean wrapping JSON Schema validation messages to avoid exposing the lib classes to other OSGI bundles. -
Exception Summary Exception Description ValidationException This Exception is throw only when a validation process failed due to unexpected error Or when we can't perform the validation due to missing data or invalid required data