|
7 | 7 | "name": "OneGround", |
8 | 8 | "alternateName": "Roxit OneGround", |
9 | 9 | "url": "https://dev.oneground.nl", |
10 | | - "sameAs": ["https://github.com/OneGround", "https://oneground.nl", "https://portaal.oneground.nl"], |
| 10 | + "sameAs": [ |
| 11 | + "https://github.com/OneGround", |
| 12 | + "https://oneground.nl", |
| 13 | + "https://portaal.oneground.nl", |
| 14 | + "https://www.linkedin.com/showcase/one-ground/", |
| 15 | + "https://www.youtube.com/@vismaroxit" |
| 16 | + ], |
11 | 17 | "logo": { |
12 | 18 | "@type": "ImageObject", |
13 | | - "url": "https://dev.oneground.nl/img/logo.png", |
| 19 | + "url": "https://dev.oneground.nl/img/logo.svg", |
14 | 20 | "width": 200, |
15 | 21 | "height": 60 |
16 | 22 | }, |
|
47 | 53 | "publisher": { |
48 | 54 | "@id": "https://dev.oneground.nl/#organization" |
49 | 55 | }, |
50 | | - "inLanguage": "en", |
51 | | - "potentialAction": { |
52 | | - "@type": "SearchAction", |
53 | | - "target": { |
54 | | - "@type": "EntryPoint", |
55 | | - "urlTemplate": "https://dev.oneground.nl/search?q={search_term_string}" |
56 | | - }, |
57 | | - "query-input": "required name=search_term_string" |
58 | | - } |
| 56 | + "inLanguage": "en" |
59 | 57 | }, |
60 | 58 | { |
61 | 59 | "@type": "SoftwareApplication", |
|
128 | 126 | "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.", |
129 | 127 | "url": "https://dev.oneground.nl/docs/about-oneground", |
130 | 128 | "datePublished": "2024-01-01", |
131 | | - "dateModified": "2025-06-09", |
| 129 | + "dateModified": "2026-01-19", |
132 | 130 | "author": { |
133 | 131 | "@id": "https://dev.oneground.nl/#organization" |
134 | 132 | }, |
|
152 | 150 | "NRC", |
153 | 151 | "AC", |
154 | 152 | "RL", |
| 153 | + "OAuth2", |
| 154 | + "JWT", |
| 155 | + "Docker", |
| 156 | + ".NET", |
| 157 | + "webhooks", |
| 158 | + "digital signing", |
| 159 | + "NEN-ISO 16175", |
155 | 160 | "VNG standards", |
156 | 161 | "government APIs" |
157 | 162 | ] |
|
167 | 172 | }, |
168 | 173 | "inLanguage": "en" |
169 | 174 | }, |
| 175 | + { |
| 176 | + "@type": "BlogPosting", |
| 177 | + "@id": "https://dev.oneground.nl/blog/best-practices-for-jwt-usage-in-apis#blogposting", |
| 178 | + "headline": "Best Practices for JWT Usage in APIs - OneGround Security Guide", |
| 179 | + "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.", |
| 180 | + "url": "https://dev.oneground.nl/blog/best-practices-for-jwt-usage-in-apis", |
| 181 | + "datePublished": "2024-12-03", |
| 182 | + "author": { |
| 183 | + "@type": "Person", |
| 184 | + "name": "Giedrius Grabauskas" |
| 185 | + }, |
| 186 | + "isPartOf": { |
| 187 | + "@id": "https://dev.oneground.nl/blog#blog" |
| 188 | + }, |
| 189 | + "publisher": { |
| 190 | + "@id": "https://dev.oneground.nl/#organization" |
| 191 | + } |
| 192 | + }, |
| 193 | + { |
| 194 | + "@type": "BlogPosting", |
| 195 | + "@id": "https://dev.oneground.nl/blog/integrating-signing-software-with-zgw#blogposting", |
| 196 | + "headline": "Standardized Document Signing Integration for ZGW APIs - Complete Guide", |
| 197 | + "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.", |
| 198 | + "url": "https://dev.oneground.nl/blog/integrating-signing-software-with-zgw", |
| 199 | + "datePublished": "2025-03-27", |
| 200 | + "author": { |
| 201 | + "@type": "Person", |
| 202 | + "name": "Michiel Nijdam" |
| 203 | + }, |
| 204 | + "isPartOf": { |
| 205 | + "@id": "https://dev.oneground.nl/blog#blog" |
| 206 | + }, |
| 207 | + "publisher": { |
| 208 | + "@id": "https://dev.oneground.nl/#organization" |
| 209 | + } |
| 210 | + }, |
| 211 | + { |
| 212 | + "@type": "BlogPosting", |
| 213 | + "@id": "https://dev.oneground.nl/blog/oauth2-token-endpoint#blogposting", |
| 214 | + "headline": "Why OneGround Uses an OAuth2 Token Endpoint", |
| 215 | + "description": "Learn why customer-generated JWTs are risky and how OAuth2 Token Endpoints provide better security, control, and simplicity for API authentication.", |
| 216 | + "url": "https://dev.oneground.nl/blog/oauth2-token-endpoint", |
| 217 | + "datePublished": "2025-11-14", |
| 218 | + "author": { |
| 219 | + "@type": "Person", |
| 220 | + "name": "Giedrius Grabauskas" |
| 221 | + }, |
| 222 | + "isPartOf": { |
| 223 | + "@id": "https://dev.oneground.nl/blog#blog" |
| 224 | + }, |
| 225 | + "publisher": { |
| 226 | + "@id": "https://dev.oneground.nl/#organization" |
| 227 | + } |
| 228 | + }, |
170 | 229 | { |
171 | 230 | "@type": "FAQPage", |
172 | 231 | "@id": "https://dev.oneground.nl/#faq", |
|
176 | 235 | "name": "What is OneGround?", |
177 | 236 | "acceptedAnswer": { |
178 | 237 | "@type": "Answer", |
179 | | - "text": "OneGround is the implementation by Roxit of case oriented APIs and registrations according to the VNG specifications. It contains ZTC, ZRC, DRC, BRC, NC, AC and reference lists for Dutch government case management." |
| 238 | + "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." |
180 | 239 | } |
181 | 240 | }, |
182 | 241 | { |
|
192 | 251 | "name": "What ZGW components does OneGround include?", |
193 | 252 | "acceptedAnswer": { |
194 | 253 | "@type": "Answer", |
195 | | - "text": "OneGround includes all ZGW API components: ZRC (Case Registration), DRC (Document Registration), ZTC (Case Type Catalog), BRC (Decision Registration), NRC (Notification Center), and AC (Authorization Component)." |
| 254 | + "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)." |
196 | 255 | } |
197 | 256 | }, |
198 | 257 | { |
|
244 | 303 | "creator": { |
245 | 304 | "@id": "https://dev.oneground.nl/#organization" |
246 | 305 | }, |
247 | | - "keywords": ["ZGW API", "Documentation", "Dutch Government", "Case Management", "API Reference"], |
| 306 | + "keywords": [ |
| 307 | + "ZGW API", |
| 308 | + "Documentation", |
| 309 | + "Dutch Government", |
| 310 | + "Case Management", |
| 311 | + "API Reference", |
| 312 | + "OAuth2", |
| 313 | + "JWT", |
| 314 | + "webhooks", |
| 315 | + "integration guides" |
| 316 | + ], |
248 | 317 | "license": "https://github.com/OneGround/oneground.github.io/blob/main/LICENSE", |
249 | 318 | "distribution": { |
250 | 319 | "@type": "DataDownload", |
|
0 commit comments