Schema
WeekModel
Type:
object
week
· required
Type:
integer
All schema constraints and annotations
{
"type": "integer"
}All schema constraints and annotations
{
"examples": [
{
"week": 31
}
],
"properties": {
"week": {
"type": "integer"
}
},
"required": [
"week"
],
"type": "object"
}