Commit 3d6c3ae6 authored by Benoit Orihuela's avatar Benoit Orihuela
Browse files

fix(036_03): incorrect expectation file

parent 85b60b8b
Loading
Loading
Loading
Loading
+67 −13
Original line number Original line Diff line number Diff line
{
{
  "id": "urn:ngsi-ld:ContextSourceRegistration:randomUUID",
  "id": "urn:ngsi-ld:ContextSourceRegistration:randomUUID",
  "type": "ContextSourceRegistration",
  "type": "ContextSourceRegistration",
  "endpoint": "http://my.csource.org:1026",
  "information": [
  "information": [
    {
    {
      "entities": [
      "entities": [
        {
        {
               "type":"https://ngsi-ld-test-suite/context#Building"
          "id": "urn:ngsi-ld:Vehicle:A456",
          "type": "https://ngsi-ld-test-suite/context#Vehicle"
        }
        }
      ],
      "propertyNames": [
        "https://ngsi-ld-test-suite/context#brandName",
        "https://ngsi-ld-test-suite/context#speed"
      ],
      "relationshipNames": [
        "isParked"
      ]
    },
    {
      "entities": [
        {
          "type": "https://ngsi-ld-test-suite/context#OffStreetParking",
          "idPattern": ".*downtown$"
        },
        {
          "type": "https://ngsi-ld-test-suite/context#OffStreetParking",
          "idPattern": ".*47$"
        }
      ],
      "propertyNames": [
        "availableSpotNumber",
        "totalSpotNumber"
      ],
      "relationshipNames": [
        "isNextToBuilding"
      ]
      ]
    }
    }
  ],
  ],
   "endpoint":"http://my.csource.org:1026"
  "location": {
    "type": "Polygon",
    "coordinates": [
      [
        [
          100.0,
          0.0
        ],
        [
          101.0,
          0.0
        ],
        [
          101.0,
          1.0
        ],
        [
          100.0,
          1.0
        ],
        [
          100.0,
          0.0
        ]
      ]
    ]
  }
}
}