Commit 042fd9db authored by Benoit Orihuela's avatar Benoit Orihuela
Browse files

fix(json-ld): a list of one element can't be returned as a list

parent 950a2611
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -5,9 +5,7 @@
   },
   "subCategory":{
      "type":"Property",
      "value":[
         "tourism"
      ]
      "value":"tourism"
   },
   "airQualityLevel":{
      "type":"Property",
+1 −3
Original line number Diff line number Diff line
@@ -5,9 +5,7 @@
   },
   "subCategory":{
      "type":"Property",
      "value":[
         "tourism"
      ]
      "value":"tourism"
   },
   "airQualityLevel":{
      "type":"Property",