{
  "title": "Champs liés à l'agenda d'un acte législatif.",

  "type": "object",
  "properties": {
    "odjRef": {
      "description": "Identifiant unique de l'ordre du jour de la réunion dans `l'agenda <agenda.html>`__.",
      "type": "string"
    },
    "reunionRef": {
      "description": "Identifiant unique de la réunion dans `l'agenda <agenda.html>`__.",
      "type": "string"
    }
  },
  
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "Agenda.json",
  "$$target": [
    "Agenda.json",
    "Agenda.json#/properties/odjRef",
    "Agenda.json#/properties/reunionRef"
  ]
}
