github.com/PDOK/gokoala@v0.50.6/internal/engine/testdata/ogcapi-tiles-1.bundled.json (about) 1 { 2 "openapi": "3.0.0", 3 "info": { 4 "version": "1.0", 5 "title": "OGC API - Tiles", 6 "description": "Example API Definition for OGC API - Tiles - Part 1: Core", 7 "contact": { 8 "name": "Open Geospatial Consortium", 9 "email": "info@ogc.org" 10 }, 11 "license": { 12 "name": "OGC License", 13 "url": "http://www.opengeospatial.org/legal/" 14 } 15 }, 16 "servers": [ 17 { 18 "description": "Example OGC API - Tiles server", 19 "url": "https://maps.ecere.com/ogcapi" 20 } 21 ], 22 "paths": { 23 "/": { 24 "get": { 25 "tags": [ 26 "Landing Page" 27 ], 28 "operationId": "getLandingPage", 29 "summary": "Retrieve the OGC API landing page for this service.", 30 "parameters": [ 31 { 32 "$ref": "#/components/parameters/f-metadata" 33 } 34 ], 35 "responses": { 36 "200": { 37 "$ref": "#/components/responses/LandingPage" 38 }, 39 "406": { 40 "$ref": "#/components/responses/NotAcceptable" 41 }, 42 "500": { 43 "$ref": "#/components/responses/ServerError" 44 } 45 } 46 } 47 }, 48 "/conformance": { 49 "get": { 50 "tags": [ 51 "Conformance" 52 ], 53 "operationId": "getConformance", 54 "summary": "Retrieve the set of OGC API conformance classes that are supported by this service.", 55 "parameters": [ 56 { 57 "$ref": "#/components/parameters/f-metadata" 58 } 59 ], 60 "responses": { 61 "200": { 62 "$ref": "#/components/responses/Conformance" 63 }, 64 "406": { 65 "$ref": "#/components/responses/NotAcceptable" 66 }, 67 "500": { 68 "$ref": "#/components/responses/ServerError" 69 } 70 } 71 } 72 }, 73 "/api": { 74 "get": { 75 "tags": [ 76 "API" 77 ], 78 "operationId": "getAPI", 79 "summary": "Retrieve this API definition.", 80 "parameters": [ 81 { 82 "$ref": "#/components/parameters/f-metadata" 83 } 84 ], 85 "responses": { 86 "200": { 87 "$ref": "#/components/responses/API" 88 }, 89 "406": { 90 "$ref": "#/components/responses/NotAcceptable" 91 }, 92 "500": { 93 "$ref": "#/components/responses/ServerError" 94 } 95 } 96 } 97 }, 98 "/api/all-collections": { 99 "get": { 100 "tags": [ 101 "API" 102 ], 103 "operationId": "getAPICollections", 104 "summary": "Retrieve the list of collections available from this API implementation & deployment.", 105 "parameters": [ 106 { 107 "$ref": "#/components/parameters/f-metadata" 108 } 109 ], 110 "responses": { 111 "200": { 112 "$ref": "#/components/responses/Enumeration" 113 }, 114 "404": { 115 "$ref": "#/components/responses/NotFound" 116 }, 117 "406": { 118 "$ref": "#/components/responses/NotAcceptable" 119 }, 120 "500": { 121 "$ref": "#/components/responses/ServerError" 122 } 123 } 124 } 125 }, 126 "/api/coverage-collections": { 127 "get": { 128 "tags": [ 129 "API" 130 ], 131 "operationId": "getAPICoverageCollections", 132 "summary": "Retrieve the list of coverages collections available from this API implementation & deployment.", 133 "parameters": [ 134 { 135 "$ref": "#/components/parameters/f-metadata" 136 } 137 ], 138 "responses": { 139 "200": { 140 "$ref": "#/components/responses/Enumeration" 141 }, 142 "404": { 143 "$ref": "#/components/responses/NotFound" 144 }, 145 "406": { 146 "$ref": "#/components/responses/NotAcceptable" 147 }, 148 "500": { 149 "$ref": "#/components/responses/ServerError" 150 } 151 } 152 } 153 }, 154 "/api/vectorTiles-collections": { 155 "get": { 156 "tags": [ 157 "API" 158 ], 159 "operationId": "getAPIVectorTileCollections", 160 "summary": "Retrieve the list of collections supporting vector tiles available from this API implementation & deployment.", 161 "parameters": [ 162 { 163 "$ref": "#/components/parameters/f-metadata" 164 } 165 ], 166 "responses": { 167 "200": { 168 "$ref": "#/components/responses/Enumeration" 169 }, 170 "404": { 171 "$ref": "#/components/responses/NotFound" 172 }, 173 "406": { 174 "$ref": "#/components/responses/NotAcceptable" 175 }, 176 "500": { 177 "$ref": "#/components/responses/ServerError" 178 } 179 } 180 } 181 }, 182 "/api/tileMatrixSets": { 183 "get": { 184 "tags": [ 185 "API" 186 ], 187 "operationId": "getAPITileMatrixSets", 188 "summary": "Retrieve the list of shared TileMatrixSets available from this API implementation & deployment.", 189 "parameters": [ 190 { 191 "$ref": "#/components/parameters/f-metadata" 192 } 193 ], 194 "responses": { 195 "200": { 196 "$ref": "#/components/responses/Enumeration" 197 }, 198 "404": { 199 "$ref": "#/components/responses/NotFound" 200 }, 201 "406": { 202 "$ref": "#/components/responses/NotAcceptable" 203 }, 204 "500": { 205 "$ref": "#/components/responses/ServerError" 206 } 207 } 208 } 209 }, 210 "/api/styles": { 211 "get": { 212 "tags": [ 213 "API" 214 ], 215 "operationId": "getAPIStyles", 216 "summary": "Retrieve the list of dataset styles available from this API implementation & deployment.", 217 "parameters": [ 218 { 219 "$ref": "#/components/parameters/f-metadata" 220 } 221 ], 222 "responses": { 223 "200": { 224 "$ref": "#/components/responses/Enumeration" 225 }, 226 "404": { 227 "$ref": "#/components/responses/NotFound" 228 }, 229 "406": { 230 "$ref": "#/components/responses/NotAcceptable" 231 }, 232 "500": { 233 "$ref": "#/components/responses/ServerError" 234 } 235 } 236 } 237 }, 238 "/collections": { 239 "get": { 240 "tags": [ 241 "Data Collections" 242 ], 243 "operationId": "getCollectionsList", 244 "summary": "Retrieve the list of geospatial data collections available from this service.", 245 "parameters": [ 246 { 247 "$ref": "#/components/parameters/datetime" 248 }, 249 { 250 "name": "bbox", 251 "in": "query", 252 "description": "Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (height or depth):\n* Lower left corner, coordinate axis 1 * Lower left corner, coordinate axis 2 * Minimum value, coordinate axis 3 (optional) * Upper right corner, coordinate axis 1 * Upper right corner, coordinate axis 2 * Maximum value, coordinate axis 3 (optional)\nThe coordinate reference system of the values is WGS 84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.\nFor WGS 84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).\nIf the vertical axis is included, the third and the sixth number are the bottom and the top of the 3-dimensional bounding box.\nIf a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.", 253 "required": false, 254 "schema": { 255 "type": "array", 256 "oneOf": [ 257 { 258 "minItems": 4, 259 "maxItems": 4 260 }, 261 { 262 "minItems": 6, 263 "maxItems": 6 264 } 265 ], 266 "items": { 267 "type": "number", 268 "format": "double" 269 } 270 }, 271 "style": "form", 272 "explode": false 273 }, 274 { 275 "name": "limit", 276 "in": "query", 277 "description": "The optional limit parameter limits the number of collections that are presented in the response document.\nOnly items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.\n* Minimum = 1 * Maximum = 10000 * Default = 10", 278 "required": false, 279 "schema": { 280 "type": "integer", 281 "minimum": 1, 282 "maximum": 10000, 283 "default": 10 284 }, 285 "style": "form", 286 "explode": false 287 }, 288 { 289 "$ref": "#/components/parameters/f-metadata" 290 } 291 ], 292 "responses": { 293 "200": { 294 "$ref": "#/components/responses/CollectionsList" 295 } 296 } 297 } 298 }, 299 "/collections/{collectionId}": { 300 "get": { 301 "tags": [ 302 "Data Collections" 303 ], 304 "operationId": "getCollection", 305 "summary": "Retrieve the description of a collection available from this service.", 306 "parameters": [ 307 { 308 "$ref": "#/components/parameters/collectionId-all" 309 }, 310 { 311 "$ref": "#/components/parameters/f-metadata" 312 } 313 ], 314 "responses": { 315 "200": { 316 "$ref": "#/components/responses/Collection" 317 } 318 } 319 } 320 }, 321 "/tileMatrixSets": { 322 "get": { 323 "tags": [ 324 "Tiling Schemes" 325 ], 326 "summary": "Retrieve the list of available tiling schemes (tile matrix sets)", 327 "operationId": "getTileMatrixSetsList", 328 "parameters": [ 329 { 330 "$ref": "#/components/parameters/f-metadata" 331 } 332 ], 333 "responses": { 334 "200": { 335 "$ref": "#/components/responses/TileMatrixSetsList" 336 }, 337 "406": { 338 "$ref": "#/components/responses/NotAcceptable" 339 }, 340 "500": { 341 "$ref": "#/components/responses/ServerError" 342 } 343 } 344 } 345 }, 346 "/tileMatrixSets/{tileMatrixSetId}": { 347 "get": { 348 "tags": [ 349 "Tiling Schemes" 350 ], 351 "summary": "Retrieve the definition of the specified tiling scheme (tile matrix set)", 352 "operationId": "getTileMatrixSet", 353 "parameters": [ 354 { 355 "$ref": "#/components/parameters/tileMatrixSetId" 356 }, 357 { 358 "$ref": "#/components/parameters/f-metadata" 359 } 360 ], 361 "responses": { 362 "200": { 363 "$ref": "#/components/responses/TileMatrixSet" 364 }, 365 "404": { 366 "description": "The requested tile matrix set id was not found", 367 "content": { 368 "application/json": { 369 "schema": { 370 "$ref": "#/components/schemas/exception" 371 } 372 } 373 } 374 }, 375 "406": { 376 "$ref": "#/components/responses/NotAcceptable" 377 }, 378 "500": { 379 "$ref": "#/components/responses/ServerError" 380 } 381 } 382 } 383 }, 384 "/tiles": { 385 "get": { 386 "tags": [ 387 "Vector Tiles" 388 ], 389 "summary": "Retrieve a list of available vector tilesets for the dataset", 390 "operationId": ".dataset.vector.getTileSetsList", 391 "parameters": [ 392 { 393 "$ref": "#/components/parameters/f-metadata" 394 } 395 ], 396 "responses": { 397 "200": { 398 "$ref": "#/components/responses/TileSetsList" 399 }, 400 "404": { 401 "$ref": "#/components/responses/NotFound" 402 }, 403 "406": { 404 "$ref": "#/components/responses/NotAcceptable" 405 }, 406 "500": { 407 "$ref": "#/components/responses/ServerError" 408 } 409 } 410 } 411 }, 412 "/tiles/{tileMatrixSetId}": { 413 "get": { 414 "tags": [ 415 "Vector Tiles" 416 ], 417 "summary": "Retrieve the vector tileset metadata for the whole dataset and the specified tiling scheme (tile matrix set)", 418 "operationId": ".dataset.vector.getTileSet", 419 "parameters": [ 420 { 421 "$ref": "#/components/parameters/collections" 422 }, 423 { 424 "$ref": "#/components/parameters/tileMatrixSetId" 425 }, 426 { 427 "$ref": "#/components/parameters/f-metadata" 428 } 429 ], 430 "responses": { 431 "200": { 432 "$ref": "#/components/responses/TileSet" 433 }, 434 "404": { 435 "$ref": "#/components/responses/NotFound" 436 }, 437 "406": { 438 "$ref": "#/components/responses/NotAcceptable" 439 }, 440 "500": { 441 "$ref": "#/components/responses/ServerError" 442 } 443 } 444 } 445 }, 446 "/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}": { 447 "get": { 448 "tags": [ 449 "Vector Tiles" 450 ], 451 "summary": "Retrieve a vector tile including one or more collections from the dataset.", 452 "operationId": ".dataset.vector.getTile", 453 "parameters": [ 454 { 455 "$ref": "#/components/parameters/tileMatrix" 456 }, 457 { 458 "$ref": "#/components/parameters/tileRow" 459 }, 460 { 461 "$ref": "#/components/parameters/tileCol" 462 }, 463 { 464 "$ref": "#/components/parameters/datetime" 465 }, 466 { 467 "$ref": "#/components/parameters/collections-vectorTiles" 468 }, 469 { 470 "$ref": "#/components/parameters/subset" 471 }, 472 { 473 "$ref": "#/components/parameters/crs" 474 }, 475 { 476 "$ref": "#/components/parameters/subset-crs" 477 }, 478 { 479 "$ref": "#/components/parameters/tileMatrixSetId" 480 }, 481 { 482 "$ref": "#/components/parameters/f-vectorTile" 483 } 484 ], 485 "responses": { 486 "200": { 487 "$ref": "#/components/responses/VectorTile" 488 }, 489 "204": { 490 "$ref": "#/components/responses/EmptyTile" 491 }, 492 "404": { 493 "$ref": "#/components/responses/NotFound" 494 }, 495 "406": { 496 "$ref": "#/components/responses/NotAcceptable" 497 }, 498 "500": { 499 "$ref": "#/components/responses/ServerError" 500 } 501 } 502 } 503 }, 504 "/styles/{styleId}/tiles": { 505 "get": { 506 "tags": [ 507 "Vector Tiles" 508 ], 509 "summary": "Retrieve the list of vector tilesets intended for use with a specified style for the whole dataset", 510 "operationId": ".dataset.style.vector.getTileSetsList", 511 "parameters": [ 512 { 513 "$ref": "#/components/parameters/styleId" 514 }, 515 { 516 "$ref": "#/components/parameters/f-metadata" 517 } 518 ], 519 "responses": { 520 "200": { 521 "$ref": "#/components/responses/TileSetsList" 522 }, 523 "404": { 524 "$ref": "#/components/responses/NotFound" 525 }, 526 "406": { 527 "$ref": "#/components/responses/NotAcceptable" 528 }, 529 "500": { 530 "$ref": "#/components/responses/ServerError" 531 } 532 } 533 } 534 }, 535 "/styles/{styleId}/tiles/{tileMatrixSetId}": { 536 "get": { 537 "tags": [ 538 "Vector Tiles" 539 ], 540 "summary": "Retrieve a vector tileset intended for use with a specified style of the whole dataset for the specified tiling scheme (tile matrix set)", 541 "operationId": ".dataset.style.vector.getTileSet", 542 "parameters": [ 543 { 544 "$ref": "#/components/parameters/styleId" 545 }, 546 { 547 "$ref": "#/components/parameters/collections" 548 }, 549 { 550 "$ref": "#/components/parameters/tileMatrixSetId" 551 }, 552 { 553 "$ref": "#/components/parameters/f-metadata" 554 } 555 ], 556 "responses": { 557 "200": { 558 "$ref": "#/components/responses/TileSet" 559 }, 560 "404": { 561 "$ref": "#/components/responses/NotFound" 562 }, 563 "406": { 564 "$ref": "#/components/responses/NotAcceptable" 565 }, 566 "500": { 567 "$ref": "#/components/responses/ServerError" 568 } 569 } 570 } 571 }, 572 "/styles/{styleId}/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}": { 573 "get": { 574 "tags": [ 575 "Vector Tiles" 576 ], 577 "summary": "Retrieve vector tiles intended for use with a specified style", 578 "operationId": ".dataset.style.vector.getTile", 579 "parameters": [ 580 { 581 "$ref": "#/components/parameters/tileMatrix" 582 }, 583 { 584 "$ref": "#/components/parameters/tileRow" 585 }, 586 { 587 "$ref": "#/components/parameters/tileCol" 588 }, 589 { 590 "$ref": "#/components/parameters/datetime" 591 }, 592 { 593 "$ref": "#/components/parameters/collections-vectorTiles" 594 }, 595 { 596 "$ref": "#/components/parameters/subset" 597 }, 598 { 599 "$ref": "#/components/parameters/crs" 600 }, 601 { 602 "$ref": "#/components/parameters/subset-crs" 603 }, 604 { 605 "$ref": "#/components/parameters/styleId" 606 }, 607 { 608 "$ref": "#/components/parameters/tileMatrixSetId" 609 }, 610 { 611 "$ref": "#/components/parameters/f-vectorTile" 612 } 613 ], 614 "responses": { 615 "200": { 616 "$ref": "#/components/responses/VectorTile" 617 }, 618 "204": { 619 "$ref": "#/components/responses/EmptyTile" 620 }, 621 "404": { 622 "$ref": "#/components/responses/NotFound" 623 }, 624 "406": { 625 "$ref": "#/components/responses/NotAcceptable" 626 }, 627 "500": { 628 "$ref": "#/components/responses/ServerError" 629 } 630 } 631 } 632 }, 633 "/collections/{collectionId}/tiles": { 634 "get": { 635 "tags": [ 636 "Vector Tiles" 637 ], 638 "summary": "Retrieve a list of available vector tilesets for the specified collection.", 639 "operationId": ".collection.vector.getTileSetsList", 640 "parameters": [ 641 { 642 "$ref": "#/components/parameters/collectionId-vectorTiles" 643 }, 644 { 645 "$ref": "#/components/parameters/f-metadata" 646 } 647 ], 648 "responses": { 649 "200": { 650 "$ref": "#/components/responses/TileSetsList" 651 }, 652 "404": { 653 "$ref": "#/components/responses/NotFound" 654 }, 655 "406": { 656 "$ref": "#/components/responses/NotAcceptable" 657 }, 658 "500": { 659 "$ref": "#/components/responses/ServerError" 660 } 661 } 662 } 663 }, 664 "/collections/{collectionId}/tiles/{tileMatrixSetId}": { 665 "get": { 666 "tags": [ 667 "Vector Tiles" 668 ], 669 "summary": "Retrieve the vector tileset metadata for the specified collection and tiling scheme (tile matrix set)", 670 "operationId": ".collection.vector.getTileSet", 671 "parameters": [ 672 { 673 "$ref": "#/components/parameters/collectionId-vectorTiles" 674 }, 675 { 676 "$ref": "#/components/parameters/collections-vectorTiles" 677 }, 678 { 679 "$ref": "#/components/parameters/tileMatrixSetId" 680 }, 681 { 682 "$ref": "#/components/parameters/f-metadata" 683 } 684 ], 685 "responses": { 686 "200": { 687 "$ref": "#/components/responses/TileSet" 688 }, 689 "404": { 690 "$ref": "#/components/responses/NotFound" 691 }, 692 "406": { 693 "$ref": "#/components/responses/NotAcceptable" 694 }, 695 "500": { 696 "$ref": "#/components/responses/ServerError" 697 } 698 } 699 } 700 }, 701 "/collections/{collectionId}/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}": { 702 "get": { 703 "tags": [ 704 "Vector Tiles" 705 ], 706 "summary": "Retrieve a vector tile from a collection.", 707 "operationId": ".collection.vector.getTile", 708 "parameters": [ 709 { 710 "$ref": "#/components/parameters/tileMatrix" 711 }, 712 { 713 "$ref": "#/components/parameters/tileRow" 714 }, 715 { 716 "$ref": "#/components/parameters/tileCol" 717 }, 718 { 719 "$ref": "#/components/parameters/datetime" 720 }, 721 { 722 "$ref": "#/components/parameters/collectionId-vectorTiles" 723 }, 724 { 725 "$ref": "#/components/parameters/collections-vectorTiles" 726 }, 727 { 728 "$ref": "#/components/parameters/subset" 729 }, 730 { 731 "$ref": "#/components/parameters/crs" 732 }, 733 { 734 "$ref": "#/components/parameters/subset-crs" 735 }, 736 { 737 "$ref": "#/components/parameters/tileMatrixSetId" 738 }, 739 { 740 "$ref": "#/components/parameters/f-vectorTile" 741 } 742 ], 743 "responses": { 744 "200": { 745 "$ref": "#/components/responses/VectorTile" 746 }, 747 "204": { 748 "$ref": "#/components/responses/EmptyTile" 749 }, 750 "404": { 751 "$ref": "#/components/responses/NotFound" 752 }, 753 "406": { 754 "$ref": "#/components/responses/NotAcceptable" 755 }, 756 "500": { 757 "$ref": "#/components/responses/ServerError" 758 } 759 } 760 } 761 }, 762 "/collections/{collectionId}/styles/{styleId}/tiles": { 763 "get": { 764 "tags": [ 765 "Vector Tiles" 766 ], 767 "summary": "Retrieve a list of vector tilesets for the specified collection intended for use with a specified style", 768 "operationId": ".collection.style.vector.getTileSetsList", 769 "parameters": [ 770 { 771 "$ref": "#/components/parameters/collectionId-vectorTiles" 772 }, 773 { 774 "$ref": "#/components/parameters/f-metadata" 775 }, 776 { 777 "$ref": "#/components/parameters/styleId-collection" 778 } 779 ], 780 "responses": { 781 "200": { 782 "$ref": "#/components/responses/TileSetsList" 783 }, 784 "404": { 785 "$ref": "#/components/responses/NotFound" 786 }, 787 "406": { 788 "$ref": "#/components/responses/NotAcceptable" 789 }, 790 "500": { 791 "$ref": "#/components/responses/ServerError" 792 } 793 } 794 } 795 }, 796 "/collections/{collectionId}/styles/{styleId}/tiles/{tileMatrixSetId}": { 797 "get": { 798 "tags": [ 799 "Vector Tiles" 800 ], 801 "summary": "Retrieve the vector tileset metadata for the specified collection, style and tiling scheme (tile matrix set).", 802 "operationId": ".collection.style.vector.getTileSet", 803 "parameters": [ 804 { 805 "$ref": "#/components/parameters/collectionId-vectorTiles" 806 }, 807 { 808 "$ref": "#/components/parameters/collections-vectorTiles" 809 }, 810 { 811 "$ref": "#/components/parameters/styleId-collection" 812 }, 813 { 814 "$ref": "#/components/parameters/tileMatrixSetId" 815 }, 816 { 817 "$ref": "#/components/parameters/f-metadata" 818 } 819 ], 820 "responses": { 821 "200": { 822 "$ref": "#/components/responses/TileSet" 823 }, 824 "404": { 825 "$ref": "#/components/responses/NotFound" 826 }, 827 "406": { 828 "$ref": "#/components/responses/NotAcceptable" 829 }, 830 "500": { 831 "$ref": "#/components/responses/ServerError" 832 } 833 } 834 } 835 }, 836 "/collections/{collectionId}/styles/{styleId}/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}": { 837 "get": { 838 "tags": [ 839 "Vector Tiles" 840 ], 841 "summary": "Retrieve vector tiles for a specified collection, intended for use with a specified style", 842 "operationId": ".collection.style.vector.getTile", 843 "parameters": [ 844 { 845 "$ref": "#/components/parameters/tileMatrix" 846 }, 847 { 848 "$ref": "#/components/parameters/tileRow" 849 }, 850 { 851 "$ref": "#/components/parameters/tileCol" 852 }, 853 { 854 "$ref": "#/components/parameters/datetime" 855 }, 856 { 857 "$ref": "#/components/parameters/collectionId-vectorTiles" 858 }, 859 { 860 "$ref": "#/components/parameters/collections-vectorTiles" 861 }, 862 { 863 "$ref": "#/components/parameters/subset" 864 }, 865 { 866 "$ref": "#/components/parameters/crs" 867 }, 868 { 869 "$ref": "#/components/parameters/subset-crs" 870 }, 871 { 872 "$ref": "#/components/parameters/bgcolor" 873 }, 874 { 875 "$ref": "#/components/parameters/transparent" 876 }, 877 { 878 "$ref": "#/components/parameters/styleId-collection" 879 }, 880 { 881 "$ref": "#/components/parameters/tileMatrixSetId" 882 }, 883 { 884 "$ref": "#/components/parameters/f-vectorTile" 885 } 886 ], 887 "responses": { 888 "200": { 889 "$ref": "#/components/responses/VectorTile" 890 }, 891 "204": { 892 "$ref": "#/components/responses/EmptyTile" 893 }, 894 "404": { 895 "$ref": "#/components/responses/NotFound" 896 }, 897 "406": { 898 "$ref": "#/components/responses/NotAcceptable" 899 }, 900 "500": { 901 "$ref": "#/components/responses/ServerError" 902 } 903 } 904 } 905 }, 906 "/collections/{collectionId}/coverage/tiles": { 907 "get": { 908 "tags": [ 909 "Coverage Tiles" 910 ], 911 "summary": "Retrieve the list of available coverage tilesets for the specified collection.", 912 "operationId": ".collection.coverage.getTileSetsList", 913 "parameters": [ 914 { 915 "$ref": "#/components/parameters/collectionId-coverage" 916 }, 917 { 918 "$ref": "#/components/parameters/f-metadata" 919 } 920 ], 921 "responses": { 922 "200": { 923 "$ref": "#/components/responses/TileSetsList" 924 }, 925 "404": { 926 "$ref": "#/components/responses/NotFound" 927 }, 928 "406": { 929 "$ref": "#/components/responses/NotAcceptable" 930 }, 931 "500": { 932 "$ref": "#/components/responses/ServerError" 933 } 934 } 935 } 936 }, 937 "/collections/{collectionId}/coverage/tiles/{tileMatrixSetId}": { 938 "get": { 939 "tags": [ 940 "Coverage Tiles" 941 ], 942 "summary": "Retrieve the coverage tileset metadata for the specified collection and tiling scheme (tile matrix set)", 943 "operationId": ".collection.coverage.getTileSet", 944 "parameters": [ 945 { 946 "$ref": "#/components/parameters/collectionId-coverage" 947 }, 948 { 949 "$ref": "#/components/parameters/collections-coverage" 950 }, 951 { 952 "$ref": "#/components/parameters/tileMatrixSetId" 953 }, 954 { 955 "$ref": "#/components/parameters/f-metadata" 956 } 957 ], 958 "responses": { 959 "200": { 960 "$ref": "#/components/responses/TileSet" 961 }, 962 "404": { 963 "$ref": "#/components/responses/NotFound" 964 }, 965 "406": { 966 "$ref": "#/components/responses/NotAcceptable" 967 }, 968 "500": { 969 "$ref": "#/components/responses/ServerError" 970 } 971 } 972 } 973 }, 974 "/collections/{collectionId}/coverage/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}": { 975 "get": { 976 "tags": [ 977 "Coverage Tiles" 978 ], 979 "summary": "Retrieve coverage tiles", 980 "operationId": ".collection.coverage.getTile", 981 "parameters": [ 982 { 983 "$ref": "#/components/parameters/tileMatrix" 984 }, 985 { 986 "$ref": "#/components/parameters/tileRow" 987 }, 988 { 989 "$ref": "#/components/parameters/tileCol" 990 }, 991 { 992 "$ref": "#/components/parameters/datetime" 993 }, 994 { 995 "$ref": "#/components/parameters/collectionId-coverage" 996 }, 997 { 998 "$ref": "#/components/parameters/collections-coverage" 999 }, 1000 { 1001 "$ref": "#/components/parameters/subset" 1002 }, 1003 { 1004 "$ref": "#/components/parameters/crs" 1005 }, 1006 { 1007 "$ref": "#/components/parameters/subset-crs" 1008 }, 1009 { 1010 "$ref": "#/components/parameters/tileMatrixSetId" 1011 }, 1012 { 1013 "$ref": "#/components/parameters/f-coverageTile" 1014 } 1015 ], 1016 "responses": { 1017 "200": { 1018 "$ref": "#/components/responses/CoverageTile" 1019 }, 1020 "204": { 1021 "$ref": "#/components/responses/EmptyTile" 1022 }, 1023 "404": { 1024 "$ref": "#/components/responses/NotFound" 1025 }, 1026 "406": { 1027 "$ref": "#/components/responses/NotAcceptable" 1028 }, 1029 "500": { 1030 "$ref": "#/components/responses/ServerError" 1031 } 1032 } 1033 } 1034 }, 1035 "/map/tiles": { 1036 "get": { 1037 "tags": [ 1038 "Map Tiles" 1039 ], 1040 "summary": "Retrieve the list of all default map tilesets for the whole dataset", 1041 "operationId": ".dataset.map.getTileSetsList", 1042 "parameters": [ 1043 { 1044 "$ref": "#/components/parameters/f-metadata" 1045 } 1046 ], 1047 "responses": { 1048 "200": { 1049 "$ref": "#/components/responses/TileSetsList" 1050 }, 1051 "404": { 1052 "$ref": "#/components/responses/NotFound" 1053 }, 1054 "406": { 1055 "$ref": "#/components/responses/NotAcceptable" 1056 }, 1057 "500": { 1058 "$ref": "#/components/responses/ServerError" 1059 } 1060 } 1061 } 1062 }, 1063 "/map/tiles/{tileMatrixSetId}": { 1064 "get": { 1065 "tags": [ 1066 "Map Tiles" 1067 ], 1068 "summary": "Retrieve a default map tileset of the whole dataset for the specified tiling scheme (tile matrix set)", 1069 "operationId": ".dataset.map.getTileSet", 1070 "parameters": [ 1071 { 1072 "$ref": "#/components/parameters/collections" 1073 }, 1074 { 1075 "$ref": "#/components/parameters/tileMatrixSetId" 1076 }, 1077 { 1078 "$ref": "#/components/parameters/f-metadata" 1079 } 1080 ], 1081 "responses": { 1082 "200": { 1083 "$ref": "#/components/responses/TileSet" 1084 }, 1085 "404": { 1086 "$ref": "#/components/responses/NotFound" 1087 }, 1088 "406": { 1089 "$ref": "#/components/responses/NotAcceptable" 1090 }, 1091 "500": { 1092 "$ref": "#/components/responses/ServerError" 1093 } 1094 } 1095 } 1096 }, 1097 "/map/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}": { 1098 "get": { 1099 "tags": [ 1100 "Map Tiles" 1101 ], 1102 "summary": "Retrieve a default map tile of the whole dataset", 1103 "operationId": ".dataset.map.getTile", 1104 "parameters": [ 1105 { 1106 "$ref": "#/components/parameters/tileMatrix" 1107 }, 1108 { 1109 "$ref": "#/components/parameters/tileRow" 1110 }, 1111 { 1112 "$ref": "#/components/parameters/tileCol" 1113 }, 1114 { 1115 "$ref": "#/components/parameters/datetime" 1116 }, 1117 { 1118 "$ref": "#/components/parameters/collections" 1119 }, 1120 { 1121 "$ref": "#/components/parameters/subset" 1122 }, 1123 { 1124 "$ref": "#/components/parameters/crs" 1125 }, 1126 { 1127 "$ref": "#/components/parameters/subset-crs" 1128 }, 1129 { 1130 "$ref": "#/components/parameters/bgcolor" 1131 }, 1132 { 1133 "$ref": "#/components/parameters/transparent" 1134 }, 1135 { 1136 "$ref": "#/components/parameters/tileMatrixSetId" 1137 }, 1138 { 1139 "$ref": "#/components/parameters/f-mapTile" 1140 } 1141 ], 1142 "responses": { 1143 "200": { 1144 "$ref": "#/components/responses/MapTile" 1145 }, 1146 "204": { 1147 "$ref": "#/components/responses/EmptyTile" 1148 }, 1149 "404": { 1150 "$ref": "#/components/responses/NotFound" 1151 }, 1152 "406": { 1153 "$ref": "#/components/responses/NotAcceptable" 1154 }, 1155 "500": { 1156 "$ref": "#/components/responses/ServerError" 1157 } 1158 } 1159 } 1160 }, 1161 "/styles/{styleId}/map/tiles": { 1162 "get": { 1163 "tags": [ 1164 "Map Tiles" 1165 ], 1166 "summary": "Retrieve the list of styled map tilesets for the whole dataset", 1167 "operationId": ".dataset.style.map.getTileSetsList", 1168 "parameters": [ 1169 { 1170 "$ref": "#/components/parameters/styleId" 1171 }, 1172 { 1173 "$ref": "#/components/parameters/f-metadata" 1174 } 1175 ], 1176 "responses": { 1177 "200": { 1178 "$ref": "#/components/responses/TileSetsList" 1179 }, 1180 "404": { 1181 "$ref": "#/components/responses/NotFound" 1182 }, 1183 "406": { 1184 "$ref": "#/components/responses/NotAcceptable" 1185 }, 1186 "500": { 1187 "$ref": "#/components/responses/ServerError" 1188 } 1189 } 1190 } 1191 }, 1192 "/styles/{styleId}/map/tiles/{tileMatrixSetId}": { 1193 "get": { 1194 "tags": [ 1195 "Map Tiles" 1196 ], 1197 "summary": "Retrieve a styled map tileset of the whole dataset for the specified tiling scheme (tile matrix set)", 1198 "operationId": ".dataset.style.map.getTileSet", 1199 "parameters": [ 1200 { 1201 "$ref": "#/components/parameters/styleId" 1202 }, 1203 { 1204 "$ref": "#/components/parameters/collections" 1205 }, 1206 { 1207 "$ref": "#/components/parameters/tileMatrixSetId" 1208 }, 1209 { 1210 "$ref": "#/components/parameters/f-metadata" 1211 } 1212 ], 1213 "responses": { 1214 "200": { 1215 "$ref": "#/components/responses/TileSet" 1216 }, 1217 "404": { 1218 "$ref": "#/components/responses/NotFound" 1219 }, 1220 "406": { 1221 "$ref": "#/components/responses/NotAcceptable" 1222 }, 1223 "500": { 1224 "$ref": "#/components/responses/ServerError" 1225 } 1226 } 1227 } 1228 }, 1229 "/styles/{styleId}/map/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}": { 1230 "get": { 1231 "tags": [ 1232 "Map Tiles" 1233 ], 1234 "summary": "Retrieve a styled map tiles", 1235 "operationId": ".dataset.style.map.getTile", 1236 "parameters": [ 1237 { 1238 "$ref": "#/components/parameters/tileMatrix" 1239 }, 1240 { 1241 "$ref": "#/components/parameters/tileRow" 1242 }, 1243 { 1244 "$ref": "#/components/parameters/tileCol" 1245 }, 1246 { 1247 "$ref": "#/components/parameters/datetime" 1248 }, 1249 { 1250 "$ref": "#/components/parameters/collections" 1251 }, 1252 { 1253 "$ref": "#/components/parameters/subset" 1254 }, 1255 { 1256 "$ref": "#/components/parameters/crs" 1257 }, 1258 { 1259 "$ref": "#/components/parameters/subset-crs" 1260 }, 1261 { 1262 "$ref": "#/components/parameters/bgcolor" 1263 }, 1264 { 1265 "$ref": "#/components/parameters/transparent" 1266 }, 1267 { 1268 "$ref": "#/components/parameters/styleId" 1269 }, 1270 { 1271 "$ref": "#/components/parameters/tileMatrixSetId" 1272 }, 1273 { 1274 "$ref": "#/components/parameters/f-mapTile" 1275 } 1276 ], 1277 "responses": { 1278 "200": { 1279 "$ref": "#/components/responses/MapTile" 1280 }, 1281 "204": { 1282 "$ref": "#/components/responses/EmptyTile" 1283 }, 1284 "404": { 1285 "$ref": "#/components/responses/NotFound" 1286 }, 1287 "406": { 1288 "$ref": "#/components/responses/NotAcceptable" 1289 }, 1290 "500": { 1291 "$ref": "#/components/responses/ServerError" 1292 } 1293 } 1294 } 1295 }, 1296 "/collections/{collectionId}/map/tiles": { 1297 "get": { 1298 "tags": [ 1299 "Map Tiles" 1300 ], 1301 "summary": "Retrieve a list of all map tilesets for specified collection.", 1302 "operationId": ".collection.map.getTileSetsList", 1303 "parameters": [ 1304 { 1305 "$ref": "#/components/parameters/collectionId-all" 1306 }, 1307 { 1308 "$ref": "#/components/parameters/f-metadata" 1309 } 1310 ], 1311 "responses": { 1312 "200": { 1313 "$ref": "#/components/responses/TileSetsList" 1314 }, 1315 "404": { 1316 "$ref": "#/components/responses/NotFound" 1317 }, 1318 "406": { 1319 "$ref": "#/components/responses/NotAcceptable" 1320 }, 1321 "500": { 1322 "$ref": "#/components/responses/ServerError" 1323 } 1324 } 1325 } 1326 }, 1327 "/collections/{collectionId}/map/tiles/{tileMatrixSetId}": { 1328 "get": { 1329 "tags": [ 1330 "Map Tiles" 1331 ], 1332 "summary": "Retrieve a map tile set metadata for the specified collection and tiling scheme (tile matrix set)", 1333 "operationId": ".collection.map.getTileSet", 1334 "parameters": [ 1335 { 1336 "$ref": "#/components/parameters/collectionId-all" 1337 }, 1338 { 1339 "$ref": "#/components/parameters/collections" 1340 }, 1341 { 1342 "$ref": "#/components/parameters/tileMatrixSetId" 1343 }, 1344 { 1345 "$ref": "#/components/parameters/f-metadata" 1346 } 1347 ], 1348 "responses": { 1349 "200": { 1350 "$ref": "#/components/responses/TileSet" 1351 }, 1352 "404": { 1353 "$ref": "#/components/responses/NotFound" 1354 }, 1355 "406": { 1356 "$ref": "#/components/responses/NotAcceptable" 1357 }, 1358 "500": { 1359 "$ref": "#/components/responses/ServerError" 1360 } 1361 } 1362 } 1363 }, 1364 "/collections/{collectionId}/map/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}": { 1365 "get": { 1366 "tags": [ 1367 "Map Tiles" 1368 ], 1369 "summary": "Retrieve a map tile from the specified collection", 1370 "operationId": ".collection.map.getTile", 1371 "parameters": [ 1372 { 1373 "$ref": "#/components/parameters/tileMatrix" 1374 }, 1375 { 1376 "$ref": "#/components/parameters/tileRow" 1377 }, 1378 { 1379 "$ref": "#/components/parameters/tileCol" 1380 }, 1381 { 1382 "$ref": "#/components/parameters/datetime" 1383 }, 1384 { 1385 "$ref": "#/components/parameters/collectionId-all" 1386 }, 1387 { 1388 "$ref": "#/components/parameters/collections" 1389 }, 1390 { 1391 "$ref": "#/components/parameters/subset" 1392 }, 1393 { 1394 "$ref": "#/components/parameters/crs" 1395 }, 1396 { 1397 "$ref": "#/components/parameters/subset-crs" 1398 }, 1399 { 1400 "$ref": "#/components/parameters/bgcolor" 1401 }, 1402 { 1403 "$ref": "#/components/parameters/transparent" 1404 }, 1405 { 1406 "$ref": "#/components/parameters/tileMatrixSetId" 1407 }, 1408 { 1409 "$ref": "#/components/parameters/f-mapTile" 1410 } 1411 ], 1412 "responses": { 1413 "200": { 1414 "$ref": "#/components/responses/MapTile" 1415 }, 1416 "204": { 1417 "$ref": "#/components/responses/EmptyTile" 1418 }, 1419 "404": { 1420 "$ref": "#/components/responses/NotFound" 1421 }, 1422 "406": { 1423 "$ref": "#/components/responses/NotAcceptable" 1424 }, 1425 "500": { 1426 "$ref": "#/components/responses/ServerError" 1427 } 1428 } 1429 } 1430 }, 1431 "/collections/{collectionId}/styles/{styleId}/map/tiles": { 1432 "get": { 1433 "tags": [ 1434 "Map Tiles" 1435 ], 1436 "summary": "Retrieve a list of styled map tilesets for the specified collection", 1437 "operationId": ".collection.style.map.getTileSetsList", 1438 "parameters": [ 1439 { 1440 "$ref": "#/components/parameters/collectionId-all" 1441 }, 1442 { 1443 "$ref": "#/components/parameters/f-metadata" 1444 }, 1445 { 1446 "$ref": "#/components/parameters/styleId-collection" 1447 } 1448 ], 1449 "responses": { 1450 "200": { 1451 "$ref": "#/components/responses/TileSetsList" 1452 }, 1453 "404": { 1454 "$ref": "#/components/responses/NotFound" 1455 }, 1456 "406": { 1457 "$ref": "#/components/responses/NotAcceptable" 1458 }, 1459 "500": { 1460 "$ref": "#/components/responses/ServerError" 1461 } 1462 } 1463 } 1464 }, 1465 "/collections/{collectionId}/styles/{styleId}/map/tiles/{tileMatrixSetId}": { 1466 "get": { 1467 "tags": [ 1468 "Map Tiles" 1469 ], 1470 "summary": "Retrieve the map tileset metadata for the specified collection, style and tiling scheme (tile matrix set).", 1471 "operationId": ".collection.style.map.getTileSet", 1472 "parameters": [ 1473 { 1474 "$ref": "#/components/parameters/collectionId-all" 1475 }, 1476 { 1477 "$ref": "#/components/parameters/collections" 1478 }, 1479 { 1480 "$ref": "#/components/parameters/styleId-collection" 1481 }, 1482 { 1483 "$ref": "#/components/parameters/tileMatrixSetId" 1484 }, 1485 { 1486 "$ref": "#/components/parameters/f-metadata" 1487 } 1488 ], 1489 "responses": { 1490 "200": { 1491 "$ref": "#/components/responses/TileSet" 1492 }, 1493 "404": { 1494 "$ref": "#/components/responses/NotFound" 1495 }, 1496 "406": { 1497 "$ref": "#/components/responses/NotAcceptable" 1498 }, 1499 "500": { 1500 "$ref": "#/components/responses/ServerError" 1501 } 1502 } 1503 } 1504 }, 1505 "/collections/{collectionId}/styles/{styleId}/map/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}": { 1506 "get": { 1507 "tags": [ 1508 "Map Tiles" 1509 ], 1510 "summary": "Retrieve a map tile for a specified collection and style", 1511 "operationId": ".collection.style.map.getTile", 1512 "parameters": [ 1513 { 1514 "$ref": "#/components/parameters/tileMatrix" 1515 }, 1516 { 1517 "$ref": "#/components/parameters/tileRow" 1518 }, 1519 { 1520 "$ref": "#/components/parameters/tileCol" 1521 }, 1522 { 1523 "$ref": "#/components/parameters/datetime" 1524 }, 1525 { 1526 "$ref": "#/components/parameters/collectionId-all" 1527 }, 1528 { 1529 "$ref": "#/components/parameters/collections" 1530 }, 1531 { 1532 "$ref": "#/components/parameters/subset" 1533 }, 1534 { 1535 "$ref": "#/components/parameters/crs" 1536 }, 1537 { 1538 "$ref": "#/components/parameters/subset-crs" 1539 }, 1540 { 1541 "$ref": "#/components/parameters/bgcolor" 1542 }, 1543 { 1544 "$ref": "#/components/parameters/transparent" 1545 }, 1546 { 1547 "$ref": "#/components/parameters/styleId-collection" 1548 }, 1549 { 1550 "$ref": "#/components/parameters/tileMatrixSetId" 1551 }, 1552 { 1553 "$ref": "#/components/parameters/f-mapTile" 1554 } 1555 ], 1556 "responses": { 1557 "200": { 1558 "$ref": "#/components/responses/MapTile" 1559 }, 1560 "204": { 1561 "$ref": "#/components/responses/EmptyTile" 1562 }, 1563 "404": { 1564 "$ref": "#/components/responses/NotFound" 1565 }, 1566 "406": { 1567 "$ref": "#/components/responses/NotAcceptable" 1568 }, 1569 "500": { 1570 "$ref": "#/components/responses/ServerError" 1571 } 1572 } 1573 } 1574 } 1575 }, 1576 "components": { 1577 "schemas": { 1578 "confClasses": { 1579 "type": "object", 1580 "required": [ 1581 "conformsTo" 1582 ], 1583 "properties": { 1584 "conformsTo": { 1585 "type": "array", 1586 "items": { 1587 "type": "string" 1588 } 1589 } 1590 } 1591 }, 1592 "link": { 1593 "type": "object", 1594 "required": [ 1595 "href", 1596 "rel" 1597 ], 1598 "properties": { 1599 "href": { 1600 "type": "string", 1601 "description": "Supplies the URI to a remote resource (or resource fragment).", 1602 "example": "http://data.example.com/buildings/123" 1603 }, 1604 "rel": { 1605 "type": "string", 1606 "description": "The type or semantics of the relation.", 1607 "example": "alternate" 1608 }, 1609 "type": { 1610 "type": "string", 1611 "description": "A hint indicating what the media type of the result of dereferencing the link should be.", 1612 "example": "application/geo+json" 1613 }, 1614 "templated": { 1615 "type": "boolean", 1616 "description": "This flag set to true if the link is a URL template." 1617 }, 1618 "varBase": { 1619 "description": "A base path to retrieve semantic information about the variables used in URL template.", 1620 "type": "string", 1621 "example": "/ogcapi/vars/" 1622 }, 1623 "hreflang": { 1624 "type": "string", 1625 "description": "A hint indicating what the language of the result of dereferencing the link should be.", 1626 "example": "en" 1627 }, 1628 "title": { 1629 "type": "string", 1630 "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.", 1631 "example": "Trierer Strasse 70, 53115 Bonn" 1632 }, 1633 "length": { 1634 "type": "integer" 1635 } 1636 } 1637 }, 1638 "landingPage": { 1639 "type": "object", 1640 "required": [ 1641 "links" 1642 ], 1643 "properties": { 1644 "title": { 1645 "type": "string", 1646 "title": "The title of the API.", 1647 "description": "While a title is not required, implementors are strongly advised to include one.", 1648 "example": "Buildings in Bonn" 1649 }, 1650 "description": { 1651 "type": "string", 1652 "example": "Access to data about buildings in the city of Bonn via a Web API that conforms to the OGC API Common specification." 1653 }, 1654 "attribution": { 1655 "type": "string", 1656 "title": "attribution for the API", 1657 "description": "The `attribution` should be short and intended for presentation to a user, for example, in a corner of a map. Parts of the text can be links to other resources if additional information is needed. The string can include HTML markup." 1658 }, 1659 "links": { 1660 "type": "array", 1661 "items": { 1662 "$ref": "#/components/schemas/link" 1663 } 1664 } 1665 } 1666 }, 1667 "exception": { 1668 "title": "Exception Schema", 1669 "description": "JSON schema for exceptions based on RFC 7807", 1670 "type": "object", 1671 "required": [ 1672 "type" 1673 ], 1674 "properties": { 1675 "type": { 1676 "type": "string" 1677 }, 1678 "title": { 1679 "type": "string" 1680 }, 1681 "status": { 1682 "type": "integer" 1683 }, 1684 "detail": { 1685 "type": "string" 1686 }, 1687 "instance": { 1688 "type": "string" 1689 } 1690 } 1691 }, 1692 "collections": { 1693 "type": "object", 1694 "required": [ 1695 "links", 1696 "collections" 1697 ], 1698 "properties": { 1699 "links": { 1700 "type": "array", 1701 "items": { 1702 "$ref": "#/components/schemas/link" 1703 } 1704 }, 1705 "timeStamp": { 1706 "type": "string", 1707 "format": "date-time" 1708 }, 1709 "numberMatched": { 1710 "type": "integer", 1711 "minimum": 0, 1712 "example": 1 1713 }, 1714 "numberReturned": { 1715 "type": "integer", 1716 "minimum": 0, 1717 "example": 1 1718 }, 1719 "collections": { 1720 "type": "array", 1721 "items": { 1722 "$ref": "#/components/schemas/collectionInfo" 1723 } 1724 } 1725 } 1726 }, 1727 "collectionInfo": { 1728 "type": "object", 1729 "required": [ 1730 "id", 1731 "links" 1732 ], 1733 "properties": { 1734 "id": { 1735 "type": "string", 1736 "description": "identifier of the collection used, for example, in URIs", 1737 "example": "dem" 1738 }, 1739 "title": { 1740 "type": "string", 1741 "description": "human readable title of the collection", 1742 "example": "Digital Elevation Model" 1743 }, 1744 "description": { 1745 "type": "string", 1746 "description": "a description of the data in the collection", 1747 "example": "A Digital Elevation Model." 1748 }, 1749 "links": { 1750 "type": "array", 1751 "example": [ 1752 { 1753 "href": "http://data.example.org/collections/dem?f=json", 1754 "rel": "self", 1755 "type": "application/json", 1756 "title": "Digital Elevation Model" 1757 }, 1758 { 1759 "href": "http://data.example.org/collections/dem?f=html", 1760 "rel": "alternate", 1761 "type": "application/json", 1762 "title": "Digital Elevation Model" 1763 }, 1764 { 1765 "href": "http://data.example.org/collections/dem/coverage", 1766 "rel": "coverage", 1767 "type": "image/tiff; application=geotiff", 1768 "title": "Digital Elevation Model" 1769 }, 1770 { 1771 "href": "http://data.example.org/collections/dem/coverage/domainset", 1772 "rel": "domainset", 1773 "type": "application/json", 1774 "title": "Digital Elevation Model" 1775 }, 1776 { 1777 "href": "http://data.example.org/collections/dem/coverage/rangetype", 1778 "rel": "rangetype", 1779 "type": "application/json", 1780 "title": "Digital Elevation Model" 1781 }, 1782 { 1783 "href": "http://data.example.org/collections/dem/coverage/metadata", 1784 "rel": "metadata", 1785 "type": "application/json", 1786 "title": "Digital Elevation Model" 1787 } 1788 ], 1789 "items": { 1790 "$ref": "#/components/schemas/link" 1791 } 1792 }, 1793 "extent": { 1794 "$ref": "#/components/schemas/extent-uad" 1795 }, 1796 "itemType": { 1797 "description": "indicator about the type of the items in the collection if the collection has an accessible /collections/{collectionId}/items endpoint", 1798 "type": "string", 1799 "default": "unknown" 1800 }, 1801 "crs": { 1802 "description": "the list of coordinate reference systems supported by the API; the first item is the default coordinate reference system", 1803 "type": "array", 1804 "items": { 1805 "type": "string" 1806 }, 1807 "default": [ 1808 "http://www.opengis.net/def/crs/OGC/1.3/CRS84" 1809 ], 1810 "example": [ 1811 "http://www.opengis.net/def/crs/OGC/1.3/CRS84", 1812 "http://www.opengis.net/def/crs/EPSG/0/4326" 1813 ] 1814 }, 1815 "dataType": { 1816 "allOf": [ 1817 { 1818 "description": "Type of data represented in the collection" 1819 }, 1820 { 1821 "$ref": "#/components/schemas/dataType" 1822 } 1823 ] 1824 }, 1825 "geometryDimension": { 1826 "description": "The geometry dimension of the features shown in this layer (0: points, 1: curves, 2: surfaces, 3: solids), unspecified: mixed or unknown", 1827 "type": "integer", 1828 "minimum": 0, 1829 "maximum": 3 1830 }, 1831 "minScaleDenominator": { 1832 "description": "Minimum scale denominator for usage of the collection", 1833 "type": "number" 1834 }, 1835 "maxScaleDenominator": { 1836 "description": "Maximum scale denominator for usage of the collection", 1837 "type": "number" 1838 }, 1839 "minCellSize": { 1840 "description": "Minimum cell size for usage of the collection", 1841 "type": "number" 1842 }, 1843 "maxCellSize": { 1844 "description": "Maximum cell size for usage of the collection", 1845 "type": "number" 1846 } 1847 } 1848 }, 1849 "extent": { 1850 "description": "The extent of the data in the collection. In the Core only spatial and temporal\nextents are specified. Extensions may add additional members to represent other\nextents, for example, thermal or pressure ranges.\n\nThe first item in the array describes the overall extent of\nthe data. All subsequent items describe more precise extents,\ne.g., to identify clusters of data.\nClients only interested in the overall extent will only need to\naccess the first item in each array.", 1851 "type": "object", 1852 "properties": { 1853 "spatial": { 1854 "description": "The spatial extent of the data in the collection.", 1855 "type": "object", 1856 "properties": { 1857 "bbox": { 1858 "description": "One or more bounding boxes that describe the spatial extent of the dataset.\nIn the Core only a single bounding box is supported.\n\nExtensions may support additional areas.\nThe first bounding box describes the overall spatial\nextent of the data. All subsequent bounding boxes describe\nmore precise bounding boxes, e.g., to identify clusters of data.\nClients only interested in the overall spatial extent will\nonly need to access the first item in each array.", 1859 "type": "array", 1860 "minItems": 1, 1861 "items": { 1862 "description": "Each bounding box is provided as four or six numbers, depending on\nwhether the coordinate reference system includes a vertical axis\n(height or depth):\n\n* Lower left corner, coordinate axis 1\n* Lower left corner, coordinate axis 2\n* Minimum value, coordinate axis 3 (optional)\n* Upper right corner, coordinate axis 1\n* Upper right corner, coordinate axis 2\n* Maximum value, coordinate axis 3 (optional)\n\nIf the value consists of four numbers, the coordinate reference system is\nWGS 84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84)\nunless a different coordinate reference system is specified in a parameter `bbox-crs`.\n\nIf the value consists of six numbers, the coordinate reference system is WGS 84\nlongitude/latitude/ellipsoidal height (http://www.opengis.net/def/crs/OGC/0/CRS84h)\nunless a different coordinate reference system is specified in a parameter `bbox-crs`.\n\nFor WGS 84 longitude/latitude the values are in most cases the sequence of\nminimum longitude, minimum latitude, maximum longitude and maximum latitude.\nHowever, in cases where the box spans the antimeridian the first value\n(west-most box edge) is larger than the third value (east-most box edge).\n\nIf the vertical axis is included, the third and the sixth number are\nthe bottom and the top of the 3-dimensional bounding box.\n\nIf a feature has multiple spatial geometry properties, it is the decision of the\nserver whether only a single spatial geometry property is used to determine\nthe extent or all relevant geometries.", 1863 "type": "array", 1864 "oneOf": [ 1865 { 1866 "minItems": 4, 1867 "maxItems": 4 1868 }, 1869 { 1870 "minItems": 6, 1871 "maxItems": 6 1872 } 1873 ], 1874 "items": { 1875 "type": "number" 1876 }, 1877 "example": [ 1878 -180, 1879 -90, 1880 180, 1881 90 1882 ] 1883 } 1884 }, 1885 "crs": { 1886 "description": "Coordinate reference system of the coordinates in the spatial extent\n(property `bbox`). The default reference system is WGS 84 longitude/latitude.\nIn the Core the only other supported coordinate reference system is\nWGS 84 longitude/latitude/ellipsoidal height for coordinates with height.\nExtensions may support additional coordinate reference systems and add\nadditional enum values.", 1887 "type": "string", 1888 "enum": [ 1889 "http://www.opengis.net/def/crs/OGC/1.3/CRS84", 1890 "http://www.opengis.net/def/crs/OGC/0/CRS84h" 1891 ], 1892 "default": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" 1893 }, 1894 "grid": { 1895 "description": "Provides information about the limited availability of data within the collection organized\nas a grid (regular or irregular) along each spatial dimension.", 1896 "type": "array", 1897 "minItems": 2, 1898 "maxItems": 3, 1899 "items": { 1900 "type": "object", 1901 "properties": { 1902 "coordinates": { 1903 "description": "List of coordinates along the dimension for which data organized as an irregular grid in the collection is available\n(e.g., 2, 10, 80, 100).", 1904 "type": "array", 1905 "minItems": 1, 1906 "items": { 1907 "oneOf": [ 1908 { 1909 "type": "string", 1910 "nullable": true 1911 }, 1912 { 1913 "type": "number" 1914 } 1915 ] 1916 }, 1917 "example": [ 1918 2, 1919 10, 1920 80, 1921 100 1922 ] 1923 }, 1924 "cellsCount": { 1925 "description": "Number of samples available along the dimension for data organized as a regular grid.\nFor values representing the whole area of contiguous cells spanning _resolution_ units along the dimension, this will be (_upperBound_ - _lowerBound_) / _resolution_.\nFor values representing infinitely small point cells spaced by _resolution_ units along the dimension, this will be (_upperBound_ - _lowerBound_) / _resolution_ + 1.", 1926 "type": "integer", 1927 "example": 50 1928 }, 1929 "resolution": { 1930 "description": "Resolution of regularly gridded data along the dimension in the collection", 1931 "oneOf": [ 1932 { 1933 "type": "string", 1934 "nullable": true 1935 }, 1936 { 1937 "type": "number" 1938 } 1939 ], 1940 "example": 0.0006866455078 1941 } 1942 } 1943 } 1944 } 1945 } 1946 }, 1947 "temporal": { 1948 "description": "The temporal extent of the features in the collection.", 1949 "type": "object", 1950 "properties": { 1951 "interval": { 1952 "description": "One or more time intervals that describe the temporal extent of the dataset.\nIn the Core only a single time interval is supported.\n\nExtensions may support multiple intervals.\nThe first time interval describes the overall\ntemporal extent of the data. All subsequent time intervals describe\nmore precise time intervals, e.g., to identify clusters of data.\nClients only interested in the overall extent will only need\nto access the first item in each array.", 1953 "type": "array", 1954 "minItems": 1, 1955 "items": { 1956 "description": "Begin and end times of the time interval. The timestamps are in the\ntemporal coordinate reference system specified in `trs`. By default\nthis is the Gregorian calendar.\n\nThe value `null` for start or end time is supported and indicates a half-bounded time interval.", 1957 "type": "array", 1958 "minItems": 2, 1959 "maxItems": 2, 1960 "items": { 1961 "type": "string", 1962 "format": "date-time", 1963 "nullable": true 1964 }, 1965 "example": [ 1966 "2011-11-11T12:22:11Z", 1967 null 1968 ] 1969 } 1970 }, 1971 "trs": { 1972 "description": "Coordinate reference system of the coordinates in the temporal extent\n(property `interval`). The default reference system is the Gregorian calendar.\nIn the Core this is the only supported temporal coordinate reference system.\nExtensions may support additional temporal coordinate reference systems and add\nadditional enum values.", 1973 "type": "string", 1974 "enum": [ 1975 "http://www.opengis.net/def/uom/ISO-8601/0/Gregorian" 1976 ], 1977 "default": "http://www.opengis.net/def/uom/ISO-8601/0/Gregorian" 1978 }, 1979 "grid": { 1980 "type": "object", 1981 "description": "Provides information about the limited availability of data within the collection organized as a grid (regular or irregular) along the temporal dimension.", 1982 "properties": { 1983 "coordinates": { 1984 "description": "List of coordinates along the temporal dimension for which data organized as an irregular grid in the collection is available\n(e.g., \"2017-11-14T09:00Z\",\"2017-11-14T12:00Z\",\"2017-11-14T15:00Z\",\"2017-11-14T18:00Z\",\"2017-11-14T21:00Z\").", 1985 "type": "array", 1986 "minItems": 1, 1987 "items": { 1988 "type": "string", 1989 "nullable": true 1990 }, 1991 "example": [ 1992 [ 1993 "2020-11-12T12:15Z", 1994 "2020-11-12T12:30Z", 1995 "2020-11-12T12:45Z" 1996 ] 1997 ] 1998 }, 1999 "cellsCount": { 2000 "description": "Number of samples available along the temporal dimension for data organized as a regular grid.\nFor values representing the whole area of contiguous cells spanning _resolution_ units along the dimension, this will be (_upperBound_ - _lowerBound_) / _resolution_.\nFor values representing infinitely small point cells spaced by _resolution_ units along the dimension, this will be (_upperBound_ - _lowerBound_) / _resolution_ + 1.", 2001 "type": "integer", 2002 "example": 50 2003 }, 2004 "resolution": { 2005 "description": "Resolution of regularly gridded data along the temporal dimension in the collection", 2006 "oneOf": [ 2007 { 2008 "type": "string", 2009 "nullable": true 2010 }, 2011 { 2012 "type": "number" 2013 } 2014 ], 2015 "example": "PT1H" 2016 } 2017 } 2018 } 2019 } 2020 } 2021 } 2022 }, 2023 "extent-uad": { 2024 "title": "Extent with Uniform Additional Dimensions Schema", 2025 "description": "The extent module only addresses spatial and temporal extents. This module extends extent by specifying how\nintervals and crs properties can be used to specify additional geometries.", 2026 "allOf": [ 2027 { 2028 "$ref": "#/components/schemas/extent" 2029 }, 2030 { 2031 "type": "object", 2032 "additionalProperties": { 2033 "description": "The domain intervals for any additional dimensions of the extent (envelope) beyond those described in temporal and spatial.", 2034 "type": "object", 2035 "oneOf": [ 2036 { 2037 "required": [ 2038 "interval", 2039 "crs" 2040 ] 2041 }, 2042 { 2043 "required": [ 2044 "interval", 2045 "trs" 2046 ] 2047 }, 2048 { 2049 "required": [ 2050 "interval", 2051 "vrs" 2052 ] 2053 } 2054 ], 2055 "properties": { 2056 "interval": { 2057 "description": "One or more intervals that describe the extent for this dimension of the dataset.\nThe value `null` is supported and indicates an unbounded or half-bounded interval.\nThe first interval describes the overall extent of the data for this dimension.\nAll subsequent intervals describe more precise intervals, e.g., to identify clusters of data.\nClients only interested in the overall extent will only need\nto access the first item (a pair of lower and upper bound values).", 2058 "type": "array", 2059 "minItems": 1, 2060 "items": { 2061 "description": "Lower and upper bound values of the interval. The values\nare in the coordinate reference system specified in `crs`, `trs` or `vrs`.", 2062 "type": "array", 2063 "minItems": 2, 2064 "maxItems": 2, 2065 "items": { 2066 "oneOf": [ 2067 { 2068 "type": "string", 2069 "nullable": true 2070 }, 2071 { 2072 "type": "number" 2073 } 2074 ] 2075 }, 2076 "example": [ 2077 "2011-11-11T12:22:11Z", 2078 32.5, 2079 null 2080 ] 2081 } 2082 }, 2083 "crs": { 2084 "type": "string", 2085 "description": "generic coordinate reference system suitable for any type of dimensions" 2086 }, 2087 "trs": { 2088 "type": "string", 2089 "description": "temporal coordinate reference system (e.g. as defined by Features for 'temporal')" 2090 }, 2091 "vrs": { 2092 "type": "string", 2093 "description": "vertical coordinate reference system (e.g. as defined in EDR for 'vertical')" 2094 }, 2095 "grid": { 2096 "type": "object", 2097 "description": "Provides information about the limited availability of data within the collection organized as a grid (regular or irregular) along the dimension.", 2098 "properties": { 2099 "coordinates": { 2100 "description": "List of coordinates along the temporal dimension for which data organized as an irregular grid in the collection is available\n(e.g., 2, 10, 80, 100).", 2101 "type": "array", 2102 "minItems": 1, 2103 "items": { 2104 "oneOf": [ 2105 { 2106 "type": "string", 2107 "nullable": true 2108 }, 2109 { 2110 "type": "number" 2111 } 2112 ] 2113 }, 2114 "example": [ 2115 2, 2116 10, 2117 80, 2118 100 2119 ] 2120 }, 2121 "cellsCount": { 2122 "description": "Number of samples available along the dimension for data organized as a regular grid.\nFor values representing the whole area of contiguous cells spanning _resolution_ units along the dimension, this will be (_upperBound_ - _lowerBound_) / _resolution_.\nFor values representing infinitely small point cells spaced by _resolution_ units along the dimension, this will be (_upperBound_ - _lowerBound_) / _resolution_ + 1.", 2123 "type": "integer", 2124 "example": 50 2125 }, 2126 "resolution": { 2127 "description": "Resolution of regularly gridded data along the dimension in the collection", 2128 "oneOf": [ 2129 { 2130 "type": "string", 2131 "nullable": true 2132 }, 2133 { 2134 "type": "number" 2135 } 2136 ], 2137 "example": [ 2138 "PT1H", 2139 0.0006866455078 2140 ] 2141 } 2142 } 2143 } 2144 } 2145 } 2146 } 2147 ] 2148 }, 2149 "crs": { 2150 "title": "CRS", 2151 "oneOf": [ 2152 { 2153 "description": "Simplification of the object into a url if the other properties are not present", 2154 "type": "string" 2155 }, 2156 { 2157 "type": "object", 2158 "oneOf": [ 2159 { 2160 "required": [ 2161 "uri" 2162 ], 2163 "properties": { 2164 "uri": { 2165 "description": "Reference to one coordinate reference system (CRS)", 2166 "type": "string", 2167 "format": "uri" 2168 } 2169 } 2170 }, 2171 { 2172 "required": [ 2173 "wkt" 2174 ], 2175 "properties": { 2176 "wkt": { 2177 "allOf": [ 2178 { 2179 "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0" 2180 }, 2181 { 2182 "type": "object" 2183 } 2184 ] 2185 } 2186 } 2187 }, 2188 { 2189 "required": [ 2190 "referenceSystem" 2191 ], 2192 "properties": { 2193 "referenceSystem": { 2194 "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115", 2195 "type": "object" 2196 } 2197 } 2198 } 2199 ] 2200 } 2201 ] 2202 }, 2203 "dataType": { 2204 "anyOf": [ 2205 { 2206 "type": "string" 2207 }, 2208 { 2209 "type": "string", 2210 "enum": [ 2211 "map", 2212 "vector", 2213 "coverage" 2214 ] 2215 } 2216 ] 2217 }, 2218 "timeStamp": { 2219 "description": "This property indicates the time and date when the response was generated using RFC 3339 notation.", 2220 "type": "string", 2221 "format": "date-time", 2222 "example": "2017-08-17T08:05:32Z" 2223 }, 2224 "numberReturned": { 2225 "description": "The number of features in the feature collection.\nA server may omit this information in a response, if the information\nabout the number of features is not known or difficult to compute.\nIf the value is provided, the value shall be identical to the number\nof items in the \"features\" array.", 2226 "type": "integer", 2227 "minimum": 0, 2228 "example": 10 2229 }, 2230 "numberMatched": { 2231 "description": "The number of features of the feature type that match the selection\nparameters like `bbox`.", 2232 "type": "integer", 2233 "minimum": 0, 2234 "example": 127 2235 }, 2236 "tileSet": { 2237 "title": "Tile Set Metadata", 2238 "description": "A resource describing a tileset based on the OGC TileSet Metadata Standard. At least one of the 'TileMatrixSet', or a link with 'rel' http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme", 2239 "type": "object", 2240 "required": [ 2241 "dataType", 2242 "crs", 2243 "links" 2244 ], 2245 "properties": { 2246 "title": { 2247 "description": "A title for this tileset", 2248 "type": "string" 2249 }, 2250 "description": { 2251 "description": "Brief narrative description of this tile set", 2252 "type": "string" 2253 }, 2254 "dataType": { 2255 "allOf": [ 2256 { 2257 "description": "Type of data represented in the tileset" 2258 }, 2259 { 2260 "$ref": "#/components/schemas/dataType" 2261 } 2262 ] 2263 }, 2264 "crs": { 2265 "allOf": [ 2266 { 2267 "description": "Coordinate Reference System (CRS)" 2268 }, 2269 { 2270 "$ref": "#/components/schemas/crs" 2271 } 2272 ] 2273 }, 2274 "tileMatrixSetURI": { 2275 "description": "Reference to a Tile Matrix Set on an offical source for Tile Matrix Sets such as the OGC NA definition server (http://www.opengis.net/def/tms/). Required if the tile matrix set is registered on an open official source.", 2276 "type": "string", 2277 "format": "uri" 2278 }, 2279 "links": { 2280 "description": "Links to related resources. Possible link 'rel' values are: 'http://www.opengis.net/def/rel/ogc/1.0/dataset' for a URL pointing to the dataset, 'item' for a URL template to get a tile; 'alternate' for a URL pointing to another representation of the TileSetMetadata (e.g a TileJSON file); 'http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme' for a definition of the TileMatrixSet; 'http://www.opengis.net/def/rel/ogc/1.0/geodata' for pointing to a single collection (if the tileset represents a single collection)", 2281 "type": "array", 2282 "items": { 2283 "$ref": "#/components/schemas/link" 2284 } 2285 }, 2286 "tileMatrixSetLimits": { 2287 "description": "Limits for the TileRow and TileCol values for each TileMatrix in the tileMatrixSet. If missing, there are no limits other that the ones imposed by the TileMatrixSet. If present the TileMatrices listed are limited and the rest not available at all", 2288 "type": "array", 2289 "items": { 2290 "$ref": "#/components/schemas/tileMatrixLimits" 2291 } 2292 }, 2293 "epoch": { 2294 "description": "Epoch of the Coordinate Reference System (CRS)", 2295 "type": "number" 2296 }, 2297 "layers": { 2298 "minItems": 1, 2299 "type": "array", 2300 "items": { 2301 "type": "object", 2302 "required": [ 2303 "id", 2304 "dataType" 2305 ], 2306 "properties": { 2307 "title": { 2308 "description": "Title of this tile matrix set, normally used for display to a human", 2309 "type": "string" 2310 }, 2311 "description": { 2312 "description": "Brief narrative description of this tile matrix set, normally available for display to a human", 2313 "type": "string" 2314 }, 2315 "keywords": { 2316 "description": "Unordered list of one or more commonly used or formalized word(s) or phrase(s) used to describe this layer", 2317 "type": "string" 2318 }, 2319 "id": { 2320 "description": "Unique identifier of the Layer. Implementation of 'identifier'", 2321 "type": "string" 2322 }, 2323 "dataType": { 2324 "allOf": [ 2325 { 2326 "description": "Type of data represented in the layer" 2327 }, 2328 { 2329 "$ref": "#/components/schemas/dataType" 2330 } 2331 ] 2332 }, 2333 "geometryDimension": { 2334 "description": "The geometry dimension of the features shown in this layer (0: points, 1: curves, 2: surfaces, 3: solids), unspecified: mixed or unknown", 2335 "type": "integer", 2336 "minimum": 0, 2337 "maximum": 3 2338 }, 2339 "featureType": { 2340 "description": "Feature type identifier. Only applicable to layers of datatype 'geometries'", 2341 "type": "string" 2342 }, 2343 "attribution": { 2344 "description": "Short reference to recognize the author or provider", 2345 "type": "string" 2346 }, 2347 "license": { 2348 "description": "License applicable to the tiles", 2349 "type": "string" 2350 }, 2351 "pointOfContact": { 2352 "description": "Useful information to contact the authors or custodians for the layer (e.g. e-mail address, a physical address, phone numbers, etc)", 2353 "type": "string" 2354 }, 2355 "publisher": { 2356 "description": "Organization or individual responsible for making the layer available", 2357 "type": "string" 2358 }, 2359 "theme": { 2360 "description": "Category where the layer can be grouped", 2361 "type": "string" 2362 }, 2363 "crs": { 2364 "allOf": [ 2365 { 2366 "description": "Coordinate Reference System (CRS)" 2367 }, 2368 { 2369 "$ref": "#/components/schemas/crs" 2370 } 2371 ] 2372 }, 2373 "epoch": { 2374 "description": "Epoch of the Coordinate Reference System (CRS)", 2375 "type": "number" 2376 }, 2377 "minScaleDenominator": { 2378 "description": "Minimum scale denominator for usage of the layer", 2379 "type": "number" 2380 }, 2381 "maxScaleDenominator": { 2382 "description": "Maximum scale denominator for usage of the layer", 2383 "type": "number" 2384 }, 2385 "minCellSize": { 2386 "description": "Minimum cell size for usage of the layer", 2387 "type": "number" 2388 }, 2389 "maxCellSize": { 2390 "description": "Maximum cell size for usage of the layer", 2391 "type": "number" 2392 }, 2393 "maxTileMatrix": { 2394 "description": "TileMatrix identifier associated with the minScaleDenominator", 2395 "type": "string" 2396 }, 2397 "minTileMatrix": { 2398 "description": "TileMatrix identifier associated with the maxScaleDenominator", 2399 "type": "string" 2400 }, 2401 "boundingBox": { 2402 "allOf": [ 2403 { 2404 "description": "Minimum bounding rectangle surrounding the layer" 2405 }, 2406 { 2407 "$ref": "#/components/schemas/2DBoundingBox" 2408 } 2409 ] 2410 }, 2411 "created": { 2412 "allOf": [ 2413 { 2414 "description": "When the layer was first produced" 2415 }, 2416 { 2417 "$ref": "#/components/schemas/timeStamp" 2418 } 2419 ] 2420 }, 2421 "updated": { 2422 "allOf": [ 2423 { 2424 "description": "Last layer change/revision" 2425 }, 2426 { 2427 "$ref": "#/components/schemas/timeStamp" 2428 } 2429 ] 2430 }, 2431 "style": { 2432 "allOf": [ 2433 { 2434 "description": "Style used to generate the layer in the tileset" 2435 }, 2436 { 2437 "$ref": "#/components/schemas/tileSet/properties/style/allOf/1" 2438 } 2439 ] 2440 }, 2441 "geoDataClasses": { 2442 "description": "URI identifying a class of data contained in this layer (useful to determine compatibility with styles or processes)", 2443 "type": "array", 2444 "items": { 2445 "type": "string" 2446 } 2447 }, 2448 "propertiesSchema": { 2449 "allOf": [ 2450 { 2451 "description": "Properties represented by the features in this layer. Can be the attributes of a feature dataset (datatype=geometries) or the rangeType of a coverage (datatype=coverage)" 2452 }, 2453 { 2454 "description": "Attributes of the features or rangetypes of a coverage. Defined by a subset of the JSON Schema for the properties of a feature", 2455 "type": "object", 2456 "required": [ 2457 "type", 2458 "properties" 2459 ], 2460 "properties": { 2461 "type": { 2462 "type": "string", 2463 "enum": [ 2464 "object" 2465 ] 2466 }, 2467 "required": { 2468 "description": "Implements 'multiplicity' by citing property 'name' defined as 'additionalProperties'", 2469 "type": "array", 2470 "minItems": 1, 2471 "items": { 2472 "type": "string" 2473 } 2474 }, 2475 "properties": { 2476 "type": "object", 2477 "default": {}, 2478 "additionalProperties": { 2479 "description": "No property names are defined but any property name they should be described by JSON Schema. So 'additionalProperties' implements 'name'.", 2480 "type": "object", 2481 "properties": { 2482 "title": { 2483 "type": "string" 2484 }, 2485 "description": { 2486 "description": "Implements 'description'", 2487 "type": "string" 2488 }, 2489 "type": { 2490 "type": "string", 2491 "enum": [ 2492 "array", 2493 "boolean", 2494 "integer", 2495 "null", 2496 "number", 2497 "object", 2498 "string" 2499 ] 2500 }, 2501 "enum": { 2502 "description": "Implements 'acceptedValues'", 2503 "type": "array", 2504 "minItems": 1, 2505 "items": {}, 2506 "uniqueItems": true 2507 }, 2508 "format": { 2509 "description": "Complements implementation of 'type'", 2510 "type": "string" 2511 }, 2512 "contentMediaType": { 2513 "description": "Implements 'mediaType'", 2514 "type": "string" 2515 }, 2516 "maximum": { 2517 "description": "Implements 'range'", 2518 "type": "number" 2519 }, 2520 "exclusiveMaximum": { 2521 "description": "Implements 'range'", 2522 "type": "number" 2523 }, 2524 "minimum": { 2525 "description": "Implements 'range'", 2526 "type": "number" 2527 }, 2528 "exclusiveMinimum": { 2529 "description": "Implements 'range'", 2530 "type": "number" 2531 }, 2532 "pattern": { 2533 "type": "string", 2534 "format": "regex" 2535 }, 2536 "maxItems": { 2537 "description": "Implements 'upperMultiplicity'", 2538 "type": "integer", 2539 "minimum": 0 2540 }, 2541 "minItems": { 2542 "description": "Implements 'lowerMultiplicity'", 2543 "type": "integer", 2544 "default": 0, 2545 "minimum": 0 2546 }, 2547 "observedProperty": { 2548 "type": "string" 2549 }, 2550 "observedPropertyURI": { 2551 "type": "string", 2552 "format": "uri" 2553 }, 2554 "uom": { 2555 "type": "string" 2556 }, 2557 "uomURI": { 2558 "type": "string", 2559 "format": "uri" 2560 } 2561 } 2562 } 2563 } 2564 } 2565 } 2566 ] 2567 }, 2568 "links": { 2569 "description": "Links related to this layer. Possible link 'rel' values are: 'geodata' for a URL pointing to the collection of geospatial data.", 2570 "type": "array", 2571 "minItems": 1, 2572 "items": { 2573 "$ref": "#/components/schemas/link" 2574 } 2575 } 2576 } 2577 } 2578 }, 2579 "boundingBox": { 2580 "allOf": [ 2581 { 2582 "description": "Minimum bounding rectangle surrounding the tile matrix set, in the supported CRS" 2583 }, 2584 { 2585 "$ref": "#/components/schemas/2DBoundingBox" 2586 } 2587 ] 2588 }, 2589 "centerPoint": { 2590 "allOf": [ 2591 { 2592 "description": "Location of a tile that nicely represents the tileset. Implementations may use this center value to set the default location or to present a representative tile in a user interface" 2593 }, 2594 { 2595 "type": "object", 2596 "required": [ 2597 "coordinates" 2598 ], 2599 "properties": { 2600 "coordinates": { 2601 "type": "array", 2602 "minItems": 2, 2603 "maxItems": 2, 2604 "items": { 2605 "type": "number" 2606 } 2607 }, 2608 "crs": { 2609 "allOf": [ 2610 { 2611 "description": "Coordinate Reference System (CRS) of the coordinates" 2612 }, 2613 { 2614 "$ref": "#/components/schemas/crs" 2615 } 2616 ] 2617 }, 2618 "tileMatrix": { 2619 "description": "TileMatrix identifier associated with the scaleDenominator", 2620 "type": "string" 2621 }, 2622 "scaleDenominator": { 2623 "description": "Scale denominator of the tile matrix selected", 2624 "type": "number" 2625 }, 2626 "cellSize": { 2627 "description": "Cell size of the tile matrix selected", 2628 "type": "number" 2629 } 2630 } 2631 } 2632 ] 2633 }, 2634 "style": { 2635 "allOf": [ 2636 { 2637 "description": "Style involving all layers used to generate the tileset" 2638 }, 2639 { 2640 "type": "object", 2641 "required": [ 2642 "id" 2643 ], 2644 "properties": { 2645 "id": { 2646 "description": "An identifier for this style. Implementation of 'identifier'", 2647 "type": "string" 2648 }, 2649 "title": { 2650 "description": "A title for this style", 2651 "type": "string" 2652 }, 2653 "description": { 2654 "description": "Brief narrative description of this style", 2655 "type": "string" 2656 }, 2657 "keywords": { 2658 "description": "keywords about this style", 2659 "type": "array", 2660 "items": { 2661 "type": "string" 2662 } 2663 }, 2664 "links": { 2665 "description": "Links to style related resources. Possible link 'rel' values are: 'style' for a URL pointing to the style description, 'styleSpec' for a URL pointing to the specification or standard used to define the style.", 2666 "type": "array", 2667 "minItems": 1, 2668 "items": { 2669 "$ref": "#/components/schemas/link" 2670 } 2671 } 2672 } 2673 } 2674 ] 2675 }, 2676 "attribution": { 2677 "description": "Short reference to recognize the author or provider", 2678 "type": "string" 2679 }, 2680 "license": { 2681 "description": "License applicable to the tiles", 2682 "type": "string" 2683 }, 2684 "accessConstraints": { 2685 "description": "Restrictions on the availability of the Tile Set that the user needs to be aware of before using or redistributing the Tile Set", 2686 "type": "string", 2687 "default": "unclassified", 2688 "enum": [ 2689 "unclassified", 2690 "restricted", 2691 "confidential", 2692 "secret", 2693 "topSecret" 2694 ] 2695 }, 2696 "keywords": { 2697 "description": "keywords about this tileset", 2698 "type": "array", 2699 "items": { 2700 "type": "string" 2701 } 2702 }, 2703 "version": { 2704 "description": "Version of the Tile Set. Changes if the data behind the tiles has been changed", 2705 "type": "string" 2706 }, 2707 "created": { 2708 "allOf": [ 2709 { 2710 "description": "When the Tile Set was first produced" 2711 }, 2712 { 2713 "$ref": "#/components/schemas/timeStamp" 2714 } 2715 ] 2716 }, 2717 "updated": { 2718 "allOf": [ 2719 { 2720 "description": "Last Tile Set change/revision" 2721 }, 2722 { 2723 "$ref": "#/components/schemas/timeStamp" 2724 } 2725 ] 2726 }, 2727 "pointOfContact": { 2728 "description": "Useful information to contact the authors or custodians for the Tile Set", 2729 "type": "string" 2730 }, 2731 "mediaTypes": { 2732 "description": "Media types available for the tiles", 2733 "type": "array", 2734 "items": { 2735 "type": "string" 2736 } 2737 } 2738 } 2739 }, 2740 "tileSet-item": { 2741 "title": "Tile Set Metadata item", 2742 "description": "A minimal tileset element for use within a list of tilesets linking to full description of those tilesets.", 2743 "type": "object", 2744 "required": [ 2745 "dataType", 2746 "links", 2747 "crs" 2748 ], 2749 "properties": { 2750 "title": { 2751 "description": "A title for this tileset", 2752 "type": "string" 2753 }, 2754 "dataType": { 2755 "allOf": [ 2756 { 2757 "description": "Type of data represented in the tileset" 2758 }, 2759 { 2760 "$ref": "#/components/schemas/dataType" 2761 } 2762 ] 2763 }, 2764 "crs": { 2765 "allOf": [ 2766 { 2767 "description": "Coordinate Reference System (CRS)" 2768 }, 2769 { 2770 "$ref": "#/components/schemas/crs" 2771 } 2772 ] 2773 }, 2774 "tileMatrixSetURI": { 2775 "description": "Reference to a Tile Matrix Set on an offical source for Tile Matrix Sets such as the OGC NA definition server (http://www.opengis.net/def/tms/). Required if the tile matrix set is registered on an open official source.", 2776 "type": "string", 2777 "format": "uri" 2778 }, 2779 "links": { 2780 "description": "Links to related resources. A 'self' link to the tileset as well as a 'http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme' link to a definition of the TileMatrixSet are required.", 2781 "type": "array", 2782 "items": { 2783 "$ref": "#/components/schemas/link" 2784 } 2785 } 2786 } 2787 }, 2788 "tileMatrixSet": { 2789 "title": "Tile Matrix Set Definition", 2790 "description": "A definition of a tile matrix set following the Tile Matrix Set standard. For tileset metadata, such a description (in `tileMatrixSet` property) is only required for offline use, as an alternative to a link with a `http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme` relation type.", 2791 "type": "object", 2792 "required": [ 2793 "crs", 2794 "tileMatrices" 2795 ], 2796 "properties": { 2797 "title": { 2798 "description": "Title of this tile matrix set, normally used for display to a human", 2799 "type": "string" 2800 }, 2801 "description": { 2802 "description": "Brief narrative description of this tile matrix set, normally available for display to a human", 2803 "type": "string" 2804 }, 2805 "keywords": { 2806 "description": "Unordered list of one or more commonly used or formalized word(s) or phrase(s) used to describe this tile matrix set", 2807 "type": "array", 2808 "items": { 2809 "type": "string" 2810 } 2811 }, 2812 "id": { 2813 "description": "Tile matrix set identifier. Implementation of 'identifier'", 2814 "type": "string" 2815 }, 2816 "uri": { 2817 "description": "Reference to an official source for this tileMatrixSet", 2818 "type": "string", 2819 "format": "uri" 2820 }, 2821 "orderedAxes": { 2822 "type": "array", 2823 "minItems": 1, 2824 "items": { 2825 "type": "string" 2826 } 2827 }, 2828 "crs": { 2829 "allOf": [ 2830 { 2831 "description": "Coordinate Reference System (CRS)" 2832 }, 2833 { 2834 "$ref": "#/components/schemas/crs" 2835 } 2836 ] 2837 }, 2838 "wellKnownScaleSet": { 2839 "description": "Reference to a well-known scale set", 2840 "type": "string", 2841 "format": "uri" 2842 }, 2843 "boundingBox": { 2844 "allOf": [ 2845 { 2846 "description": "Minimum bounding rectangle surrounding the tile matrix set, in the supported CRS" 2847 }, 2848 { 2849 "$ref": "#/components/schemas/2DBoundingBox" 2850 } 2851 ] 2852 }, 2853 "tileMatrices": { 2854 "type": "array", 2855 "description": "Describes scale levels and its tile matrices", 2856 "items": { 2857 "description": "A tile matrix, usually corresponding to a particular zoom level of a TileMatrixSet.", 2858 "type": "object", 2859 "required": [ 2860 "id", 2861 "scaleDenominator", 2862 "cellSize", 2863 "pointOfOrigin", 2864 "tileWidth", 2865 "tileHeight", 2866 "matrixWidth", 2867 "matrixHeight" 2868 ], 2869 "properties": { 2870 "title": { 2871 "description": "Title of this tile matrix, normally used for display to a human", 2872 "type": "string" 2873 }, 2874 "description": { 2875 "description": "Brief narrative description of this tile matrix set, normally available for display to a human", 2876 "type": "string" 2877 }, 2878 "keywords": { 2879 "description": "Unordered list of one or more commonly used or formalized word(s) or phrase(s) used to describe this dataset", 2880 "type": "array", 2881 "items": { 2882 "type": "string" 2883 } 2884 }, 2885 "id": { 2886 "description": "Identifier selecting one of the scales defined in the TileMatrixSet and representing the scaleDenominator the tile. Implementation of 'identifier'", 2887 "type": "string" 2888 }, 2889 "scaleDenominator": { 2890 "description": "Scale denominator of this tile matrix", 2891 "type": "number" 2892 }, 2893 "cellSize": { 2894 "description": "Cell size of this tile matrix", 2895 "type": "number" 2896 }, 2897 "cornerOfOrigin": { 2898 "description": "The corner of the tile matrix (_topLeft_ or _bottomLeft_) used as the origin for numbering tile rows and columns. This corner is also a corner of the (0, 0) tile.", 2899 "type": "string", 2900 "enum": [ 2901 "topLeft", 2902 "bottomLeft" 2903 ], 2904 "default": "topLeft" 2905 }, 2906 "pointOfOrigin": { 2907 "allOf": [ 2908 { 2909 "description": "Precise position in CRS coordinates of the corner of origin (e.g. the top-left corner) for this tile matrix. This position is also a corner of the (0, 0) tile. In previous version, this was 'topLeftCorner' and 'cornerOfOrigin' did not exist." 2910 }, 2911 { 2912 "$ref": "#/components/schemas/2DPoint" 2913 } 2914 ] 2915 }, 2916 "tileWidth": { 2917 "type": "number", 2918 "description": "Width of each tile of this tile matrix in pixels", 2919 "format": "integer", 2920 "minimum": 1, 2921 "multipleOf": 1 2922 }, 2923 "tileHeight": { 2924 "type": "number", 2925 "description": "Height of each tile of this tile matrix in pixels", 2926 "format": "integer", 2927 "minimum": 1, 2928 "multipleOf": 1 2929 }, 2930 "matrixHeight": { 2931 "type": "number", 2932 "description": "Width of the matrix (number of tiles in width)", 2933 "format": "integer", 2934 "minimum": 1, 2935 "multipleOf": 1 2936 }, 2937 "matrixWidth": { 2938 "type": "number", 2939 "description": "Height of the matrix (number of tiles in height)", 2940 "format": "integer", 2941 "minimum": 1, 2942 "multipleOf": 1 2943 }, 2944 "variableMatrixWidths": { 2945 "description": "Describes the rows that has variable matrix width", 2946 "type": "array", 2947 "items": { 2948 "description": "Variable Matrix Width data structure", 2949 "type": "object", 2950 "required": [ 2951 "coalesce", 2952 "minTileRow", 2953 "maxTileRow" 2954 ], 2955 "properties": { 2956 "coalesce": { 2957 "description": "Number of tiles in width that coalesce in a single tile for these rows", 2958 "type": "number", 2959 "format": "integer", 2960 "minimum": 2, 2961 "multipleOf": 1 2962 }, 2963 "minTileRow": { 2964 "description": "First tile row where the coalescence factor applies for this tilematrix", 2965 "type": "number", 2966 "format": "integer", 2967 "minimum": 0, 2968 "multipleOf": 1 2969 }, 2970 "maxTileRow": { 2971 "description": "Last tile row where the coalescence factor applies for this tilematrix", 2972 "type": "number", 2973 "format": "integer", 2974 "minimum": 0, 2975 "multipleOf": 1 2976 } 2977 } 2978 } 2979 } 2980 } 2981 } 2982 } 2983 } 2984 }, 2985 "tileMatrixSet-item": { 2986 "title": "Tile Matrix Set Item", 2987 "description": "A minimal tile matrix set element for use within a list of tile matrix sets linking to a full definition.", 2988 "type": "object", 2989 "required": [ 2990 "links" 2991 ], 2992 "properties": { 2993 "id": { 2994 "description": "Optional local tile matrix set identifier, e.g. for use as unspecified `{tileMatrixSetId}` parameter. Implementation of 'identifier'", 2995 "type": "string" 2996 }, 2997 "title": { 2998 "description": "Title of this tile matrix set, normally used for display to a human", 2999 "type": "string" 3000 }, 3001 "uri": { 3002 "description": "Reference to an official source for this tileMatrixSet", 3003 "type": "string", 3004 "format": "uri" 3005 }, 3006 "crs": { 3007 "allOf": [ 3008 { 3009 "description": "Coordinate Reference System (CRS)" 3010 }, 3011 { 3012 "$ref": "#/components/schemas/crs" 3013 } 3014 ] 3015 }, 3016 "links": { 3017 "description": "Links to related resources. A 'self' link to the tile matrix set definition is required.", 3018 "type": "array", 3019 "items": { 3020 "$ref": "#/components/schemas/link" 3021 } 3022 } 3023 } 3024 }, 3025 "tileMatrixLimits": { 3026 "title": "TileMatrixLimits", 3027 "description": "The limits for an individual tile matrix of a TileSet's TileMatrixSet, as defined in the OGC 2D TileMatrixSet and TileSet Metadata Standard", 3028 "type": "object", 3029 "required": [ 3030 "tileMatrix", 3031 "minTileRow", 3032 "maxTileRow", 3033 "minTileCol", 3034 "maxTileCol" 3035 ], 3036 "properties": { 3037 "tileMatrix": { 3038 "type": "string" 3039 }, 3040 "minTileRow": { 3041 "type": "integer", 3042 "minimum": 0 3043 }, 3044 "maxTileRow": { 3045 "type": "integer", 3046 "minimum": 0 3047 }, 3048 "minTileCol": { 3049 "type": "integer", 3050 "minimum": 0 3051 }, 3052 "maxTileCol": { 3053 "type": "integer", 3054 "minimum": 0 3055 } 3056 } 3057 }, 3058 "2DPoint": { 3059 "description": "A 2D Point in the CRS indicated elsewhere", 3060 "type": "array", 3061 "minItems": 2, 3062 "maxItems": 2, 3063 "items": { 3064 "type": "number" 3065 } 3066 }, 3067 "2DBoundingBox": { 3068 "description": "Minimum bounding rectangle surrounding a 2D resource in the CRS indicated elsewhere", 3069 "type": "object", 3070 "required": [ 3071 "lowerLeft", 3072 "upperRight" 3073 ], 3074 "properties": { 3075 "lowerLeft": { 3076 "$ref": "#/components/schemas/2DPoint" 3077 }, 3078 "upperRight": { 3079 "$ref": "#/components/schemas/2DPoint" 3080 }, 3081 "crs": { 3082 "$ref": "#/components/schemas/crs" 3083 }, 3084 "orderedAxes": { 3085 "type": "array", 3086 "minItems": 2, 3087 "maxItems": 2, 3088 "items": { 3089 "type": "string" 3090 } 3091 } 3092 } 3093 }, 3094 "FeatureCollection": { 3095 "title": "GeoJSON FeatureCollection", 3096 "type": "object", 3097 "required": [ 3098 "type", 3099 "features" 3100 ], 3101 "properties": { 3102 "type": { 3103 "type": "string", 3104 "enum": [ 3105 "FeatureCollection" 3106 ] 3107 }, 3108 "features": { 3109 "type": "array", 3110 "items": { 3111 "title": "GeoJSON Feature", 3112 "type": "object", 3113 "required": [ 3114 "type", 3115 "properties", 3116 "geometry" 3117 ], 3118 "properties": { 3119 "type": { 3120 "type": "string", 3121 "enum": [ 3122 "Feature" 3123 ] 3124 }, 3125 "id": { 3126 "oneOf": [ 3127 { 3128 "type": "number" 3129 }, 3130 { 3131 "type": "string" 3132 } 3133 ] 3134 }, 3135 "properties": { 3136 "type": "object", 3137 "nullable": true 3138 }, 3139 "geometry": { 3140 "oneOf": [ 3141 { 3142 "title": "GeoJSON Point", 3143 "type": "object", 3144 "nullable": true, 3145 "required": [ 3146 "type", 3147 "coordinates" 3148 ], 3149 "properties": { 3150 "type": { 3151 "type": "string", 3152 "enum": [ 3153 "Point" 3154 ] 3155 }, 3156 "coordinates": { 3157 "type": "array", 3158 "minItems": 2, 3159 "items": { 3160 "type": "number" 3161 } 3162 }, 3163 "bbox": { 3164 "type": "array", 3165 "minItems": 4, 3166 "items": { 3167 "type": "number" 3168 } 3169 } 3170 } 3171 }, 3172 { 3173 "title": "GeoJSON LineString", 3174 "type": "object", 3175 "required": [ 3176 "type", 3177 "coordinates" 3178 ], 3179 "properties": { 3180 "type": { 3181 "type": "string", 3182 "enum": [ 3183 "LineString" 3184 ] 3185 }, 3186 "coordinates": { 3187 "type": "array", 3188 "minItems": 2, 3189 "items": { 3190 "type": "array", 3191 "minItems": 2, 3192 "items": { 3193 "type": "number" 3194 } 3195 } 3196 }, 3197 "bbox": { 3198 "type": "array", 3199 "minItems": 4, 3200 "items": { 3201 "type": "number" 3202 } 3203 } 3204 } 3205 }, 3206 { 3207 "title": "GeoJSON Polygon", 3208 "type": "object", 3209 "required": [ 3210 "type", 3211 "coordinates" 3212 ], 3213 "properties": { 3214 "type": { 3215 "type": "string", 3216 "enum": [ 3217 "Polygon" 3218 ] 3219 }, 3220 "coordinates": { 3221 "type": "array", 3222 "items": { 3223 "type": "array", 3224 "minItems": 4, 3225 "items": { 3226 "type": "array", 3227 "minItems": 2, 3228 "items": { 3229 "type": "number" 3230 } 3231 } 3232 } 3233 }, 3234 "bbox": { 3235 "type": "array", 3236 "minItems": 4, 3237 "items": { 3238 "type": "number" 3239 } 3240 } 3241 } 3242 }, 3243 { 3244 "title": "GeoJSON MultiPoint", 3245 "type": "object", 3246 "required": [ 3247 "type", 3248 "coordinates" 3249 ], 3250 "properties": { 3251 "type": { 3252 "type": "string", 3253 "enum": [ 3254 "MultiPoint" 3255 ] 3256 }, 3257 "coordinates": { 3258 "type": "array", 3259 "items": { 3260 "type": "array", 3261 "minItems": 2, 3262 "items": { 3263 "type": "number" 3264 } 3265 } 3266 }, 3267 "bbox": { 3268 "type": "array", 3269 "minItems": 4, 3270 "items": { 3271 "type": "number" 3272 } 3273 } 3274 } 3275 }, 3276 { 3277 "title": "GeoJSON MultiLineString", 3278 "type": "object", 3279 "required": [ 3280 "type", 3281 "coordinates" 3282 ], 3283 "properties": { 3284 "type": { 3285 "type": "string", 3286 "enum": [ 3287 "MultiLineString" 3288 ] 3289 }, 3290 "coordinates": { 3291 "type": "array", 3292 "items": { 3293 "type": "array", 3294 "minItems": 2, 3295 "items": { 3296 "type": "array", 3297 "minItems": 2, 3298 "items": { 3299 "type": "number" 3300 } 3301 } 3302 } 3303 }, 3304 "bbox": { 3305 "type": "array", 3306 "minItems": 4, 3307 "items": { 3308 "type": "number" 3309 } 3310 } 3311 } 3312 }, 3313 { 3314 "title": "GeoJSON MultiPolygon", 3315 "type": "object", 3316 "required": [ 3317 "type", 3318 "coordinates" 3319 ], 3320 "properties": { 3321 "type": { 3322 "type": "string", 3323 "enum": [ 3324 "MultiPolygon" 3325 ] 3326 }, 3327 "coordinates": { 3328 "type": "array", 3329 "items": { 3330 "type": "array", 3331 "items": { 3332 "type": "array", 3333 "minItems": 4, 3334 "items": { 3335 "type": "array", 3336 "minItems": 2, 3337 "items": { 3338 "type": "number" 3339 } 3340 } 3341 } 3342 } 3343 }, 3344 "bbox": { 3345 "type": "array", 3346 "minItems": 4, 3347 "items": { 3348 "type": "number" 3349 } 3350 } 3351 } 3352 } 3353 ] 3354 }, 3355 "bbox": { 3356 "type": "array", 3357 "minItems": 4, 3358 "items": { 3359 "type": "number" 3360 } 3361 } 3362 } 3363 } 3364 }, 3365 "bbox": { 3366 "type": "array", 3367 "minItems": 4, 3368 "items": { 3369 "type": "number" 3370 } 3371 } 3372 } 3373 }, 3374 "enumeration": { 3375 "type": "object", 3376 "required": [ 3377 "type", 3378 "enum" 3379 ], 3380 "properties": { 3381 "type": { 3382 "type": "string", 3383 "enum": [ 3384 "enum" 3385 ] 3386 }, 3387 "enum": { 3388 "type": "array", 3389 "items": { 3390 "type": "string" 3391 } 3392 } 3393 } 3394 }, 3395 "all-collections": { 3396 "type": "string", 3397 "enum": [ 3398 "blueMarble", 3399 "NaturalEarth:raster:HYP_HR_SR_OB_DR", 3400 "NaturalEarth:cultural:ne_10m_admin_0_countries", 3401 "NaturalEarth:physical:bathymetry", 3402 "SRTM_ViewFinderPanorama", 3403 "HRDEM-Ottawa", 3404 "HRDEM-RedRiver" 3405 ] 3406 }, 3407 "vectorTiles-collections": { 3408 "type": "string", 3409 "enum": [ 3410 "NaturalEarth:cultural:ne_10m_admin_0_countries", 3411 "NaturalEarth:physical:bathymetry" 3412 ] 3413 }, 3414 "coverage-collections": { 3415 "type": "string", 3416 "enum": [ 3417 "SRTM_ViewFinderPanorama", 3418 "HRDEM-Ottawa", 3419 "HRDEM-RedRiver" 3420 ] 3421 }, 3422 "styles": { 3423 "type": "string", 3424 "enum": [ 3425 "default" 3426 ] 3427 }, 3428 "tileMatrixSets": { 3429 "type": "string", 3430 "enum": [ 3431 "WebMercatorQuad", 3432 "WorldCRS84Quad", 3433 "GNOSISGlobalGrid", 3434 "WorldMercatorWGS84Quad" 3435 ] 3436 } 3437 }, 3438 "parameters": { 3439 "f-metadata": { 3440 "name": "f", 3441 "in": "query", 3442 "description": "The format of the response. If no value is provided, the accept header is used to determine the format. Accepted values are 'json' or 'html'.", 3443 "required": false, 3444 "schema": { 3445 "type": "string", 3446 "enum": [ 3447 "json", 3448 "html" 3449 ] 3450 }, 3451 "style": "form", 3452 "explode": false 3453 }, 3454 "collectionId-all": { 3455 "name": "collectionId", 3456 "in": "path", 3457 "description": "Local identifier of a collection", 3458 "required": true, 3459 "schema": { 3460 "$ref": "#/components/schemas/all-collections" 3461 } 3462 }, 3463 "collectionId-coverage": { 3464 "name": "collectionId", 3465 "in": "path", 3466 "description": "Local identifier of a coverage collection", 3467 "required": true, 3468 "allowEmptyValue": false, 3469 "schema": { 3470 "$ref": "#/components/schemas/coverage-collections" 3471 }, 3472 "style": "simple", 3473 "explode": false 3474 }, 3475 "collectionId-vectorTiles": { 3476 "name": "collectionId", 3477 "in": "path", 3478 "description": "Local identifier of a vector tile collection", 3479 "required": true, 3480 "allowEmptyValue": false, 3481 "schema": { 3482 "$ref": "#/components/schemas/vectorTiles-collections" 3483 } 3484 }, 3485 "collections": { 3486 "name": "collections", 3487 "in": "query", 3488 "style": "form", 3489 "description": "The collections that should be included in the response. The parameter value is a comma-separated list of collection identifiers. If the parameters is missing, some or all collections will be included. The collection will be rendered in the order specified, with the last one showing on top, unless the priority is overridden by styling rules.", 3490 "required": false, 3491 "explode": false, 3492 "schema": { 3493 "type": "array", 3494 "items": { 3495 "$ref": "#/components/schemas/all-collections" 3496 } 3497 } 3498 }, 3499 "collections-coverage": { 3500 "name": "collections", 3501 "in": "query", 3502 "style": "form", 3503 "description": "The collections that should be included in the response. The parameter value is a comma-separated list of collection identifiers. If the parameters is missing, some or all collections will be included. The collection will be rendered in the order specified, with the last one showing on top, unless the priority is overridden by styling rules.", 3504 "required": false, 3505 "explode": false, 3506 "schema": { 3507 "type": "array", 3508 "items": { 3509 "$ref": "#/components/schemas/coverage-collections" 3510 } 3511 } 3512 }, 3513 "collections-vectorTiles": { 3514 "name": "collections", 3515 "in": "query", 3516 "style": "form", 3517 "description": "The collections that should be included in the response. The parameter value is a comma-separated list of collection identifiers. If the parameters is missing, some or all collections will be included. The collection will be rendered in the order specified, with the last one showing on top, unless the priority is overridden by styling rules.", 3518 "required": false, 3519 "explode": false, 3520 "schema": { 3521 "type": "array", 3522 "items": { 3523 "$ref": "#/components/schemas/vectorTiles-collections" 3524 } 3525 } 3526 }, 3527 "datetime": { 3528 "name": "datetime", 3529 "in": "query", 3530 "description": "Either a date-time or an interval, half-bounded or bounded. Date and time expressions\nadhere to RFC 3339. Half-bounded intervals are expressed using double-dots.\n\nExamples:\n\n* A date-time: \"2018-02-12T23:20:50Z\"\n* A bounded interval: \"2018-02-12T00:00:00Z/2018-03-18T12:31:12Z\"\n* Half-bounded intervals: \"2018-02-12T00:00:00Z/..\" or \"../2018-03-18T12:31:12Z\"\n\nOnly features that have a temporal property that intersects the value of\n`datetime` are selected.\n\nIf a feature has multiple temporal properties, it is the decision of the\nserver whether only a single temporal property is used to determine\nthe extent or all relevant temporal properties.", 3531 "required": false, 3532 "schema": { 3533 "type": "string" 3534 }, 3535 "style": "form", 3536 "explode": false 3537 }, 3538 "subset": { 3539 "name": "subset", 3540 "in": "query", 3541 "description": "Retrieve only part of the data by slicing or trimming along one or more axis\nFor trimming: {axisAbbrev}({low}:{high}) (preserves dimensionality)\n An asterisk (`*`) can be used instead of {low} or {high} to indicate the minimum/maximum value.\nFor slicing: {axisAbbrev}({value}) (reduces dimensionality)\n", 3542 "style": "form", 3543 "explode": false, 3544 "required": false, 3545 "schema": { 3546 "type": "array", 3547 "items": { 3548 "type": "string" 3549 } 3550 } 3551 }, 3552 "crs": { 3553 "name": "crs", 3554 "in": "query", 3555 "description": "reproject the output to the given crs", 3556 "required": false, 3557 "style": "form", 3558 "explode": true, 3559 "schema": { 3560 "type": "string" 3561 } 3562 }, 3563 "subset-crs": { 3564 "name": "subset-crs", 3565 "in": "query", 3566 "description": "crs for the specified subset", 3567 "required": false, 3568 "style": "form", 3569 "explode": true, 3570 "schema": { 3571 "type": "string" 3572 } 3573 }, 3574 "tileMatrix": { 3575 "name": "tileMatrix", 3576 "in": "path", 3577 "description": "Identifier selecting one of the scales defined in the TileMatrixSet and representing the scaleDenominator the tile. For example,\nIreland is fully within the Tile at WebMercatorQuad tileMatrix=5, tileRow=10 and tileCol=15.", 3578 "required": true, 3579 "schema": { 3580 "type": "string" 3581 }, 3582 "example": "5" 3583 }, 3584 "tileRow": { 3585 "name": "tileRow", 3586 "in": "path", 3587 "description": "Row index of the tile on the selected TileMatrix. It cannot exceed the MatrixWidth-1 for the selected TileMatrix. For example, Ireland is fully within the Tile at WebMercatorQuad tileMatrix=5, tileRow=10 and tileCol=15.", 3588 "required": true, 3589 "schema": { 3590 "minimum": 0, 3591 "type": "integer" 3592 }, 3593 "example": 10 3594 }, 3595 "tileCol": { 3596 "name": "tileCol", 3597 "in": "path", 3598 "description": "Column index of the tile on the selected TileMatrix. It cannot exceed the MatrixHeight-1 for the selected TileMatrix. For example, Ireland is fully within the Tile at WebMercatorQuad tileMatrix=5, tileRow=10 and tileCol=15.", 3599 "required": true, 3600 "schema": { 3601 "minimum": 0, 3602 "type": "integer" 3603 }, 3604 "example": 15 3605 }, 3606 "tileMatrixSetId": { 3607 "name": "tileMatrixSetId", 3608 "in": "path", 3609 "description": "Identifier for a supported TileMatrixSet", 3610 "required": true, 3611 "allowEmptyValue": false, 3612 "schema": { 3613 "$ref": "#/components/schemas/tileMatrixSets" 3614 } 3615 }, 3616 "f-mapTile": { 3617 "name": "f", 3618 "in": "query", 3619 "description": "The format of the map tile response (e.g. png). Accepted values are 'png', 'jpg' or 'tiff' (GeoTIFF).", 3620 "required": false, 3621 "schema": { 3622 "type": "string", 3623 "enum": [ 3624 "png", 3625 "jpg", 3626 "tiff" 3627 ] 3628 }, 3629 "style": "form", 3630 "explode": false 3631 }, 3632 "f-vectorTile": { 3633 "name": "f", 3634 "in": "query", 3635 "description": "The format of the vector tile response (e.g. json). Accepted values are 'mvt' (Mapbox Vector Tiles) or 'json' (GeoJSON).", 3636 "required": false, 3637 "schema": { 3638 "type": "string", 3639 "enum": [ 3640 "mvt", 3641 "json" 3642 ] 3643 }, 3644 "style": "form", 3645 "explode": false 3646 }, 3647 "f-coverageTile": { 3648 "name": "f", 3649 "in": "query", 3650 "description": "The format of the coverage tile response (e.g. tiff). Accepted values are 'tiff' (GeoTIFF), 'netcdf', or 'png'.", 3651 "required": false, 3652 "schema": { 3653 "type": "string", 3654 "enum": [ 3655 "tiff", 3656 "netcdf", 3657 "png" 3658 ] 3659 }, 3660 "style": "form", 3661 "explode": false 3662 }, 3663 "bgcolor": { 3664 "name": "bgcolor", 3665 "in": "query", 3666 "description": "Web color name or hexadecimal 0x[AA]RRGGBB color value for the background color (default to 0x9C9C9C gray). If alpha is not specified, full opacity is assumed.", 3667 "required": false, 3668 "style": "form", 3669 "explode": false, 3670 "schema": { 3671 "type": "string", 3672 "default": "0xFFFFFF" 3673 } 3674 }, 3675 "transparent": { 3676 "name": "transparent", 3677 "in": "query", 3678 "description": "Background transparency of map (default=true).", 3679 "required": false, 3680 "style": "form", 3681 "explode": false, 3682 "schema": { 3683 "type": "boolean", 3684 "default": true 3685 } 3686 }, 3687 "styleId": { 3688 "name": "styleId", 3689 "in": "path", 3690 "description": "An identifier representing a specific style.", 3691 "required": true, 3692 "allowEmptyValue": false, 3693 "schema": { 3694 "$ref": "#/components/schemas/styles" 3695 } 3696 }, 3697 "styleId-collection": { 3698 "name": "styleId", 3699 "in": "path", 3700 "description": "An identifier representing a specific style.", 3701 "required": true, 3702 "allowEmptyValue": false, 3703 "schema": { 3704 "type": "string" 3705 } 3706 } 3707 }, 3708 "responses": { 3709 "NotFound": { 3710 "description": "The requested resource does not exist on the server. For example, a path parameter had an incorrect value.", 3711 "content": { 3712 "application/json": { 3713 "schema": { 3714 "$ref": "#/components/schemas/exception" 3715 } 3716 }, 3717 "text/html": { 3718 "schema": { 3719 "type": "string" 3720 } 3721 } 3722 } 3723 }, 3724 "NotAcceptable": { 3725 "description": "Content negotiation failed. For example, the `Accept` header submitted in the request did not support any of the media types supported by the server for the requested resource.", 3726 "content": { 3727 "application/json": { 3728 "schema": { 3729 "$ref": "#/components/schemas/exception" 3730 } 3731 }, 3732 "text/html": { 3733 "schema": { 3734 "type": "string" 3735 } 3736 } 3737 } 3738 }, 3739 "ServerError": { 3740 "description": "A server error occurred.", 3741 "content": { 3742 "application/json": { 3743 "schema": { 3744 "$ref": "#/components/schemas/exception" 3745 } 3746 }, 3747 "text/html": { 3748 "schema": { 3749 "type": "string" 3750 } 3751 } 3752 } 3753 }, 3754 "InvalidParameter": { 3755 "description": "A query parameter has an invalid value.", 3756 "content": { 3757 "application/json": { 3758 "schema": { 3759 "$ref": "#/components/schemas/exception" 3760 } 3761 }, 3762 "text/html": { 3763 "schema": { 3764 "type": "string" 3765 } 3766 } 3767 } 3768 }, 3769 "Exception": { 3770 "description": "An error occured.", 3771 "content": { 3772 "application/json": { 3773 "schema": { 3774 "$ref": "#/components/schemas/exception" 3775 } 3776 }, 3777 "text/html": { 3778 "schema": { 3779 "type": "string" 3780 } 3781 } 3782 } 3783 }, 3784 "LandingPage": { 3785 "description": "The landing page provides links to the API definition (link relation `service-desc`, in this case path `/api`),\nto the Conformance declaration (path `/conformance`, link relation `conformance`), and to the Collections of geospatial data (path `/collections`, link relation `data`).", 3786 "content": { 3787 "application/json": { 3788 "schema": { 3789 "$ref": "#/components/schemas/landingPage" 3790 }, 3791 "example": { 3792 "title": "Buildings in Bonn", 3793 "description": "Access to data about buildings in the city of Bonn via a Web API that conforms to the OGC API Tiles specification.", 3794 "links": [ 3795 { 3796 "href": "http://data.example.org/", 3797 "rel": "self", 3798 "type": "application/json", 3799 "title": "this document" 3800 }, 3801 { 3802 "href": "http://data.example.org/api", 3803 "rel": "service-desc", 3804 "type": "application/vnd.oai.openapi+json;version=3.0", 3805 "title": "the API definition" 3806 }, 3807 { 3808 "href": "http://data.example.org/api.html", 3809 "rel": "service-doc", 3810 "type": "text/html", 3811 "title": "the API documentation" 3812 }, 3813 { 3814 "href": "http://data.example.org/conformance", 3815 "rel": "conformance", 3816 "type": "application/json", 3817 "title": "OGC API conformance classes implemented by this service" 3818 }, 3819 { 3820 "href": "http://data.example.org/collections", 3821 "rel": "data", 3822 "type": "application/json", 3823 "title": "Information about the collections" 3824 } 3825 ] 3826 } 3827 }, 3828 "text/html": { 3829 "schema": { 3830 "type": "string" 3831 } 3832 } 3833 } 3834 }, 3835 "Conformance": { 3836 "description": "The URIs of all conformance classes supported by the server", 3837 "content": { 3838 "application/json": { 3839 "schema": { 3840 "allOf": [ 3841 { 3842 "$ref": "#/components/schemas/confClasses" 3843 } 3844 ], 3845 "example": { 3846 "conformsTo": [ 3847 "http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/core", 3848 "http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/json", 3849 "http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/html", 3850 "http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/oas30", 3851 "http://www.opengis.net/spec/ogcapi-common-2/1.0/conf/collections", 3852 "http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/core", 3853 "http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/tileset", 3854 "http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/tilesets-list", 3855 "http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/geodata-tilesets", 3856 "http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/dataset-tilesets", 3857 "http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/geodata-selection", 3858 "http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/jpeg", 3859 "http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/png", 3860 "http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/mvt", 3861 "http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/geojson", 3862 "http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/tiff", 3863 "http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/netcdf" 3864 ] 3865 } 3866 } 3867 } 3868 } 3869 }, 3870 "API": { 3871 "description": "The OpenAPI definition of the API.", 3872 "content": { 3873 "application/vnd.oai.openapi+json;version=3.0": { 3874 "schema": { 3875 "type": "object" 3876 } 3877 }, 3878 "text/html": { 3879 "schema": { 3880 "type": "string" 3881 } 3882 } 3883 } 3884 }, 3885 "Enumeration": { 3886 "description": "An enumerated list of valid string values for API parameters.", 3887 "content": { 3888 "application/json": { 3889 "schema": { 3890 "$ref": "#/components/schemas/enumeration" 3891 } 3892 }, 3893 "text/html": { 3894 "schema": { 3895 "type": "string" 3896 } 3897 } 3898 } 3899 }, 3900 "CollectionsList": { 3901 "description": "The collections of (mostly geospatial) data available from this API. The dataset contains one or more collections. This resource provides information about and access to the collections. The response contains the list of collections. Each collection is accessible via one or more OGC API set of specifications, for which a link to relevant accessible resources, e.g. /collections/{collectionId}/(items, coverage, map, tiles...) is provided, with the corresponding relation type, as well as key information about the collection. This information includes:\n* a local identifier for the collection that is unique for the dataset;\n* a list of coordinate reference systems (CRS) in which data may be returned by the server. The first CRS is the default coordinate reference system (the default is always WGS 84 with axis order longitude/latitude);\n* an optional title and description for the collection;\n* an optional extent that can be used to provide an indication of the spatial and temporal extent of the collection - typically derived from the data;\n* for collections accessible via the Features or Records API, an optional indicator about the type of the items in the collection (the default value, if the indicator is not provided, is 'feature').", 3902 "content": { 3903 "application/json": { 3904 "schema": { 3905 "$ref": "#/components/schemas/collections" 3906 }, 3907 "example": { 3908 "links": [ 3909 { 3910 "href": "http://data.example.org/collections.json", 3911 "rel": "self", 3912 "type": "application/json", 3913 "title": "this document" 3914 }, 3915 { 3916 "href": "http://data.example.org/collections.html", 3917 "rel": "alternate", 3918 "type": "text/html", 3919 "title": "this document as HTML" 3920 }, 3921 { 3922 "href": "http://schemas.example.org/1.0/buildings.xsd", 3923 "rel": "describedby", 3924 "type": "application/xml", 3925 "title": "GML application schema for Acme Corporation building data" 3926 }, 3927 { 3928 "href": "http://download.example.org/buildings.gpkg", 3929 "rel": "enclosure", 3930 "type": "application/geopackage+sqlite3", 3931 "title": "Bulk download (GeoPackage)", 3932 "length": 472546 3933 } 3934 ], 3935 "collections": [ 3936 { 3937 "id": "buildings", 3938 "title": "Buildings", 3939 "description": "Buildings in the city of Bonn.", 3940 "extent": { 3941 "spatial": { 3942 "bbox": [ 3943 [ 3944 7.01, 3945 50.63, 3946 7.22, 3947 50.78 3948 ] 3949 ] 3950 }, 3951 "temporal": { 3952 "interval": [ 3953 [ 3954 "2010-02-15T12:34:56Z", 3955 null 3956 ] 3957 ] 3958 } 3959 }, 3960 "links": [ 3961 { 3962 "href": "http://data.example.org/collections/buildings/items", 3963 "rel": "items", 3964 "type": "application/geo+json", 3965 "title": "Buildings" 3966 }, 3967 { 3968 "href": "http://data.example.org/collections/buildings/items.html", 3969 "rel": "items", 3970 "type": "text/html", 3971 "title": "Buildings" 3972 }, 3973 { 3974 "href": "https://creativecommons.org/publicdomain/zero/1.0/", 3975 "rel": "license", 3976 "type": "text/html", 3977 "title": "CC0-1.0" 3978 }, 3979 { 3980 "href": "https://creativecommons.org/publicdomain/zero/1.0/rdf", 3981 "rel": "license", 3982 "type": "application/rdf+xml", 3983 "title": "CC0-1.0" 3984 } 3985 ] 3986 } 3987 ] 3988 } 3989 }, 3990 "text/html": { 3991 "schema": { 3992 "type": "string" 3993 } 3994 } 3995 } 3996 }, 3997 "Collection": { 3998 "description": "Information about a particular collection of (mostly geospatial) data available from this API. The collection is accessible via one or more OGC API set of specifications, for which a link to relevant accessible resources, e.g. /collections/{collectionId}/(items, coverage, map, tiles...) is contained in the response, with the corresponding relation type, as well as key information about the collection. This information includes:\n* a local identifier for the collection that is unique for the dataset;\n* a list of coordinate reference systems (CRS) in which data may be returned by the server. The first CRS is the default coordinate reference system (the default is always WGS 84 with axis order longitude/latitude);\n* an optional title and description for the collection;\n* an optional extent that can be used to provide an indication of the spatial and temporal extent of the collection - typically derived from the data;\n* for collections accessible via the Features or Records API, an optional indicator about the type of the items in the collection (the default value, if the indicator is not provided, is 'feature').", 3999 "content": { 4000 "application/json": { 4001 "schema": { 4002 "$ref": "#/components/schemas/collectionInfo" 4003 }, 4004 "example": { 4005 "id": "buildings", 4006 "title": "Buildings", 4007 "description": "Buildings in the city of Bonn.", 4008 "extent": { 4009 "spatial": { 4010 "bbox": [ 4011 [ 4012 7.01, 4013 50.63, 4014 7.22, 4015 50.78 4016 ] 4017 ] 4018 }, 4019 "temporal": { 4020 "interval": [ 4021 [ 4022 "2010-02-15T12:34:56Z", 4023 null 4024 ] 4025 ] 4026 } 4027 }, 4028 "links": [ 4029 { 4030 "href": "http://data.example.org/collections/buildings/items", 4031 "rel": "items", 4032 "type": "application/geo+json", 4033 "title": "Buildings" 4034 }, 4035 { 4036 "href": "http://data.example.org/collections/buildings/items.html", 4037 "rel": "items", 4038 "type": "text/html", 4039 "title": "Buildings" 4040 }, 4041 { 4042 "href": "https://creativecommons.org/publicdomain/zero/1.0/", 4043 "rel": "license", 4044 "type": "text/html", 4045 "title": "CC0-1.0" 4046 }, 4047 { 4048 "href": "https://creativecommons.org/publicdomain/zero/1.0/rdf", 4049 "rel": "license", 4050 "type": "application/rdf+xml", 4051 "title": "CC0-1.0" 4052 } 4053 ] 4054 } 4055 }, 4056 "text/html": { 4057 "schema": { 4058 "type": "string" 4059 } 4060 } 4061 } 4062 }, 4063 "TileSetsList": { 4064 "description": "List of available tilesets.", 4065 "content": { 4066 "application/json": { 4067 "schema": { 4068 "type": "object", 4069 "required": [ 4070 "tilesets" 4071 ], 4072 "properties": { 4073 "links": { 4074 "type": "array", 4075 "items": { 4076 "$ref": "#/components/schemas/link" 4077 } 4078 }, 4079 "tilesets": { 4080 "type": "array", 4081 "items": { 4082 "$ref": "#/components/schemas/tileSet-item" 4083 } 4084 } 4085 } 4086 } 4087 }, 4088 "text/html": { 4089 "schema": { 4090 "type": "string" 4091 } 4092 } 4093 } 4094 }, 4095 "TileSet": { 4096 "description": "Description of the tileset", 4097 "content": { 4098 "application/json": { 4099 "schema": { 4100 "$ref": "#/components/schemas/tileSet" 4101 } 4102 }, 4103 "text/html": { 4104 "schema": { 4105 "type": "string" 4106 } 4107 } 4108 } 4109 }, 4110 "MapTile": { 4111 "description": "A map tile image returned as a response.", 4112 "content": { 4113 "image/png": { 4114 "schema": { 4115 "type": "string", 4116 "format": "binary" 4117 } 4118 }, 4119 "image/jpeg": { 4120 "schema": { 4121 "type": "string", 4122 "format": "binary" 4123 } 4124 }, 4125 "image/tiff; application=geotiff": { 4126 "schema": { 4127 "type": "string", 4128 "format": "binary" 4129 } 4130 } 4131 } 4132 }, 4133 "CoverageTile": { 4134 "description": "A coverage tile returned as a response.", 4135 "content": { 4136 "application/netcdf": { 4137 "schema": { 4138 "type": "string", 4139 "format": "binary" 4140 } 4141 }, 4142 "image/tiff; application=geotiff": { 4143 "schema": { 4144 "type": "string", 4145 "format": "binary" 4146 } 4147 } 4148 } 4149 }, 4150 "VectorTile": { 4151 "description": "A vector tile returned as a response.", 4152 "content": { 4153 "application/vnd.mapbox-vector-tile": { 4154 "schema": { 4155 "type": "string", 4156 "format": "binary" 4157 } 4158 }, 4159 "application/geo+json": { 4160 "schema": { 4161 "allOf": [ 4162 { 4163 "format": "geojson-feature-collection" 4164 }, 4165 { 4166 "$ref": "#/components/schemas/FeatureCollection" 4167 } 4168 ] 4169 } 4170 } 4171 } 4172 }, 4173 "EmptyTile": { 4174 "description": "No data available for this tile." 4175 }, 4176 "TileMatrixSetsList": { 4177 "description": "List of tile matrix sets (tiling schemes).", 4178 "content": { 4179 "application/json": { 4180 "schema": { 4181 "type": "object", 4182 "properties": { 4183 "tileMatrixSets": { 4184 "type": "array", 4185 "items": { 4186 "$ref": "#/components/schemas/tileMatrixSet-item" 4187 } 4188 } 4189 } 4190 } 4191 }, 4192 "text/html": { 4193 "schema": { 4194 "type": "string" 4195 } 4196 } 4197 } 4198 }, 4199 "TileMatrixSet": { 4200 "description": "tile matrix set", 4201 "content": { 4202 "application/json": { 4203 "schema": { 4204 "$ref": "#/components/schemas/tileMatrixSet" 4205 } 4206 } 4207 } 4208 } 4209 } 4210 } 4211 }