1 package io.swagger.v3.oas.annotations.enums;
2
3 public enum Explode {
4     DEFAULT, FALSE, TRUE;
5 }
6