Package org.apache.juneau.dto.jsonschema
package org.apache.juneau.dto.jsonschema
-
ClassDescriptionRepresents a top-level schema object bean in the JSON-Schema core specification.Used during parsing to convert the
additionalItems property to the correct class type.Used during parsing to convert theadditionalProperties property to the correct class type.Used during parsing to convert theitems property to the correct class type.Used during parsing to convert thetype property to the correct class type.Represents a list ofJsonSchema
objects.A container for retrieving JSONJsonSchema
objects by URI.Represents a JSON property in the JSON-Schema core specification.Convenience class for representing a property that's an array of simple types.Convenience class for representing a schema reference such as"{'$ref':'/url/to/ref'}" .Represents possible JSON types in the JSON-Schema core specification.Represents a list ofJsonType
objects.