All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.apicurio.registry.rules.validity.AsyncApiContentValidator Maven / Gradle / Ivy

The newest version!
package io.apicurio.registry.rules.validity;

/**
 * A content validator implementation for the AsyncAPI content type.
 */
public class AsyncApiContentValidator extends ApicurioDataModelContentValidator {

    /**
     * @see io.apicurio.registry.rules.validity.ApicurioDataModelContentValidator#getDataModelType()
     */
    @Override
    protected String getDataModelType() {
        return "AsyncAPI";
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy