diff --git a/bestuurlijke-grenzen/openapi.yaml b/bestuurlijke-grenzen/openapi.yaml index 907314e..90e6333 100644 --- a/bestuurlijke-grenzen/openapi.yaml +++ b/bestuurlijke-grenzen/openapi.yaml @@ -17,20 +17,20 @@ paths: - $ref: '#/components/parameters/cbsCode' - $ref: '#/components/parameters/aknId' - $ref: '#/components/parameters/type' - - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/parameters.yaml#/acceptCrs' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/page' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/pageSize' + - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/parameters.yaml#/acceptCrs' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/page' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/pageSize' responses: '200': $ref: '#/components/responses/OpenbareLichamen' '401': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/401' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/401' '403': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/403' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/403' '406': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/406' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/406' '503': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/503' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/503' /openbare-lichamen/{oin}: get: summary: Enkel openbaar lichaam @@ -40,13 +40,13 @@ paths: '200': $ref: '#/components/responses/OpenbaarLichaam' '401': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/401' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/401' '403': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/403' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/403' '406': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/406' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/406' '503': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/503' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/503' /openbare-lichamen/_zoek: post: summary: Zoeken op openbare lichamen @@ -55,21 +55,21 @@ paths: - $ref: '#/components/parameters/cbsCode' - $ref: '#/components/parameters/aknId' - $ref: '#/components/parameters/type' - - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/parameters.yaml#/acceptCrs' - - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/parameters.yaml#/contentCrs' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/page' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/pageSize' + - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/parameters.yaml#/acceptCrs' + - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/parameters.yaml#/contentCrs' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/page' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/pageSize' responses: '200': $ref: '#/components/responses/OpenbareLichamen' '401': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/401' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/401' '403': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/403' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/403' '406': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/406' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/406' '503': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/503' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/503' requestBody: required: true content: @@ -83,7 +83,7 @@ paths: properties: within: allOf: - - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/schemas.yaml#/GeoJsonObject' + - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/schemas.yaml#/GeoJsonObject' description: >- Deze property bepaalt het type query. In dit geval `within`, maar het kan ook `contains` of @@ -129,7 +129,7 @@ components: description: OK. headers: Content-Crs: - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/headers.yaml#/contentCrs' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/headers.yaml#/contentCrs' content: application/hal+json: schema: @@ -138,13 +138,13 @@ components: description: OK. headers: Content-Crs: - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/headers.yaml#/contentCrs' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/headers.yaml#/contentCrs' X-Pagination-Page: - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/headers.yaml#/xPaginationPage' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/headers.yaml#/xPaginationPage' X-Pagination-Limit: - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/headers.yaml#/xPaginationLimit' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/headers.yaml#/xPaginationLimit' X-Total-Count: - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/headers.yaml#/xTotalCount' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/headers.yaml#/xTotalCount' content: application/hal+json: schema: @@ -162,7 +162,7 @@ components: $ref: '#/components/schemas/OpenbaarLichaam' _links: type: object - allOf: [$ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/schemas.yaml#/HalCollectionLinks'] + allOf: [$ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/schemas.yaml#/HalCollectionLinks'] schemas: OpenbaarLichaam: type: object @@ -194,12 +194,12 @@ components: properties: geometrie: type: object - allOf: [$ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/schemas.yaml#/GeoJsonObject'] + allOf: [$ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/schemas.yaml#/GeoJsonObject'] _links: required: - self type: object properties: self: - allOf: [$ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/schemas.yaml#/HalLink'] + allOf: [$ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/schemas.yaml#/HalLink'] description: Absolute link naar huidige pagina diff --git a/duo/catalogus.yaml b/duo/catalogus.yaml index 409b4ef..13c3fab 100644 --- a/duo/catalogus.yaml +++ b/duo/catalogus.yaml @@ -12,8 +12,8 @@ paths: /concepten: get: parameters: - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/page' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/pageSize' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/page' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/pageSize' - $ref: '#/components/parameters/schema' - $ref: '#/components/parameters/zoekstring' responses: @@ -49,8 +49,8 @@ paths: /klassen: get: parameters: - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/page' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/pageSize' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/page' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/pageSize' - $ref: '#/components/parameters/concept' - $ref: '#/components/parameters/zoekstring' responses: @@ -86,8 +86,8 @@ paths: /eigenschappen: get: parameters: - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/page' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/pageSize' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/page' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/pageSize' - $ref: '#/components/parameters/concept' - $ref: '#/components/parameters/zoekstring' responses: @@ -123,8 +123,8 @@ paths: /modellen: get: parameters: - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/page' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/pageSize' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/page' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/pageSize' - $ref: '#/components/parameters/datumVanaf' - $ref: '#/components/parameters/zoekstring' responses: diff --git a/duo/openapi.yaml b/duo/openapi.yaml index 4997a91..d51e0ba 100644 --- a/duo/openapi.yaml +++ b/duo/openapi.yaml @@ -12,8 +12,8 @@ paths: /bevoegd-gezagen: get: parameters: - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/page' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/pageSize' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/page' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/pageSize' - $ref: '#/components/parameters/denominatie' - $ref: '#/components/parameters/wetgeving' - $ref: '#/components/parameters/type' @@ -22,13 +22,13 @@ paths: '200': $ref: '#/components/responses/BevoegdGezagen' '401': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/401' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/401' '403': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/403' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/403' '406': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/406' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/406' '503': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/503' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/503' summary: 'Bevoegd gezagen collectie' '/bevoegd-gezagen/{id}': get: @@ -38,21 +38,21 @@ paths: '200': $ref: '#/components/responses/BevoegdGezag' '401': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/401' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/401' '403': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/403' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/403' '404': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/404' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/404' '406': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/406' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/406' '503': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/503' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/503' summary: 'Bevoegd gezag resource' /onderwijsinstellingen: get: parameters: - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/page' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/pageSize' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/page' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/pageSize' - $ref: '#/components/parameters/denominatie' - $ref: '#/components/parameters/wetgeving' - $ref: '#/components/parameters/type' @@ -61,13 +61,13 @@ paths: '200': $ref: '#/components/responses/Onderwijsinstellingen' '401': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/401' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/401' '403': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/403' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/403' '406': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/406' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/406' '503': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/503' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/503' summary: 'Onderwijsinstellingen collectie' '/onderwijsinstellingen/{id}': get: @@ -77,15 +77,15 @@ paths: '200': $ref: '#/components/responses/Onderwijsinstelling' '401': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/401' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/401' '403': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/403' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/403' '404': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/404' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/404' '406': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/406' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/406' '503': - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/responses.yaml#/503' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/responses.yaml#/503' summary: 'Onderwijsinstelling resource' components: parameters: @@ -125,11 +125,11 @@ components: description: OK. headers: X-Pagination-Page: - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/headers.yaml#/xPaginationPage' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/headers.yaml#/xPaginationPage' X-Pagination-Limit: - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/headers.yaml#/xPaginationLimit' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/headers.yaml#/xPaginationLimit' X-Total-Count: - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/headers.yaml#/xTotalCount' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/headers.yaml#/xTotalCount' content: application/hal+json: schema: @@ -150,7 +150,7 @@ components: _links: type: object allOf: - - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/schemas.yaml#/HalCollectionLinks' + - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/schemas.yaml#/HalCollectionLinks' BevoegdGezag: description: OK. content: @@ -161,11 +161,11 @@ components: description: OK. headers: X-Pagination-Page: - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/headers.yaml#/xPaginationPage' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/headers.yaml#/xPaginationPage' X-Pagination-Limit: - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/headers.yaml#/xPaginationLimit' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/headers.yaml#/xPaginationLimit' X-Total-Count: - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/headers.yaml#/xTotalCount' + $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/headers.yaml#/xTotalCount' content: application/hal+json: schema: @@ -186,7 +186,7 @@ components: _links: type: object allOf: - - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/schemas.yaml#/HalCollectionLinks' + - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/schemas.yaml#/HalCollectionLinks' Onderwijsinstelling: description: OK. content: @@ -204,7 +204,7 @@ components: properties: self: allOf: - - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/schemas.yaml#/HalLink' + - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/schemas.yaml#/HalLink' description: 'Absolute link naar deze resource' denominatie: type: string @@ -224,7 +224,7 @@ components: properties: self: allOf: - - $ref: 'https://rawgit.com/dvh/KP-APIs/master/oas-components/schemas.yaml#/HalLink' + - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs/oas-components/schemas.yaml#/HalLink' description: 'Absolute link naar deze resource' denominatie: type: string diff --git a/rce/openapi.yaml b/rce/openapi.yaml index de5c1c3..a255e1f 100644 --- a/rce/openapi.yaml +++ b/rce/openapi.yaml @@ -11,8 +11,8 @@ paths: parameters: - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs@0.1/oas-components/parameters.yaml#/acceptCrs' - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs@0.1/oas-components/parameters.yaml#/contentCrs' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/page' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/pageSize' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/page' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/pageSize' responses: '200': $ref: '#/components/responses/SearchResults' @@ -30,8 +30,8 @@ paths: get: parameters: - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs@0.1/oas-components/parameters.yaml#/acceptCrs' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/page' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/pageSize' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/page' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/pageSize' - $ref: '#/components/parameters/functie' - $ref: '#/components/parameters/materiaal' - $ref: '#/components/parameters/omschrijving' @@ -74,8 +74,8 @@ paths: parameters: - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs@0.1/oas-components/parameters.yaml#/acceptCrs' - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs@0.1/oas-components/parameters.yaml#/contentCrs' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/page' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/pageSize' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/page' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/pageSize' responses: '200': $ref: '#/components/responses/ArcheologischeComplexen' @@ -94,8 +94,8 @@ paths: get: parameters: - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs@0.1/oas-components/parameters.yaml#/acceptCrs' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/page' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/pageSize' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/page' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/pageSize' - $ref: '#/components/parameters/functie' - $ref: '#/components/parameters/materiaal' - $ref: '#/components/parameters/omschrijving' @@ -138,8 +138,8 @@ paths: parameters: - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs@0.1/oas-components/parameters.yaml#/acceptCrs' - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs@0.1/oas-components/parameters.yaml#/contentCrs' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/page' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/pageSize' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/page' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/pageSize' responses: '200': $ref: '#/components/responses/ArcheologischeOnderzoeksgebieden' @@ -158,8 +158,8 @@ paths: get: parameters: - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs@0.1/oas-components/parameters.yaml#/acceptCrs' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/page' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/pageSize' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/page' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/pageSize' - $ref: '#/components/parameters/functie' - $ref: '#/components/parameters/materiaal' - $ref: '#/components/parameters/omschrijving' @@ -202,8 +202,8 @@ paths: parameters: - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs@0.1/oas-components/parameters.yaml#/acceptCrs' - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs@0.1/oas-components/parameters.yaml#/contentCrs' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/page' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/pageSize' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/page' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/pageSize' responses: '200': $ref: '#/components/responses/ArcheologischeTerreinen' @@ -222,8 +222,8 @@ paths: get: parameters: - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs@0.1/oas-components/parameters.yaml#/acceptCrs' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/page' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/pageSize' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/page' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/pageSize' - $ref: '#/components/parameters/functie' - $ref: '#/components/parameters/materiaal' - $ref: '#/components/parameters/omschrijving' @@ -266,8 +266,8 @@ paths: parameters: - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs@0.1/oas-components/parameters.yaml#/acceptCrs' - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs@0.1/oas-components/parameters.yaml#/contentCrs' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/page' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/pageSize' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/page' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/pageSize' responses: '200': $ref: '#/components/responses/Complexen' @@ -286,8 +286,8 @@ paths: get: parameters: - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs@0.1/oas-components/parameters.yaml#/acceptCrs' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/page' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/pageSize' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/page' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/pageSize' - $ref: '#/components/parameters/functie' - $ref: '#/components/parameters/materiaal' - $ref: '#/components/parameters/omschrijving' @@ -330,8 +330,8 @@ paths: parameters: - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs@0.1/oas-components/parameters.yaml#/acceptCrs' - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs@0.1/oas-components/parameters.yaml#/contentCrs' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/page' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/pageSize' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/page' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/pageSize' responses: '200': $ref: '#/components/responses/Grondsporen' @@ -350,8 +350,8 @@ paths: get: parameters: - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs@0.1/oas-components/parameters.yaml#/acceptCrs' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/page' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/pageSize' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/page' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/pageSize' - $ref: '#/components/parameters/functie' - $ref: '#/components/parameters/materiaal' - $ref: '#/components/parameters/omschrijving' @@ -394,8 +394,8 @@ paths: parameters: - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs@0.1/oas-components/parameters.yaml#/acceptCrs' - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs@0.1/oas-components/parameters.yaml#/contentCrs' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/page' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/pageSize' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/page' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/pageSize' responses: '200': $ref: '#/components/responses/Rijksmonumenten' @@ -414,8 +414,8 @@ paths: get: parameters: - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs@0.1/oas-components/parameters.yaml#/acceptCrs' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/page' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/pageSize' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/page' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/pageSize' - $ref: '#/components/parameters/functie' - $ref: '#/components/parameters/materiaal' - $ref: '#/components/parameters/omschrijving' @@ -458,8 +458,8 @@ paths: parameters: - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs@0.1/oas-components/parameters.yaml#/acceptCrs' - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs@0.1/oas-components/parameters.yaml#/contentCrs' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/page' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/pageSize' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/page' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/pageSize' responses: '200': $ref: '#/components/responses/Vondsten' @@ -478,8 +478,8 @@ paths: get: parameters: - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs@0.1/oas-components/parameters.yaml#/acceptCrs' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/page' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/pageSize' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/page' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/pageSize' - $ref: '#/components/parameters/functie' - $ref: '#/components/parameters/materiaal' - $ref: '#/components/parameters/omschrijving' @@ -522,8 +522,8 @@ paths: parameters: - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs@0.1/oas-components/parameters.yaml#/acceptCrs' - $ref: 'https://cdn.jsdelivr.net/gh/dvh/KP-APIs@0.1/oas-components/parameters.yaml#/contentCrs' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/page' - - $ref: 'https://rawgit.com/PDOK/open-api-specs/master/shared/parameters.yaml#/pageSize' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/page' + - $ref: 'https://cdn.jsdelivr.net/gh/PDOK/open-api-specs/shared/parameters.yaml#/pageSize' responses: '200': $ref: '#/components/responses/Vondstlocaties'