{
    "expositions" : [
        {
            "id" : "E1",
            "name" : "Zero Engineering Motorcycles",
            "description" : "The best of Zero Engineering motorcycle company",
            "picto" : "logo.png",
            "roomsId" : [
                "R1", "R2"
                ]
        },
        {
            "id" : "E2",
            "name" : "My Exhibit",
            "description" : "This is an exhibition",
            "picto" : "picto.png",
            "roomsId" : [
                "R1", "R2"
                ]
        }
    ]
}
