Commit a1c5938d authored by poujol's avatar poujol
Browse files

Merge branch 'chore/3-use-context-hosted-in-the-source-code' into 'develop'

chore: use @context hosted in the source code

See merge request !70
parents 3fd66e86 21a1d47f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -19,6 +19,6 @@
   ],
   ],
   "endpoint":"http://my.csource.org:1026",
   "endpoint":"http://my.csource.org:1026",
   "@context":[
   "@context":[
      "https://raw.githubusercontent.com/easy-global-market/ngsild-api-data-models/feature/add-json-ld-context-for-ngsi-ld-test-suite/ngsi-ld-test-suite/ngsi-ld-test-suite-context.jsonld"
      "https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/ngsi-ld-test-suite-context.jsonld"
   ]
   ]
}
}
 No newline at end of file
+1 −1
Original line number Original line Diff line number Diff line
@@ -12,6 +12,6 @@
   ],
   ],
   "endpoint":"http://my.csource.org:1026",
   "endpoint":"http://my.csource.org:1026",
   "@context":[
   "@context":[
      "https://raw.githubusercontent.com/easy-global-market/ngsild-api-data-models/feature/add-json-ld-context-for-ngsi-ld-test-suite/ngsi-ld-test-suite/ngsi-ld-test-suite-context.jsonld"
      "https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/ngsi-ld-test-suite-context.jsonld"
   ]
   ]
}
}
 No newline at end of file
+1 −1
Original line number Original line Diff line number Diff line
@@ -14,6 +14,6 @@
   ],
   ],
   "endpoint":"http://my.csource.org:1026",
   "endpoint":"http://my.csource.org:1026",
   "@context":[
   "@context":[
      "https://raw.githubusercontent.com/easy-global-market/ngsild-api-data-models/feature/add-json-ld-context-for-ngsi-ld-test-suite/ngsi-ld-test-suite/ngsi-ld-test-suite-context.jsonld"
      "https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/ngsi-ld-test-suite-context.jsonld"
   ]
   ]
}
}
 No newline at end of file
+1 −1
Original line number Original line Diff line number Diff line
@@ -38,6 +38,6 @@
        "startAt": " 2017-11-29T14:53:15Z"
        "startAt": " 2017-11-29T14:53:15Z"
    },
    },
    "@context": [
    "@context": [
        "https://raw.githubusercontent.com/easy-global-market/ngsild-api-data-models/feature/add-json-ld-context-for-ngsi-ld-test-suite/ngsi-ld-test-suite/ngsi-ld-test-suite-context.jsonld"
        "https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/ngsi-ld-test-suite-context.jsonld"
    ]
    ]
}
}
 No newline at end of file
+1 −1
Original line number Original line Diff line number Diff line
@@ -2,6 +2,6 @@
    "id": "urn:ngsi-ld:ContextSourceRegistration:randomUUID",
    "id": "urn:ngsi-ld:ContextSourceRegistration:randomUUID",
    "type": "ContextSourceRegistration",
    "type": "ContextSourceRegistration",
    "@context": [
    "@context": [
        "https://raw.githubusercontent.com/easy-global-market/ngsild-api-data-models/feature/add-json-ld-context-for-ngsi-ld-test-suite/ngsi-ld-test-suite/ngsi-ld-test-suite-context.jsonld"
        "https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/ngsi-ld-test-suite-context.jsonld"
    ]
    ]
}
}
 No newline at end of file
Loading