|
110 | 110 | ], |
111 | 111 | "body": { |
112 | 112 | "mode": "raw", |
113 | | - "raw": "{\n \"id\": \"urn:ngsi-ld:Building:farm001\",\n \"type\": \"Building\",\n \"category\": {\n \t\"type\": \"Property\",\n \"value\": [\"farm\"]\n },\n \"address\": {\n \"type\": \"Property\",\n \"value\": {\n \"streetAddress\": \"Großer Stern 1\",\n \"addressRegion\": \"Berlin\",\n \"addressLocality\": \"Tiergarten\",\n \"postalCode\": \"10557\"\n },\n \"verified\": {\n\t\t\t\"type\": \"Property\",\n\t\t\t\"value\": true\n\t\t}\n },\n \"location\": {\n \"type\": \"GeoProperty\",\n \"value\": {\n \"type\": \"Point\",\n \"coordinates\": [13.3505, 52.5144]\n }\n },\n \"name\": {\n \"type\": \"Property\",\n \"value\": \"Victory Farm\"\n },\n \"@context\": \"http://context/ngsi-context.jsonld\"\n}" |
| 113 | + "raw": "{\n \"id\": \"urn:ngsi-ld:Building:farm001\",\n \"type\": \"Building\",\n \"category\": {\n \t\"type\": \"VocabProperty\",\n \"vocab\": [\"farm\"]\n },\n \"address\": {\n \"type\": \"Property\",\n \"value\": {\n \"streetAddress\": \"Großer Stern 1\",\n \"addressRegion\": \"Berlin\",\n \"addressLocality\": \"Tiergarten\",\n \"postalCode\": \"10557\"\n },\n \"verified\": {\n\t\t\t\"type\": \"Property\",\n\t\t\t\"value\": true\n\t\t}\n },\n \"location\": {\n \"type\": \"GeoProperty\",\n \"value\": {\n \"type\": \"Point\",\n \"coordinates\": [13.3505, 52.5144]\n }\n },\n \"name\": {\n \"type\": \"Property\",\n \"value\": \"Victory Farm\"\n },\n \"@context\": \"http://context/ngsi-context.jsonld\"\n}" |
114 | 114 | }, |
115 | 115 | "url": { |
116 | 116 | "raw": "http://{{context-broker}}/ngsi-ld/v1/entities/", |
|
189 | 189 | ], |
190 | 190 | "body": { |
191 | 191 | "mode": "raw", |
192 | | - "raw": "{\n \"id\": \"urn:ngsi-ld:Building:barn002\",\n \"type\": \"Building\",\n \"category\": {\n \t\"type\": \"Property\",\n \"value\": [\"barn\"]\n },\n \"address\": {\n \"type\": \"Property\",\n \"value\": {\n \"streetAddress\": \"Straße des 17. Juni\",\n \"addressRegion\": \"Berlin\",\n \"addressLocality\": \"Tiergarten\",\n \"postalCode\": \"10557\"\n },\n \"verified\": {\n\t\t\t\"type\": \"Property\",\n\t\t\t\"value\": true\n\t\t}\n },\n \"location\": {\n \"type\": \"GeoProperty\",\n \"value\": {\n \"type\": \"Point\",\n \"coordinates\": [13.3698, 52.5163]\n }\n },\n \"name\": {\n \"type\": \"Property\",\n \"value\": \"Big Red Barn\"\n }\n}" |
| 192 | + "raw": "{\n \"id\": \"urn:ngsi-ld:Building:barn002\",\n \"type\": \"Building\",\n \"category\": {\n \t\"type\": \"VocabProperty\",\n \"vocab\": [\"barn\"]\n },\n \"address\": {\n \"type\": \"Property\",\n \"value\": {\n \"streetAddress\": \"Straße des 17. Juni\",\n \"addressRegion\": \"Berlin\",\n \"addressLocality\": \"Tiergarten\",\n \"postalCode\": \"10557\"\n },\n \"verified\": {\n\t\t\t\"type\": \"Property\",\n\t\t\t\"value\": true\n\t\t}\n },\n \"location\": {\n \"type\": \"GeoProperty\",\n \"value\": {\n \"type\": \"Point\",\n \"coordinates\": [13.3698, 52.5163]\n }\n },\n \"name\": {\n \"type\": \"Property\",\n \"value\": \"Big Red Barn\"\n }\n}" |
193 | 193 | }, |
194 | 194 | "url": { |
195 | 195 | "raw": "http://{{context-broker}}/ngsi-ld/v1/entities/", |
|
407 | 407 | } |
408 | 408 | ], |
409 | 409 | "url": { |
410 | | - "raw": "http://{{context-broker}}/ngsi-ld/v1/entities/?type=Building&q=category==\"barn\",\"farm_auxiliary\"&options=keyValues", |
| 410 | + "raw": "http://{{context-broker}}/ngsi-ld/v1/entities/?type=Building&q=category==\"barn\",\"farm_auxiliary\"&options=keyValues&expandValues=category", |
411 | 411 | "protocol": "http", |
412 | 412 | "host": [ |
413 | 413 | "{{context-broker}}" |
|
431 | 431 | "key": "options", |
432 | 432 | "value": "keyValues", |
433 | 433 | "description": "* `keyValues` option in order to get a more compact and brief representation, including just attribute values\n* `values` option combined with a list of attribute values `attrs` for an ordered list of attributes only" |
| 434 | + }, |
| 435 | + { |
| 436 | + "key": "expandValues", |
| 437 | + "value": "category" |
434 | 438 | } |
435 | 439 | ] |
436 | 440 | }, |
|
0 commit comments