Share feedback
Answers are generated based on the documentation.

Schema

MonthModel

Type: object

month · required

Type: integer

All schema constraints and annotations
{
  "type": "integer"
}
All schema constraints and annotations
{
  "examples": [
    {
      "month": 7
    }
  ],
  "properties": {
    "month": {
      "type": "integer"
    }
  },
  "required": [
    "month"
  ],
  "type": "object"
}