Definition

constructor(required: List<String> = emptyList(), properties: Map<String, Swagger.Definition> = emptyMap(), description: String? = null, additionalProperties: Swagger.Definition? = null, readOnly: Boolean? = null, example: JsonElement? = null, items: Swagger.Definition? = null, ref: String? = null, allOf: List<Swagger.Definition> = emptyList(), default: JsonElement? = null, discriminator: String? = null, types: List<Swagger.Definition.Type> = listOf(Type.Object), minLength: Int? = null, maxLength: Int? = null, format: String? = null, nullable: Boolean = false, enum: Set<String> = emptySet(), minimum: Int? = null, maximum: Int? = null, minItems: Int? = null, maxItems: Int? = null)(source)