generated from CommonGateway/PetStoreBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Map a Lv01 to a ZGW GeoSearch, add endpoint and source
- Loading branch information
1 parent
9387c51
commit 330ede4
Showing
3 changed files
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"title": "ZDS Request Endpoint", | ||
"$id": "https://zds.vng.nl/endpoints/zds.request.endpoint.json", | ||
"path": [ | ||
"stuf", | ||
"zds", | ||
"requests" | ||
], | ||
"pathRegex": "^stuf/zds/requests$", | ||
"methods": [ | ||
"POST" | ||
], | ||
"source": "https://zds.vng.nl/endpoints/zgw.zrc.source.json", | ||
"description": "", | ||
"proxy": "/admin/gateways/a29e78fa-c3b9-416f-8b03-8ea973a678a7" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"$id": "https://zds.vng.nl/mappings/zdsLv01ToZGWGeoSearch.mapping.json", | ||
"version": "0.0.1", | ||
"title": "ZDS Lv01 to ZGW GeoSearch", | ||
"description": "", | ||
"mapping": { | ||
"rol__betrokkeneIdentificatie__natuurlijkPersoon__inpBsn": "SOAP-ENV:Body.ns2:zakLv01.ns2:gelijk.ns2:heeftAlsInitiator.ns2:gerelateerde.ns2:identificatie", | ||
"identificatie": "SOAP-ENV:Body.ns2:zakLv01.ns2:gelijk.ns2:identificatie" | ||
}, | ||
"unset": [], | ||
"cast": { | ||
"rol__betrokkeneIdentificatie__natuurlijkPersoon__inpBsn": "unsetIfValue==SOAP-ENV:Body.ns2:zakLv01.ns2:gelijk.ns2:heeftAlsInitiator.ns2:gerelateerde.ns2:identificatie", | ||
"identificatie": "unsetIfValue==SOAP-ENV:Body.ns2:zakLv01.ns2:gelijk.ns2:identificatie" | ||
}, | ||
"passTrough": false, | ||
"dateCreated": "2024-02-15T09:48:17+00:00", | ||
"dateModified": "2024-02-15T09:48:17+00:00" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"title": "ZGW ZRC API", | ||
"$id": "https://zds.vng.nl/endpoints/zgw.zrc.source.json", | ||
"$schema": "https://docs.commongateway.nl/schemas/Gateway.schema.json", | ||
"version": "0.0.1", | ||
"description": "ZGW ZRC source for ZDS proxies", | ||
"location": "!ChangeMe!", | ||
"isEnabled" : false, | ||
"headers": { | ||
"accept" : "application/json", | ||
"Accept-Crs": "EPSG:4326", | ||
"Content-Crs": "EPSG:4326" | ||
}, | ||
"auth": "none", | ||
"configuration": { | ||
"verify": false | ||
}, | ||
"endpointsConfig": { | ||
"zaken/_zoek": { | ||
"out": { | ||
"body": { | ||
"mapping": "https://zds.vng.nl/mappings/zdsLv01ToZGWGeoSearch.mapping.json" | ||
} | ||
} | ||
} | ||
} | ||
} |