Commit 4f7cdfbc authored by Andrea Il Grande's avatar Andrea Il Grande
Browse files

Added 'jsonld' data for redirect registration

parent 1db8c64b
Loading
Loading
Loading
Loading
+24 −0
Original line number Original line Diff line number Diff line
{
    "id": "urn:ngsi-ld:ContextSourceRegistration:randomUUID",
    "type": "ContextSourceRegistration",
    "information": [
      {
        "entities": [
          {
            "type": "Vehicle"
          }
        ],
        "propertyNames": [
          "brandName"
        ],
        "relationshipNames": [
          "isParked"
        ]
      }
    ],
    "endpoint": "http://my.csource.org:1026",
    "mode": "redirect",
    "@context": [
      "https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld"
    ]
  }  
 No newline at end of file