-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathopenCatalogi.yaml
42 lines (36 loc) · 1.75 KB
/
openCatalogi.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
openCatalogiYmlVersion: "0.2"
# https://github.com/OpenCatalogi/OpenCatalogiBundle/blob/main/docs/Publicorganisation.md
name: 'Gemeente Súdwest-Fryslân'
# The official website of the public organization
website: 'https://sudwestfryslan.nl/'
# The (optional) location of your own open catalogi installation
#catalogusAPI: "'https://catalogus.publicorganizationwebsite.com/api"
# The contact details of the public organization
contact:
email: 'info@sudwestfryslan.nl' # Public contact email
phone: '+14 0515' # Public contact phone number
# List of software the public organization owns. keep in mind that owns dosn't automatically means maintained
# Each item refers to the repository URL of the software
softwareOwned:
- 'https://github.com/Sudwest-Fryslan/OpenZaakBrug'
- 'https://github.com/Sudwest-Fryslan/WebformulierenVerwerker'
# List of software the public organization uses
# Each item refers to the repository URL of the software
softwareUsed:
- 'https://github.com/open-zaak/open-zaak'
- 'https://github.com/VNG-Realisatie/OpenWebConcep'
- 'https://github.com/Sudwest-Fryslan/OpenZaakBrug'
- 'https://github.com/Sudwest-Fryslan/WebformulierenVerwerker'
# List of software the public organization supports
# Each item is a maintenance object representing the support provided for a software
softwareSupported:
- software: 'https://github.com/Sudwest-Fryslan/OpenZaakBrug'
type: 'maintenance' # The type of support provided
contact:
email: 'info@sudwestfryslan.nl'
phone: '+14 0515'
- software: 'https://github.com/Sudwest-Fryslan/WebformulierenVerwerker'
type: 'maintenance' # The type of support provided
contact:
email: 'info@sudwestfryslan.nl'
phone: '+14 0515'