|
12 | 12 | "produces": [ |
13 | 13 | "application/json" |
14 | 14 | ], |
| 15 | + "tags": [ |
| 16 | + { |
| 17 | + "name": "address", |
| 18 | + "description": "Adres calls" |
| 19 | + }, |
| 20 | + { |
| 21 | + "name": "postcode", |
| 22 | + "description": "Postcode calls" |
| 23 | + }, |
| 24 | + { |
| 25 | + "name": "postcodeArea", |
| 26 | + "description": "Postcodegebied calls" |
| 27 | + }, |
| 28 | + { |
| 29 | + "name": "town", |
| 30 | + "description": "Woonplaats calls" |
| 31 | + }, |
| 32 | + { |
| 33 | + "name": "municipality", |
| 34 | + "description": "Gemeente calls" |
| 35 | + }, |
| 36 | + { |
| 37 | + "name": "province", |
| 38 | + "description": "Provincie calls" |
| 39 | + } |
| 40 | + ], |
15 | 41 | "paths": { |
16 | 42 | "/municipalities": { |
17 | 43 | "get": { |
| 44 | + "tags": [ |
| 45 | + "municipality" |
| 46 | + ], |
18 | 47 | "summary": "Alle gemeentes", |
19 | 48 | "description": "Alle gemeentes in Nederland", |
20 | 49 | "responses": { |
|
61 | 90 | }, |
62 | 91 | "/municipalities/{municipalityId}": { |
63 | 92 | "get": { |
| 93 | + "tags": [ |
| 94 | + "municipality" |
| 95 | + ], |
64 | 96 | "summary": "Enkele gemeente", |
65 | 97 | "description": "Gemeente met Geo informatie en bijbehorende woonplaatsen.", |
66 | 98 | "parameters": [ |
|
145 | 177 | }, |
146 | 178 | "/towns": { |
147 | 179 | "get": { |
| 180 | + "tags": [ |
| 181 | + "town" |
| 182 | + ], |
148 | 183 | "summary": "Alle woonplaatsen", |
149 | 184 | "description": "Alle woonplaatsen in Nederland", |
150 | 185 | "responses": { |
|
191 | 226 | }, |
192 | 227 | "/towns/{townId}": { |
193 | 228 | "get": { |
| 229 | + "tags": [ |
| 230 | + "town" |
| 231 | + ], |
194 | 232 | "summary": "Enkele woonplaats", |
195 | 233 | "description": "Woonplaats met Geo informatie en bijbehorende postcodegebieden.", |
196 | 234 | "parameters": [ |
|
288 | 326 | }, |
289 | 327 | "/provinces": { |
290 | 328 | "get": { |
| 329 | + "tags": [ |
| 330 | + "province" |
| 331 | + ], |
291 | 332 | "summary": "Alle provincies", |
292 | 333 | "description": "Alle provincies in Nederland", |
293 | 334 | "responses": { |
|
334 | 375 | }, |
335 | 376 | "/provinces/{provinceId}": { |
336 | 377 | "get": { |
| 378 | + "tags": [ |
| 379 | + "province" |
| 380 | + ], |
337 | 381 | "summary": "Enkele provincie", |
338 | 382 | "description": "Provincie met Geo informatie en bijbehorende gemeenten.", |
339 | 383 | "parameters": [ |
|
391 | 435 | }, |
392 | 436 | "/addresses": { |
393 | 437 | "get": { |
| 438 | + "tags": [ |
| 439 | + "address" |
| 440 | + ], |
394 | 441 | "summary": "Alle adressen", |
395 | 442 | "description": "Alle adressen in Nederland, gepagineerd per 100 records", |
396 | 443 | "parameters": [ |
|
442 | 489 | "in": "query", |
443 | 490 | "type": "string", |
444 | 491 | "required": false, |
445 | | - "description": "Komma gescheiden lat,lon (GPS) coördinaten om te sorteren op afstand (51.8463989,5.8031914)" |
| 492 | + "description": "Komma gescheiden lat, lon (GPS) coördinaten om te sorteren op afstand (51.8463989,5.8031914)" |
446 | 493 | } |
447 | 494 | ], |
448 | 495 | "responses": { |
|
512 | 559 | }, |
513 | 560 | "/addresses/{addressId}": { |
514 | 561 | "get": { |
| 562 | + "tags": [ |
| 563 | + "address" |
| 564 | + ], |
515 | 565 | "summary": "Enkel adres", |
516 | 566 | "parameters": [ |
517 | 567 | { |
|
602 | 652 | }, |
603 | 653 | "/postcodes": { |
604 | 654 | "get": { |
| 655 | + "tags": [ |
| 656 | + "postcode" |
| 657 | + ], |
605 | 658 | "summary": "Alle postcodes", |
606 | 659 | "description": "Alle postcodes in Nederland, gepagineerd per 100 records", |
607 | 660 | "parameters": [ |
|
670 | 723 | }, |
671 | 724 | "/postcodes/{postcode}": { |
672 | 725 | "get": { |
| 726 | + "tags": [ |
| 727 | + "postcode" |
| 728 | + ], |
673 | 729 | "summary": "Enkele postcode", |
674 | 730 | "parameters": [ |
675 | 731 | { |
|
798 | 854 | }, |
799 | 855 | "/postcode-areas": { |
800 | 856 | "get": { |
| 857 | + "tags": [ |
| 858 | + "postcode-area" |
| 859 | + ], |
801 | 860 | "summary": "Alle postcodegebieden", |
802 | 861 | "description": "Alle postcodegebieden in Nederland, gepagineerd per 100 records", |
803 | 862 | "parameters": [ |
|
864 | 923 | }, |
865 | 924 | "/postcode-areas/{postcodeArea}": { |
866 | 925 | "get": { |
| 926 | + "tags": [ |
| 927 | + "postcode-area" |
| 928 | + ], |
867 | 929 | "summary": "Enkel postcodegebied", |
868 | 930 | "parameters": [ |
869 | 931 | { |
|
0 commit comments