|
1 | 1 | { |
2 | 2 | "info": { |
3 | | - "_postman_id": "0246cd2b-6d78-47c3-a320-94c224031884", |
| 3 | + "_postman_id": "7bb87fd0-ac87-421d-9f78-b5b8ba57842a", |
4 | 4 | "name": "NGSI-LD Temporal Functions", |
5 | 5 | "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", |
6 | | - "_exporter_id": "513743", |
7 | | - "_collection_link": "https://www.postman.com/fiware/workspace/fiware-foundation-ev-s-public-workspace/collection/513743-0246cd2b-6d78-47c3-a320-94c224031884?action=share&source=collection_link&creator=513743" |
| 6 | + "_exporter_id": "4106882" |
8 | 7 | }, |
9 | 8 | "item": [ |
10 | 9 | { |
|
384 | 383 | }, |
385 | 384 | { |
386 | 385 | "key": "Link", |
387 | | - "value": "<https://raw.githubusercontent.com/FIWARE/tutorials.NGSI-LD/master/app/public/data-models/ngsi-context.jsonld>; rel=\"http://www.w3.org/ns/json-ld#context\"; type=\"application/ld+json\"", |
| 386 | + "value": "<http://context/user-context.jsonld>; rel=\"http://www.w3.org/ns/json-ld#context\"; type=\"application/ld+json\"", |
388 | 387 | "type": "text" |
389 | 388 | } |
390 | 389 | ], |
|
417 | 416 | }, |
418 | 417 | { |
419 | 418 | "key": "Link", |
420 | | - "value": "<https://raw.githubusercontent.com/FIWARE/tutorials.NGSI-LD/master/app/public/data-models/alternate-context.jsonld>; rel=\"http://www.w3.org/ns/json-ld#context\"; type=\"application/ld+json\"", |
| 419 | + "value": "<http://context/user-context.jsonld>; rel=\"http://www.w3.org/ns/json-ld#context\"; type=\"application/ld+json\"", |
421 | 420 | "type": "text" |
422 | 421 | } |
423 | 422 | ], |
|
532 | 531 | "header": [ |
533 | 532 | { |
534 | 533 | "key": "Link", |
535 | | - "value": "<https://raw.githubusercontent.com/FIWARE/tutorials.NGSI-LD/master/app/public/data-models/ngsi-context.jsonld>; rel=\"http://www.w3.org/ns/json-ld#context\"; type=\"application/ld+json", |
| 534 | + "value": " <http://context/user-context.jsonld>; rel=\"http://www.w3.org/ns/json-ld#context\"; type=\"application/ld+json\"", |
536 | 535 | "type": "text" |
537 | 536 | }, |
538 | 537 | { |
|
553 | 552 | } |
554 | 553 | ], |
555 | 554 | "url": { |
556 | | - "raw": "http://localhost:1026/ngsi-ld/v1/entities/?georel=near;maxDistance==2000&geometry=Point&coordinates=[13.402,52.471]&type=Animal&q=sex==\"female\";species==\"dairy cattle\"&options=keyValues,count", |
| 555 | + "raw": "http://{{context-broker}}/ngsi-ld/v1/entities/?georel=near;maxDistance==2000&geometry=Point&coordinates=[13.402,52.471]&type=Animal&q=sex==\"female\";species==\"dairy cattle\"&options=keyValues,count", |
557 | 556 | "protocol": "http", |
558 | 557 | "host": [ |
559 | | - "localhost" |
| 558 | + "{{context-broker}}" |
560 | 559 | ], |
561 | | - "port": "1026", |
562 | 560 | "path": [ |
563 | 561 | "ngsi-ld", |
564 | 562 | "v1", |
|
0 commit comments