Dimitri van Hees d.vanhees@geonovum.nl
Een set standaarden, richtlijnen en praktische hulpmiddelen voor het verantwoord ontwikkelen, inkopen en gebruiken van digitale systemen binnen de Nederlandse overheid.
https://minbzk.github.io/NeRDS/
Eén plek met informatie, bronnen, tools en codevoorbeelden van de overheid voor developers over privacy, security, toegankelijkheid, DevOps, infra, data, AI, standaarden, API's, Open Source en meer.
https://developer.overheid.nl
/apis/{id}: parameters: - $ref: "#/components/parameters/id" get: responses: "200": content: application/json: schema: $ref: "https://schemas.developer.overheid.nl/api.json"
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "titel": { "type": "string" }, "organisatie": { "type": "object", "properties": { "$ref": "https://schemas.standaarden.overheid.nl/tooi/organisatie.json" } } }, "required": [ "titel", "organisatie" ] }
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "officieleNaam": { "type": "string" }, "verkorteNaam": { "type": "string" }, "uri": { "type": "string" }, "adres": { "type": "object", "$ref": "https://schemas.developer.overheid.nl/adres.json" // enz. } } }