Uses of Class
io.github.glaforge.gemini.schema.ArraySchema
Packages that use ArraySchema
-
Uses of ArraySchema in io.github.glaforge.gemini.schema
Methods in io.github.glaforge.gemini.schema that return ArraySchemaModifier and TypeMethodDescriptionstatic ArraySchemaGSchema.arr()Creates a new array schema.Define the schema for items in this array.ArraySchema.maxItems(int max) Set the maximum number of items.ArraySchema.minItems(int min) Set the minimum number of items.ArraySchema.prefixItems(Schema... schemas) Define the schema for the first N items (prefixItems).