Warning, /libraries/kopeninghours/autotests/jsonlddata/ohs-mixed.json is written in an unsupported language. File is not indexed.

0001 {
0002   "@context": "https://schema.org",
0003   "@type": "Store",
0004   "name": "Middle of Nowhere Foods",
0005   "openingHours": "Mo,Tu,We,Th,Fr,Sa,Su 09:00-14:00",
0006   "openingHoursSpecification":
0007   [
0008     {
0009       "@type": "OpeningHoursSpecification",
0010       "validFrom": "2013-12-24",
0011       "validThrough": "2013-12-25",
0012       "opens": "09:00:00",
0013       "closes": "11:00:00"
0014     },
0015     {
0016       "@type": "OpeningHoursSpecification",
0017       "validFrom": "2014-01-01",
0018       "validThrough": "2014-01-01",
0019       "opens": "12:00:00",
0020       "closes": "14:00:00"
0021     }
0022   ]
0023 }