Module io.helidon.json.schema
Package io.helidon.json.schema
Annotation Interface JsonSchema.Object.MaxProperties
- Enclosing class:
JsonSchema.Object
@Target({METHOD,TYPE,FIELD})
@Retention(CLASS)
public static @interface JsonSchema.Object.MaxProperties
Maximal number of the object properties in the JSON.
-
Required Element Summary
Required Elements
-
Element Details
-
value
int valueMaximal number of the properties.- Returns:
- selected maximal number of the properties
-