ObjectPropertyDefinition

constructor(type: List<String> = listOf("object"), description: String? = null, nullable: Boolean? = null, properties: Map<String, PropertyDefinition>? = null, required: List<String>? = null, additionalProperties: JsonElement? = null, default: JsonElement? = null)(source)