Skip to content

Commit

Permalink
📝 Generate schema
Browse files Browse the repository at this point in the history
  • Loading branch information
dariomory committed Dec 15, 2021
1 parent 718296a commit 2bb8d05
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ info:
title: SDG Invoervoorziening API
version: 1.0.0
paths:
/sdg/api/v1/catalogi:
/api/v1/catalogi:
get:
operationId: catalogiList
description: Lijst van alle catalogi die worden gebruikt door organisaties.
Expand Down Expand Up @@ -44,7 +44,7 @@ paths:
schema:
$ref: '#/components/schemas/PaginatedProductenCatalogusList'
description: ''
/sdg/api/v1/catalogi/{uuid}:
/api/v1/catalogi/{uuid}:
get:
operationId: catalogiRetrieve
description: Catalogus die wordt gebruikt door een organisatie.
Expand All @@ -69,7 +69,7 @@ paths:
schema:
$ref: '#/components/schemas/ProductenCatalogus'
description: ''
/sdg/api/v1/locaties:
/api/v1/locaties:
get:
operationId: locatiesList
description: Lijst van alle locaties waar de bijbehorende organisatie 1 of meer
Expand Down Expand Up @@ -111,7 +111,7 @@ paths:
schema:
$ref: '#/components/schemas/PaginatedLokatieList'
description: ''
/sdg/api/v1/locaties/{uuid}:
/api/v1/locaties/{uuid}:
get:
operationId: locatiesRetrieve
description: Locatie waar de bijbehorende organisatie 1 of meer producten aanbiedt.
Expand All @@ -136,7 +136,7 @@ paths:
schema:
$ref: '#/components/schemas/Lokatie'
description: ''
/sdg/api/v1/organisaties:
/api/v1/organisaties:
get:
operationId: organisatiesList
description: Lijst van alle organisaties die catalogi met producten aanbieden.
Expand Down Expand Up @@ -171,7 +171,7 @@ paths:
schema:
$ref: '#/components/schemas/PaginatedLokaleOverheidList'
description: ''
/sdg/api/v1/organisaties/{uuid}:
/api/v1/organisaties/{uuid}:
get:
operationId: organisatiesRetrieve
description: Organisatie die catalogi met producten aanbiedt.
Expand All @@ -196,7 +196,7 @@ paths:
schema:
$ref: '#/components/schemas/LokaleOverheid'
description: ''
/sdg/api/v1/producten:
/api/v1/producten:
get:
operationId: productenList
description: Lijst van alle producten die voorkomen in alle catalogi.
Expand Down Expand Up @@ -291,7 +291,7 @@ paths:
schema:
$ref: '#/components/schemas/PaginatedProductList'
description: ''
/sdg/api/v1/producten/{productUuid}/historie:
/api/v1/producten/{productUuid}/historie:
get:
operationId: productenHistorieList
description: Lijst van alle productversies van een product.
Expand Down Expand Up @@ -320,7 +320,7 @@ paths:
schema:
$ref: '#/components/schemas/PaginatedProductVersieList'
description: ''
/sdg/api/v1/producten/{uuid}:
/api/v1/producten/{uuid}:
get:
operationId: productenRetrieve
description: Product dat voorkomt in een catalogus.
Expand Down

0 comments on commit 2bb8d05

Please sign in to comment.