ObjectSchema

fun ObjectSchema(properties: Map<String, ComponentSchema>, default: Any? = null, description: String? = null, nullable: Boolean? = null, required: List<String>? = null)