org.fiware.ngsi.model.AdditionalPropertyListVO Maven / Gradle / Ivy
package org.fiware.ngsi.model;
@jakarta.annotation.Generated("org.openapitools.codegen.languages.MicronautCodegen")
@com.fasterxml.jackson.annotation.JsonTypeInfo(use = com.fasterxml.jackson.annotation.JsonTypeInfo.Id.DEDUCTION, visible = true)
@com.fasterxml.jackson.annotation.JsonSubTypes({
@com.fasterxml.jackson.annotation.JsonSubTypes.Type(value = PropertyListVO.class),
@com.fasterxml.jackson.annotation.JsonSubTypes.Type(value = GeoPropertyListVO.class),
@com.fasterxml.jackson.annotation.JsonSubTypes.Type(value = RelationshipListVO.class)})
public interface AdditionalPropertyListVO extends AdditionalPropertyVO {}