public class SchemaArray extends Schema
| Constructor and Description |
|---|
SchemaArray() |
SchemaArray(Schema items) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCollectionFormat() |
Schema |
getItems() |
void |
setCollectionFormat(java.lang.String collectionFormat) |
void |
setItems(Schema items) |
getDefaultValue, getDescription, getExclusiveMaximum, getFormat, getInclusiveMinimum, getMappings, getMaximum, getMaxItems, getMaxLength, getMaxProperties, getMinimum, getMinItems, getMinLength, getMinProperties, getMultipleOf, getPattern, getType, getUniqueItems, isRequired, setDefaultValue, setDescription, setExclusiveMaximum, setFormat, setInclusiveMinimum, setMappings, setMaximum, setMaxItems, setMaxLength, setMaxProperties, setMinimum, setMinItems, setMinLength, setMinProperties, setMultipleOf, setPattern, setRequired, setType, setUniqueItemsgetReference, setReferencepublic SchemaArray()
public SchemaArray(Schema items)