{
  "type": "object",
  "properties": {
    "specialites": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "categories": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "event": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "itineraireType": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "classementPrefectoralHebergementLocatif": {
      "type": "array",
      "items": {
        "type": "integer",
        "minimum": 1,
        "maximum": 7,
        "xContentRole": "rating-scale"
      }
    },
    "classementInformationsHotelleriePleinAir": {
      "type": "array",
      "items": {
        "type": "integer",
        "minimum": 1,
        "maximum": 9,
        "xContentRole": "rating-scale"
      }
    }
  },
  "$defs": null
}