Commit 1e146a8e authored by Benoit Orihuela's avatar Benoit Orihuela
Browse files

fix: a list of one single element is rendered as a string due to how JSON-LD expansion works

parent 84b2ef89
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -7,7 +7,7 @@
    },
    },
    "subCategory": {
    "subCategory": {
        "type": "Property",
        "type": "Property",
        "value": ["tourism"]
        "value": "tourism"
    },
    },
    "location": {
    "location": {
        "type": "GeoProperty",
        "type": "GeoProperty",
+1 −1
Original line number Original line Diff line number Diff line
@@ -7,7 +7,7 @@
    },
    },
    "subCategory": {
    "subCategory": {
        "type": "Property",
        "type": "Property",
        "value": ["tourism"]
        "value": "tourism"
    },
    },
    "location": {
    "location": {
        "type": "GeoProperty",
        "type": "GeoProperty",
+1 −1
Original line number Original line Diff line number Diff line
@@ -7,7 +7,7 @@
    },
    },
    "subCategory": {
    "subCategory": {
        "type": "Property",
        "type": "Property",
        "value": ["tourism"]
        "value": "tourism"
    },
    },
    "airQualityLevel": {
    "airQualityLevel": {
        "type": "Property",
        "type": "Property",
+1 −1
Original line number Original line Diff line number Diff line
@@ -7,7 +7,7 @@
    },
    },
    "subCategory": {
    "subCategory": {
        "type": "Property",
        "type": "Property",
        "value": ["tourism"]
        "value": "tourism"
    },
    },
    "airQualityLevel": {
    "airQualityLevel": {
        "type": "Property",
        "type": "Property",
+1 −1
Original line number Original line Diff line number Diff line
@@ -7,7 +7,7 @@
    },
    },
    "subCategory": {
    "subCategory": {
        "type": "Property",
        "type": "Property",
        "value": ["tourism"]
        "value": "tourism"
    },
    },
    "airQualityLevel": {
    "airQualityLevel": {
        "type": "Property",
        "type": "Property",