Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 28 additions & 28 deletions bestuurlijke-grenzen/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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
16 changes: 8 additions & 8 deletions duo/catalogus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
64 changes: 32 additions & 32 deletions duo/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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:
Expand All @@ -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'
Expand All @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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
Expand All @@ -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
Expand Down
Loading