{
  "title": "Prestations completed",
  "type": "object",
  "properties": {
    "Month": {
      "type": "integer",
      "minimum": 1.0,
      "maximum": 12.0
    },
    "Year": {
      "type": "integer",
      "minimum": 1900.0,
      "maximum": 2075.0
    },
    "Correction": {
      "type": "string",
      "enum": [
        "N",
        "Y"
      ]
    }
  },
  "required": [
    "Month",
    "Year"
  ]
}