-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstructured-data.json
More file actions
325 lines (325 loc) · 14.1 KB
/
structured-data.json
File metadata and controls
325 lines (325 loc) · 14.1 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://dev.oneground.nl/#organization",
"name": "OneGround",
"alternateName": "Roxit OneGround",
"url": "https://dev.oneground.nl",
"sameAs": [
"https://github.com/OneGround",
"https://oneground.nl",
"https://portaal.oneground.nl",
"https://www.linkedin.com/showcase/one-ground/",
"https://www.youtube.com/@vismaroxit"
],
"logo": {
"@type": "ImageObject",
"url": "https://dev.oneground.nl/img/logo.svg",
"width": 200,
"height": 60
},
"description": "OneGround provides production-ready ZGW API implementation for Dutch government applications and case management (Zaakgericht Werken).",
"foundingDate": "2024",
"knowsAbout": ["Government Technology", "Software Development", "API Management"],
"location": {
"@type": "Place",
"@id": "https://dev.oneground.nl/#place",
"name": "Netherlands"
},
"contactPoint": {
"@type": "ContactPoint",
"contactType": "Customer Service",
"url": "https://oneground.nl/contact/"
}
},
{
"@type": "Place",
"@id": "https://dev.oneground.nl/#place",
"name": "Netherlands",
"containedInPlace": {
"@type": "Country",
"name": "Netherlands",
"alternateName": "The Netherlands"
}
},
{
"@type": "WebSite",
"@id": "https://dev.oneground.nl/#website",
"url": "https://dev.oneground.nl",
"name": "OneGround - ZGW API Documentation & Developer Portal",
"description": "Complete ZGW API implementation for Dutch case management (Zaakgericht Werken). Developer documentation, guides, and integration resources for ZRC, DRC, ZTC, BRC, NRC, and AC components.",
"publisher": {
"@id": "https://dev.oneground.nl/#organization"
},
"inLanguage": "en"
},
{
"@type": "SoftwareApplication",
"@id": "https://dev.oneground.nl/#software",
"name": "OneGround ZGW API Platform",
"applicationCategory": "Government Software",
"applicationSubCategory": "Case Management System",
"operatingSystem": "Cloud-based",
"url": "https://dev.oneground.nl",
"downloadUrl": "https://github.com/OneGround/ZGW-APIs",
"softwareHelp": "https://dev.oneground.nl/docs",
"description": "OneGround's implementation of ZGW APIs, providing API components and related modules for a standardized Dutch approach to case management (Zaakgericht Werken). Built with .NET and C#.",
"featureList": [
"ZRC - Zaken Component",
"DRC - Documenten Component",
"ZTC - Catalogi Component",
"BRC - Besluiten Component",
"NRC - Notificaties Component",
"AC - Autorisaties Component",
"RL - Referentielijsten Component",
"High Performance API handling",
"No document size limits",
"Open Source availability"
],
"offers": [
{
"@type": "Offer",
"name": "OneGround Community Edition",
"description": "Open source variant available via GitHub for self-hosted deployment",
"price": "0",
"priceCurrency": "EUR",
"availability": "https://schema.org/InStock",
"category": "Open Source Software"
},
{
"@type": "Offer",
"name": "OneGround Unlimited",
"description": "Full SaaS experience with hosting, management, and 24-hour monitoring on Dutch servers",
"priceSpecification": {
"@type": "PriceSpecification",
"price": "Contact for pricing",
"priceCurrency": "EUR"
},
"availability": "https://schema.org/InStock",
"category": "SaaS Software"
}
],
"provider": {
"@id": "https://dev.oneground.nl/#organization"
},
"creator": {
"@id": "https://dev.oneground.nl/#organization"
},
"maintainer": {
"@id": "https://dev.oneground.nl/#organization"
},
"sourceOrganization": {
"@id": "https://dev.oneground.nl/#organization"
},
"license": "https://github.com/OneGround/ZGW-APIs/blob/main/LICENSE",
"softwareVersion": "Latest",
"releaseNotes": "https://dev.oneground.nl/changelog",
"softwareRequirements": ".NET 8.0 or higher",
"installUrl": "https://dev.oneground.nl/docs/about-oneground"
},
{
"@type": "TechArticle",
"@id": "https://dev.oneground.nl/docs/about-oneground#article",
"headline": "About OneGround - Complete ZGW API Implementation",
"description": "OneGround is a comprehensive implementation of Dutch ZGW APIs for case management (Zaakgericht Werken). Learn about ZRC, DRC, ZTC, BRC, NRC, AC components, features, and how to get started.",
"url": "https://dev.oneground.nl/docs/about-oneground",
"datePublished": "2024-01-01",
"dateModified": "2026-01-19",
"author": {
"@id": "https://dev.oneground.nl/#organization"
},
"publisher": {
"@id": "https://dev.oneground.nl/#organization"
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://dev.oneground.nl/docs/about-oneground"
},
"articleSection": "Documentation",
"keywords": [
"OneGround",
"ZGW API",
"Zaakgericht Werken",
"Dutch case management",
"ZRC",
"DRC",
"ZTC",
"BRC",
"NRC",
"AC",
"RL",
"OAuth2",
"JWT",
"Docker",
".NET",
"webhooks",
"digital signing",
"NEN-ISO 16175",
"VNG standards",
"government APIs"
]
},
{
"@type": "Blog",
"@id": "https://dev.oneground.nl/blog#blog",
"url": "https://dev.oneground.nl/blog",
"name": "OneGround ZGW API Blog - Insights & Best Practices",
"description": "Latest insights, best practices, and technical articles about ZGW API implementation, Dutch case management, and OneGround platform updates.",
"publisher": {
"@id": "https://dev.oneground.nl/#organization"
},
"inLanguage": "en"
},
{
"@type": "BlogPosting",
"@id": "https://dev.oneground.nl/blog/best-practices-for-jwt-usage-in-apis#blogposting",
"headline": "Best Practices for JWT Usage in APIs - OneGround Security Guide",
"description": "Comprehensive guide to implementing JWT authentication securely in ZGW APIs and OneGround. Learn about token security, validation, best practices, and common pitfalls to avoid.",
"url": "https://dev.oneground.nl/blog/best-practices-for-jwt-usage-in-apis",
"datePublished": "2024-12-03",
"author": {
"@type": "Person",
"name": "Giedrius Grabauskas"
},
"isPartOf": {
"@id": "https://dev.oneground.nl/blog#blog"
},
"publisher": {
"@id": "https://dev.oneground.nl/#organization"
}
},
{
"@type": "BlogPosting",
"@id": "https://dev.oneground.nl/blog/integrating-signing-software-with-zgw#blogposting",
"headline": "Standardized Document Signing Integration for ZGW APIs - Complete Guide",
"description": "Learn how to integrate digital document signing software with ZGW APIs. Complete implementation guide with API patterns, authentication methods, and standardized trigger messages for OneGround and compliant ZGW systems.",
"url": "https://dev.oneground.nl/blog/integrating-signing-software-with-zgw",
"datePublished": "2025-03-27",
"author": {
"@type": "Person",
"name": "Michiel Nijdam"
},
"isPartOf": {
"@id": "https://dev.oneground.nl/blog#blog"
},
"publisher": {
"@id": "https://dev.oneground.nl/#organization"
}
},
{
"@type": "BlogPosting",
"@id": "https://dev.oneground.nl/blog/oauth2-token-endpoint#blogposting",
"headline": "Why OneGround Uses an OAuth2 Token Endpoint",
"description": "Learn why customer-generated JWTs are risky and how OAuth2 Token Endpoints provide better security, control, and simplicity for API authentication.",
"url": "https://dev.oneground.nl/blog/oauth2-token-endpoint",
"datePublished": "2025-11-14",
"author": {
"@type": "Person",
"name": "Giedrius Grabauskas"
},
"isPartOf": {
"@id": "https://dev.oneground.nl/blog#blog"
},
"publisher": {
"@id": "https://dev.oneground.nl/#organization"
}
},
{
"@type": "FAQPage",
"@id": "https://dev.oneground.nl/#faq",
"mainEntity": [
{
"@type": "Question",
"name": "What is OneGround?",
"acceptedAnswer": {
"@type": "Answer",
"text": "OneGround is the implementation by Roxit of case oriented APIs and registrations according to the VNG specifications. It contains ZTC, ZRC, DRC, BRC, NRC, AC and reference lists for Dutch government case management."
}
},
{
"@type": "Question",
"name": "What are the OneGround editions?",
"acceptedAnswer": {
"@type": "Answer",
"text": "OneGround comes in two editions: Community Edition (open source, self-hosted) and Unlimited (full SaaS with hosting, monitoring, and support on Dutch servers)."
}
},
{
"@type": "Question",
"name": "What ZGW components does OneGround include?",
"acceptedAnswer": {
"@type": "Answer",
"text": "OneGround includes all ZGW API components: ZRC (Case Registration), DRC (Document Registration), ZTC (Case Type Catalog), BRC (Decision Registration), NRC (Notification Center), AC (Authorization Component), and RL (Reference Lists)."
}
},
{
"@type": "Question",
"name": "Is OneGround compliant with Dutch standards?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, OneGround follows VNG ZGW standards closely and fulfills NEN-ISO 16175 requirements for archival compliance. It's built specifically to comply with ZGW standards."
}
}
]
},
{
"@type": "BreadcrumbList",
"@id": "https://dev.oneground.nl/#breadcrumb",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://dev.oneground.nl"
},
{
"@type": "ListItem",
"position": 2,
"name": "Documentation",
"item": "https://dev.oneground.nl/docs"
},
{
"@type": "ListItem",
"position": 3,
"name": "Blog",
"item": "https://dev.oneground.nl/blog"
},
{
"@type": "ListItem",
"position": 4,
"name": "Changelog",
"item": "https://dev.oneground.nl/changelog"
}
]
},
{
"@type": "Dataset",
"@id": "https://dev.oneground.nl/#dataset",
"name": "ZGW API Documentation Dataset",
"description": "Comprehensive documentation dataset for ZGW API implementation including guides, references, and integration examples",
"url": "https://dev.oneground.nl/docs",
"creator": {
"@id": "https://dev.oneground.nl/#organization"
},
"keywords": [
"ZGW API",
"Documentation",
"Dutch Government",
"Case Management",
"API Reference",
"OAuth2",
"JWT",
"webhooks",
"integration guides"
],
"license": "https://github.com/OneGround/oneground.github.io/blob/main/LICENSE",
"distribution": {
"@type": "DataDownload",
"encodingFormat": "text/html",
"contentUrl": "https://dev.oneground.nl/docs"
}
}
]
}