ArrayPropertyDefinition

constructor(type: List<String> = ARRAY_TYPE, id: String? = null, anchor: String? = null, dynamicAnchor: String? = null, ref: String? = null, dynamicRef: String? = null, comment: String? = null, title: String? = null, description: String? = null, nullable: Boolean? = null, default: JsonElement? = null, constValue: JsonElement? = null, defs: Map<String, PropertyDefinition>? = null, readOnly: Boolean? = null, writeOnly: Boolean? = null, deprecated: Boolean? = null, examples: List<JsonElement>? = null, oneOf: List<PropertyDefinition>? = null, anyOf: List<PropertyDefinition>? = null, allOf: List<PropertyDefinition>? = null, not: PropertyDefinition? = null, ifSchema: PropertyDefinition? = null, thenSchema: PropertyDefinition? = null, elseSchema: PropertyDefinition? = null, enum: List<JsonArray>? = null, items: PropertyDefinition? = null, prefixItems: List<PropertyDefinition>? = null, unevaluatedItems: PropertyDefinition? = null, contains: PropertyDefinition? = null, minContains: Int? = null, maxContains: Int? = null, minItems: Int? = null, maxItems: Int? = null, uniqueItems: Boolean? = null)(source)