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

io.vulpine.lib.json.schema.v4.trait.HasOrArray Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package io.vulpine.lib.json.schema.v4.trait;

import io.vulpine.lib.json.schema.v4.ArraySchema;

/**
 * @param 
 *   Extension type
 *
 * @since 2.0
 */
public interface HasOrArray
{
  ArraySchema orAsArray();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy