Skip to content
Snippets Groups Projects
Commit 9a8f6345 authored by Robin Marggraf's avatar Robin Marggraf
Browse files

Merge branch 'feature/825-readd-destinationShortName' into 'main'

planning#825 Revert "Remove destinationShortName"

See merge request !29
parents f73928c5 ec7324da
No related branches found
No related tags found
1 merge request!29planning#825 Revert "Remove destinationShortName"
......@@ -58,6 +58,7 @@ upload:preview:
script:
- ssh -o CheckHostIP=no fitko@dorado.uberspace.de mkdir -p preview.docs.fitko.dev/routing-api
- rsync -Lvz -e "ssh -o CheckHostIP=no" ./ci/index.html fitko@dorado.uberspace.de:preview.docs.fitko.dev/routing-api/$CI_COMMIT_REF_SLUG/
- rsync -Lvz -e "ssh -o CheckHostIP=no" ./ci/rapidoc.js fitko@dorado.uberspace.de:preview.docs.fitko.dev/routing-api/$CI_COMMIT_REF_SLUG/
- rsync -Lvz -e "ssh -o CheckHostIP=no" ./dist/routing-api.yaml fitko@dorado.uberspace.de:preview.docs.fitko.dev/routing-api/$CI_COMMIT_REF_SLUG/
- rsync -Lvz -e "ssh -o CheckHostIP=no" ./dist/routing-api.yaml fitko@dorado.uberspace.de:schema.fitko.de/fit-connect/routing-api/latest-dev/
......
......@@ -25,6 +25,10 @@ properties:
type: string
example: Stadtverwaltung Musterstadt - Dezernat II - Einwohner:innenmeldeamt
description: Vollständiger Name der zuständigen Fachbehörde inkl. der vollständigen Hierarchie
destinationShortName: # Suchdienst API: https://public.demo.pvog.dataport.de/suchdienst/api/v1/organisationunits/jzufi?q=TEST100000.OE.OEID_TC_010_OE01_99 -> name[0].kurzbezeichnung[0].filter(languageCode="de").value
type: string
example: Einwohner:innenmeldeamt Musterstadt
description: Kurzbezeichnung der zuständigen Fachbehörde
destinationLogo: # Suchdienst API: https://public.demo.pvog.dataport.de/suchdienst/api/v1/onlineservices/detail?q=TEST100000.OD._TC_010_OD01_99 -> parameters.filter(name="efa.organisationseinheit.logo.url")[0].value
type: string
format: uri
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment