Package com.fasterxml.jackson.module.jsonSchema.jakarta.types
package com.fasterxml.jackson.module.jsonSchema.jakarta.types
-
ClassesClassDescriptionThis class represents a
JsonSchema
of type anyThis provides a definition for additional items in an array instance when tuple definitions of the items is provided.When this attribute value is an array of jsonSchemas and the instance value is an array, each position in the instance array MUST conform to the jsonSchema in the corresponding position for this array.This attribute defines the allowed items in an instance array, and MUST be a jsonSchema or an array of jsonSchemas.This can be false to indicate additional items in the array are not allowedor it can be a jsonSchema that defines the jsonSchema of the additional items.When this attribute value is a jsonSchema and the instance value is an array, then all the items in the array MUST be valid according to the jsonSchema.This class represents aJsonSchema
of type booleanThis class encapsulates the functionality of container typeJsonSchema
Array and ObjectThis class represents the HyperSchema portion of aJsonSchema
It is a skeleton intended as a starting point for customization.A link description object is used to describe link relations.This class represents aJsonSchema
as an integer typeA link description object is used to describe link relations.This class represents aJsonSchema
as a null typeThis class represents aJsonSchema
as a number typeThis type represents aJsonSchema
as an object typeJsonSchema Dependency If the dependency value is a jsonSchema, then the instance object MUST be valid against the jsonSchema.Simple Dependency If the dependency value is a string, then the instance object MUST have a property with the same name as the dependency value.This type represents an JSON reference to aJsonSchema
.This class encapsulates the functionality ofJsonSchema
simple typesThis represents aJsonSchema
as a StringThis class represents aJsonSchema
as a Union Type Schema: "An array of two or more simple type definitions.This class represents aJsonSchema
A primitive type.