Schema
TimespanModel
All schema constraints and annotations
{
"examples": [
{
"month": 7
},
{
"week": 31
}
],
"oneOf": [
{
"$ref": "#/components/schemas/MonthModel"
},
{
"$ref": "#/components/schemas/WeekModel"
}
]
}