-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapis.json
More file actions
48 lines (48 loc) · 1.58 KB
/
Copy pathapis.json
File metadata and controls
48 lines (48 loc) · 1.58 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
{
"$schema": "https://apis-json.org/0.18/apis-schema.json",
"name": "FBS Berichtenbox APIs",
"description": "Decentraal berichtenmagazijn van het Federatief Berichtenstelsel (FBS) — onderdeel van MijnOverheid Zakelijk.",
"url": "https://github.com/MinBZK/moza-poc-fbs-berichtenbox/blob/main/apis.json",
"tags": [
"fbs",
"berichten",
"mijnoverheid-zakelijk",
"publicatie-stream"
],
"created": "2026-05-13",
"modified": "2026-06-04",
"specificationVersion": "0.18",
"apis": [
{
"name": "FBS Berichtenmagazijn — Aanlever API",
"description": "Aanlevering van berichten aan het decentrale magazijn (POST /api/v1/aanleveringen). Onderdeel van het Federatief Berichtenstelsel.",
"image": "https://www.rijksoverheid.nl/img/logo-rijksoverheid.svg",
"humanURL": "https://github.com/MinBZK/moza-poc-fbs-berichtenbox",
"baseURL": "/api/v1",
"tags": ["aanlever", "berichten"],
"properties": [
{
"type": "X-OpenAPI",
"url": "https://github.com/MinBZK/moza-poc-fbs-berichtenbox/blob/main/services/berichtenmagazijn/src/main/resources/openapi/berichtenmagazijn-api.yaml"
},
{
"type": "X-Repository",
"url": "https://github.com/MinBZK/moza-poc-fbs-berichtenbox"
}
],
"contact": [
{
"FN": "MijnOverheid Zakelijk",
"email": "mijnoverheidzakelijk@minbzk.nl",
"X-twitter": ""
}
]
}
],
"maintainers": [
{
"FN": "MijnOverheid Zakelijk team",
"email": "mijnoverheidzakelijk@minbzk.nl"
}
]
}