-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubliccode.yaml
More file actions
48 lines (39 loc) · 1.56 KB
/
publiccode.yaml
File metadata and controls
48 lines (39 loc) · 1.56 KB
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
43
44
45
46
47
48
publiccodeYmlVersion: "0.1"
name: "Zaak Registratie Component (ZRC)"
url: "https://github.com/VNG-Realisatie/gemma-zaken"
releaseDate: "2020-09-01"
softwareType: configurationFiles
inputTypes:
- application/json
- application/xml
outputTypes:
- application/json
- application/ld+json
- application/hal+json
- application/vnd.api+json
- application/health+json
- application/xml
- application/x-yaml
- text/csv
- text/html
platforms:
- web
categories:
- collaboration
- it-development
developmentStatus: beta
description:
nl:
shortDescription: "Een API om een Zaken API (ZRC) te benaderen."
documentation: 'https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/VNG-Realisatie/gemma-zaken/master/api-specificatie/zrc/1.2.x/openapi.yaml'
apiDocumentation: 'https://raw.githubusercontent.com/VNG-Realisatie/gemma-zaken/master/api-specificatie/zrc/1.2.x/openapi.yaml'
testDataLocation: 'https://raw.githubusercontent.com/ConductionNL/zrc_publiccode/main/data/zrc.json'
en:
shortDescription: "An API to perform requests on a case register (ZRC)"
documentation: 'https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/VNG-Realisatie/gemma-zaken/master/api-specificatie/zrc/1.2.x/openapi.yaml'
apiDocumentation: 'https://raw.githubusercontent.com/VNG-Realisatie/gemma-zaken/master/api-specificatie/zrc/1.2.x/openapi.yaml'
testDataLocation: 'https://raw.githubusercontent.com/ConductionNL/zrc_publiccode/main/data/zrc.json'
dependsOn:
open:
- name: common-gateway
versionMin: 1.0.0