* A URI to a JSON-Schema file that defines additional attributes and relationships
*
* @return atSchemaLocation
*/
@Valid
@Schema(name="@schemaLocation",description="A URI to a JSON-Schema file that defines additional attributes and relationships",requiredMode=Schema.RequiredMode.NOT_REQUIRED)
* A URI to a JSON-Schema file that defines additional attributes and relationships
*
* @return atSchemaLocation
*/
@Valid
@Schema(name="@schemaLocation",description="A URI to a JSON-Schema file that defines additional attributes and relationships",requiredMode=Schema.RequiredMode.NOT_REQUIRED)
* The actual type of the target instance when needed for disambiguation.
*
* @return atReferredType
*/
@Schema(name="@referredType",description="The actual type of the target instance when needed for disambiguation.",requiredMode=Schema.RequiredMode.NOT_REQUIRED)