openapi: 3.1.0
info:
  title: Woo API
  version: 0.0.1
  description: >-
    ## ℹ️ Dit is de secundaire OpenRegister-API (laag onder de publicaties-API)


    Deze OAS documenteert de **ruwe OpenRegister-objects-API** —
    `/objects/{register}/{schema}` — die direct werkt met registers en schema's.
    Voor publicatiewebsites en -viewers wil je doorgaans de **primaire
    [OpenCatalogi Publications API](/api/publications/)** gebruiken, die deze
    laag inkapselt met catalogus-scoping, gecombineerde schema-facetten en
    datum-driven publicatie-status-filtering.


    Zie [API-koppelvlak](/docs/Integrations/api-koppelvlak) voor de
    architectuur-context en de keuze tussen de twee lagen.


    > **Bron + sync.** Deze spec wordt automatisch gemirrord vanuit een upstream
    OpenRegister-deployment via een nachtelijke Forgejo-workflow. De getoonde
    paden weerspiegelen de inrichting van die bron-deployment; jouw eigen
    deployment kan dezelfde informatiecategorieën onder een ander register-slug
    en pad-segment exposen.


    ---Woo-register met TOOI-informatiecategorieën
  contact:
    name: OpenRegister Development Team
    url: https://www.openregister.app
    email: info@conduction.nl
  license:
    name: EUPL-1.2
    url: https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
servers:
  - url: https://canary.accept.commonground.nu/apps/openregister/api
    description: OpenRegister API Server
tags:
  - name: 'Vergaderstukken decentrale overheden  '
    description: >-
      Vergaderstukken en verslagen van diverse decentrale overheden en hun
      commissies.
  - name: Subsidieverplichtingen anders dan met beschikking
    description: >-
      Subsidieverplichtingen die niet via een beschikking lopen, specifiek bij
      Ministerie van Binnenlandse Zaken. 
  - name: Overige besluiten van algemene strekking
    description: 'Overige besluiten van algemene strekking. '
  - name: Organisatie en werkwijze
    description: Informatie over de organisatie en werkwijze van bestuursorganen.
  - name: Ontwerpen van wet- en regelgeving met adviesaanvraag
    description: >-
      Ontwerpen van wetgeving waarover extern advies is gevraagd, inclusief de
      adviesaanvraag.
  - name: Onderzoeksrapporten
    description: >-
      Onderzoeksrapporten opgesteld op verzoek van bestuursorganen die geen
      taakuitvoering zijn, gericht op organisatie of beleidsevaluatie.
  - name: Klachtoordelen
    description: Schriftelijke oordelen in klachtprocedures.
  - name: Wetten en algemeen verbindende voorschriften
    description: 'Wetten en andere algemeen verbindende voorschriften. '
  - name: Woo-verzoeken en -besluiten
    description: >-
      Inhoud van schriftelijke Woo-verzoeken en besluiten daarop, inclusief
      verstrekte informatie.
  - name: Vergaderstukken Staten-Generaal
    description: >-
      Vergaderstukken en verslagen van de Staten-Generaal, uitgezonderd
      vertrouwelijke informatie verstrekt aan de Staten-Generaal.  
  - name: Convenanten
    description: ''
  - name: Agenda's en besluitenlijsten bestuurscolleges
    description: Agenda's en besluitenlijsten van vergaderingen van bestuurscolleges.
  - name: Adviezen
    description: >-
      Adviezen gegeven aan bestuursorganen, met vermelding van opdrachtgever en
      taakonderdeel.
  - name: Bereikbaarheidsgegevens
    description: ''
  - name: Beschikkingen
    description: ''
  - name: "Bij vertegenwoordigende organen ingekomen stukken\t"
    description: ''
  - name: Jaarplan of jaarverslag
    description: ''
components:
  securitySchemes:
    basicAuth:
      type: http
      scheme: basic
      description: >-
        Basic authentication using username and password. Not recommended for
        production use.
    oauth2:
      type: oauth2
      description: >-
        OAuth2 authentication using Nextcloud's authentication server. Scopes
        correspond to Nextcloud group memberships. Each schema defines which
        groups may create, read, update, or delete its objects. Admin users and
        object owners always have full access regardless of scopes.
      flows:
        authorizationCode:
          authorizationUrl: /apps/oauth2/authorize
          tokenUrl: /apps/oauth2/api/v1/token
          refreshUrl: /apps/oauth2/api/v1/token
          scopes:
            public: Public (unauthenticated) access
            Test WOO-verzoek: Access for Test WOO-verzoek group
            Test Convenant: Access for Test Convenant group
            admin: Full administrative access
  schemas:
    Error:
      type: object
      properties:
        error:
          type: string
          description: Error message describing what went wrong
          example: Object not found
        code:
          type: integer
          description: HTTP status code
          example: 404
      required:
        - error
    PaginatedResponse:
      type: object
      properties:
        results:
          type: array
          description: Array of result objects
          items:
            type: object
        total:
          type: integer
          description: Total number of items available
          example: 100
        page:
          type: integer
          description: Current page number
          example: 1
        pages:
          type: integer
          description: Total number of pages
          example: 10
        limit:
          type: integer
          description: Number of items per page
          example: 20
        offset:
          type: integer
          description: Number of items skipped
          example: 0
    _self:
      type: object
      description: Object metadata including timestamps, ownership, and system information
      properties:
        id:
          type: integer
          description: Unique identifier for the object
          example: 123
        uuid:
          type: string
          format: uuid
          description: >-
            Unique universal identifier for globally unique object
            identification
          example: 123e4567-e89b-12d3-a456-426614174000
        uri:
          type: string
          description: Uniform Resource Identifier for unique addressable location
          example: /api/objects/123e4567-e89b-12d3-a456-426614174000
        version:
          type: string
          description: Semantic version number to track object versions
          example: '1.0'
        register:
          type: integer
          description: Register identifier for object categorization/grouping
          example: 123
        schema:
          type: integer
          description: Schema identifier for data validation reference
          example: 123
        owner:
          type: string
          description: Nextcloud user identifier for object ownership
          example: user-12345
        updated:
          type: string
          format: date-time
          description: Last modification timestamp for change tracking
          example: '2023-05-20T10:15:00Z'
        created:
          type: string
          format: date-time
          description: Creation timestamp for lifecycle management
          example: '2023-02-15T14:30:00Z'
    Vergaderstukken_decentrale_overheden:
      type: object
      x-tags:
        - 'Vergaderstukken decentrale overheden  '
      properties:
        _self:
          $ref: '#/components/schemas/_self'
          readOnly: true
          description: >-
            Object metadata including timestamps, ownership, and system
            information
        id:
          type: string
          format: uuid
          readOnly: true
          example: 123e4567-e89b-12d3-a456-426614174000
          description: The unique identifier for the object.
        attachments:
          type: array
          format: ''
          description: 'Property for temporary stroing of attachment data '
          example: ''
          default: ''
          pattern: ''
          items:
            type: object
            description: Property value
          title: Attachments
        beschrijving:
          type: string
          title: Beschrijving
          description: Property value
        besluitdatum:
          type: string
          format: date
          title: Besluitdatum
          description: Property value
        bevindingen:
          type: string
          title: Bevindingen
          description: Property value
        conclusies:
          type: string
          title: Conclusies
          description: Property value
        depublicatiedatum:
          type: string
          format: date
          title: Depublicatiedatum
          description: Property value
        functiebenaming:
          type: string
          title: Functiebenaming
          description: Property value
        gedraging:
          type: string
          title: Gedraging
          description: Property value
        kenmerk:
          type: string
          title: Kenmerk
          description: Property value
        onderdeelTaak:
          type: string
          title: OnderdeelTaak
          description: Property value
        ontvangstdatum:
          type: string
          format: date
          title: Ontvangstdatum
          description: Property value
        oordeel:
          type: string
          title: Oordeel
          description: Property value
        opdrachtgever:
          type: string
          title: Opdrachtgever
          description: Property value
        organisatieonderdeel:
          type: string
          title: Organisatieonderdeel
          description: Property value
        publicatiedatum:
          type: string
          format: date
          title: Publicatiedatum
          description: Property value
        samenvatting:
          type: string
          format: text
          title: Samenvatting
          description: Property value
        termijnoverschrijding:
          type: string
          description: >-
            Een (evenuteel) overschrijding van het beantwoordings termijn
            termijn
          title: Termijnoverschrijding
        thema:
          type: string
          title: Thema
          description: Property value
        titel:
          type: string
          format: text
          title: Titel
          description: Property value
        tooiCategorieId:
          type: string
          description: >-
            De tooiCategorieId van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: c_3baef532
          title: Categorie ID
        tooiCategorieNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: Vergaderstukken decentrale overheden
          title: Categorie Naam
        tooiCategorieUri:
          type: string
          description: >-
            De id van de categorie voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiCategorieId]`
          const: https://identifier.overheid.nl/tooi/def/thes/kern/c_3baef532
          title: Categorie URI
        tooiThemaId:
          type: string
          description: >-
            De id van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema ID
        tooiThemaNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema Naam
        tooiThemaUri:
          type: string
          description: >-
            De tooiThemaId van het thema voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiThemaId]`
          title: Thema URI
        values:
          type: array
          description: >-
            Binnen KOOP Woo Index kunnen waardes niet uitlijnen op TOOI wel
            worden meegegeven in key value pair's. Deze zijn vervolgens wel
            doorzoekbaar maar geen onderdeel van de open.overheid.nl user
            interface
          items:
            type: object
            required:
              - key
              - value
            properties:
              key:
                type: string
                description: Property value
              value:
                type: string
                description: Property value
            description: Property value
          title: Values
        Categorie:
          type: string
          format: ''
          description: ''
          const: Vergaderstukken decentrale overheden
          title: Categorie
    Subsidieverplichtingen_anders_dan_met_beschikking:
      type: object
      x-tags:
        - Subsidieverplichtingen anders dan met beschikking
      properties:
        _self:
          $ref: '#/components/schemas/_self'
          readOnly: true
          description: >-
            Object metadata including timestamps, ownership, and system
            information
        id:
          type: string
          format: uuid
          readOnly: true
          example: 123e4567-e89b-12d3-a456-426614174000
          description: The unique identifier for the object.
        attachments:
          type: array
          format: ''
          description: 'Property for temporary stroing of attachment data '
          example: ''
          default: ''
          pattern: ''
          items:
            type: object
            description: Property value
          title: Attachments
        beschrijving:
          type: string
          title: Beschrijving
          description: Property value
        besluitdatum:
          type: string
          format: date
          title: Besluitdatum
          description: Property value
        bevindingen:
          type: string
          title: Bevindingen
          description: Property value
        conclusies:
          type: string
          title: Conclusies
          description: Property value
        depublicatiedatum:
          type: string
          format: date
          title: Depublicatiedatum
          description: Property value
        functiebenaming:
          type: string
          title: Functiebenaming
          description: Property value
        gedraging:
          type: string
          title: Gedraging
          description: Property value
        kenmerk:
          type: string
          title: Kenmerk
          description: Property value
        onderdeelTaak:
          type: string
          title: OnderdeelTaak
          description: Property value
        ontvangstdatum:
          type: string
          format: date
          title: Ontvangstdatum
          description: Property value
        oordeel:
          type: string
          title: Oordeel
          description: Property value
        opdrachtgever:
          type: string
          title: Opdrachtgever
          description: Property value
        organisatieonderdeel:
          type: string
          title: Organisatieonderdeel
          description: Property value
        publicatiedatum:
          type: string
          format: date
          title: Publicatiedatum
          description: Property value
        samenvatting:
          type: string
          format: text
          title: Samenvatting
          description: Property value
        termijnoverschrijding:
          type: string
          description: >-
            Een (evenuteel) overschrijding van het beantwoordings termijn
            termijn
          title: Termijnoverschrijding
        thema:
          type: string
          title: Thema
          description: Property value
        titel:
          type: string
          format: text
          title: Titel
          description: Property value
        tooiCategorieId:
          type: string
          description: >-
            De tooiCategorieId van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: c_3baef532
          title: Categorie ID
        tooiCategorieNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: Vergaderstukken decentrale overheden
          title: Categorie Naam
        tooiCategorieUri:
          type: string
          description: >-
            De id van de categorie voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiCategorieId]`
          const: https://identifier.overheid.nl/tooi/def/thes/kern/c_3baef532
          title: Categorie URI
        tooiThemaId:
          type: string
          description: >-
            De id van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema ID
        tooiThemaNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema Naam
        tooiThemaUri:
          type: string
          description: >-
            De tooiThemaId van het thema voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiThemaId]`
          title: Thema URI
        values:
          type: array
          description: >-
            Binnen KOOP Woo Index kunnen waardes niet uitlijnen op TOOI wel
            worden meegegeven in key value pair's. Deze zijn vervolgens wel
            doorzoekbaar maar geen onderdeel van de open.overheid.nl user
            interface
          items:
            type: object
            required:
              - key
              - value
            properties:
              key:
                type: string
                description: Property value
              value:
                type: string
                description: Property value
            description: Property value
          title: Values
        Categorie:
          type: string
          format: text
          description: ''
          const: Subsidieverplichtingen anders dan met beschikking
          title: Categorie
    Overige_besluiten_van_algemene_strekking:
      type: object
      x-tags:
        - Overige besluiten van algemene strekking
      properties:
        _self:
          $ref: '#/components/schemas/_self'
          readOnly: true
          description: >-
            Object metadata including timestamps, ownership, and system
            information
        id:
          type: string
          format: uuid
          readOnly: true
          example: 123e4567-e89b-12d3-a456-426614174000
          description: The unique identifier for the object.
        attachments:
          type: array
          format: ''
          description: 'Property for temporary stroing of attachment data '
          example: ''
          default: ''
          pattern: ''
          items:
            type: object
            description: Property value
          title: Attachments
        beschrijving:
          type: string
          title: Beschrijving
          description: Property value
        besluitdatum:
          type: string
          format: date
          title: Besluitdatum
          description: Property value
        bevindingen:
          type: string
          title: Bevindingen
          description: Property value
        categorie:
          type: string
          format: text
          const: Overige besluiten van algemene strekking
          title: Categorie
          description: Property value
        conclusies:
          type: string
          title: Conclusies
          description: Property value
        depublicatiedatum:
          type: string
          format: date
          title: Depublicatiedatum
          description: Property value
        functiebenaming:
          type: string
          title: Functiebenaming
          description: Property value
        gedraging:
          type: string
          title: Gedraging
          description: Property value
        kenmerk:
          type: string
          title: Kenmerk
          description: Property value
        onderdeelTaak:
          type: string
          title: OnderdeelTaak
          description: Property value
        ontvangstdatum:
          type: string
          format: date
          title: Ontvangstdatum
          description: Property value
        oordeel:
          type: string
          title: Oordeel
          description: Property value
        opdrachtgever:
          type: string
          title: Opdrachtgever
          description: Property value
        organisatieonderdeel:
          type: string
          title: Organisatieonderdeel
          description: Property value
        publicatiedatum:
          type: string
          format: date
          title: Publicatiedatum
          description: Property value
        samenvatting:
          type: string
          format: text
          title: Samenvatting
          description: Property value
        termijnoverschrijding:
          type: string
          description: >-
            Een (evenuteel) overschrijding van het beantwoordings termijn
            termijn
          title: Termijnoverschrijding
        thema:
          type: string
          title: Thema
          description: Property value
        titel:
          type: string
          format: text
          title: Titel
          description: Property value
        tooiCategorieId:
          type: string
          description: >-
            De tooiCategorieId van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: c_3baef532
          title: Categorie ID
        tooiCategorieNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: Vergaderstukken decentrale overheden
          title: Categorie Naam
        tooiCategorieUri:
          type: string
          description: >-
            De id van de categorie voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiCategorieId]`
          const: https://identifier.overheid.nl/tooi/def/thes/kern/c_3baef532
          title: Categorie URI
        tooiThemaId:
          type: string
          description: >-
            De id van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema ID
        tooiThemaNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema Naam
        tooiThemaUri:
          type: string
          description: >-
            De tooiThemaId van het thema voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiThemaId]`
          title: Thema URI
        values:
          type: array
          description: >-
            Binnen KOOP Woo Index kunnen waardes niet uitlijnen op TOOI wel
            worden meegegeven in key value pair's. Deze zijn vervolgens wel
            doorzoekbaar maar geen onderdeel van de open.overheid.nl user
            interface
          items:
            type: object
            required:
              - key
              - value
            properties:
              key:
                type: string
                description: Property value
              value:
                type: string
                description: Property value
            description: Property value
          title: Values
    Organisatie_en_werkwijze:
      type: object
      x-tags:
        - Organisatie en werkwijze
      properties:
        _self:
          $ref: '#/components/schemas/_self'
          readOnly: true
          description: >-
            Object metadata including timestamps, ownership, and system
            information
        id:
          type: string
          format: uuid
          readOnly: true
          example: 123e4567-e89b-12d3-a456-426614174000
          description: The unique identifier for the object.
        attachments:
          type: array
          format: ''
          description: 'Property for temporary stroing of attachment data '
          example: ''
          default: ''
          pattern: ''
          items:
            type: object
            description: Property value
          title: Attachments
        beschrijving:
          type: string
          title: Beschrijving
          description: Property value
        besluitdatum:
          type: string
          format: date
          title: Besluitdatum
          description: Property value
        bevindingen:
          type: string
          title: Bevindingen
          description: Property value
        categorie:
          type: string
          format: text
          const: Organisatie en werkwijze
          title: Categorie
          description: Property value
        conclusies:
          type: string
          title: Conclusies
          description: Property value
        depublicatiedatum:
          type: string
          format: date
          title: Depublicatiedatum
          description: Property value
        functiebenaming:
          type: string
          title: Functiebenaming
          description: Property value
        gedraging:
          type: string
          title: Gedraging
          description: Property value
        kenmerk:
          type: string
          title: Kenmerk
          description: Property value
        onderdeelTaak:
          type: string
          title: OnderdeelTaak
          description: Property value
        ontvangstdatum:
          type: string
          format: date
          title: Ontvangstdatum
          description: Property value
        oordeel:
          type: string
          title: Oordeel
          description: Property value
        opdrachtgever:
          type: string
          title: Opdrachtgever
          description: Property value
        organisatieonderdeel:
          type: string
          title: Organisatieonderdeel
          description: Property value
        publicatiedatum:
          type: string
          format: date
          title: Publicatiedatum
          description: Property value
        samenvatting:
          type: string
          format: text
          title: Samenvatting
          description: Property value
        termijnoverschrijding:
          type: string
          description: >-
            Een (evenuteel) overschrijding van het beantwoordings termijn
            termijn
          title: Termijnoverschrijding
        thema:
          type: string
          title: Thema
          description: Property value
        titel:
          type: string
          format: text
          title: Titel
          description: Property value
        tooiCategorieId:
          type: string
          description: >-
            De tooiCategorieId van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: c_3baef532
          title: Categorie ID
        tooiCategorieNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: Vergaderstukken decentrale overheden
          title: Categorie Naam
        tooiCategorieUri:
          type: string
          description: >-
            De id van de categorie voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiCategorieId]`
          const: https://identifier.overheid.nl/tooi/def/thes/kern/c_3baef532
          title: Categorie URI
        tooiThemaId:
          type: string
          description: >-
            De id van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema ID
        tooiThemaNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema Naam
        tooiThemaUri:
          type: string
          description: >-
            De tooiThemaId van het thema voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiThemaId]`
          title: Thema URI
        values:
          type: array
          description: >-
            Binnen KOOP Woo Index kunnen waardes niet uitlijnen op TOOI wel
            worden meegegeven in key value pair's. Deze zijn vervolgens wel
            doorzoekbaar maar geen onderdeel van de open.overheid.nl user
            interface
          items:
            type: object
            required:
              - key
              - value
            properties:
              key:
                type: string
                description: Property value
              value:
                type: string
                description: Property value
            description: Property value
          title: Values
    Ontwerpen_van_wet-_en_regelgeving_met_adviesaanvraag:
      type: object
      x-tags:
        - Ontwerpen van wet- en regelgeving met adviesaanvraag
      properties:
        _self:
          $ref: '#/components/schemas/_self'
          readOnly: true
          description: >-
            Object metadata including timestamps, ownership, and system
            information
        id:
          type: string
          format: uuid
          readOnly: true
          example: 123e4567-e89b-12d3-a456-426614174000
          description: The unique identifier for the object.
        attachments:
          type: array
          format: ''
          description: 'Property for temporary stroing of attachment data '
          example: ''
          default: ''
          pattern: ''
          items:
            type: object
            description: Property value
          title: Attachments
        beschrijving:
          type: string
          title: Beschrijving
          description: Property value
        besluitdatum:
          type: string
          format: date
          title: Besluitdatum
          description: Property value
        bevindingen:
          type: string
          title: Bevindingen
          description: Property value
        categorie:
          type: string
          format: text
          const: Ontwerpen van wet- en regelgeving met adviesaanvraag
          title: Categorie
          description: Property value
        conclusies:
          type: string
          title: Conclusies
          description: Property value
        depublicatiedatum:
          type: string
          format: date
          title: Depublicatiedatum
          description: Property value
        functiebenaming:
          type: string
          title: Functiebenaming
          description: Property value
        gedraging:
          type: string
          title: Gedraging
          description: Property value
        kenmerk:
          type: string
          title: Kenmerk
          description: Property value
        onderdeelTaak:
          type: string
          title: OnderdeelTaak
          description: Property value
        ontvangstdatum:
          type: string
          format: date
          title: Ontvangstdatum
          description: Property value
        oordeel:
          type: string
          title: Oordeel
          description: Property value
        opdrachtgever:
          type: string
          title: Opdrachtgever
          description: Property value
        organisatieonderdeel:
          type: string
          title: Organisatieonderdeel
          description: Property value
        publicatiedatum:
          type: string
          format: date
          title: Publicatiedatum
          description: Property value
        samenvatting:
          type: string
          format: text
          title: Samenvatting
          description: Property value
        termijnoverschrijding:
          type: string
          description: >-
            Een (evenuteel) overschrijding van het beantwoordings termijn
            termijn
          title: Termijnoverschrijding
        thema:
          type: string
          title: Thema
          description: Property value
        titel:
          type: string
          format: text
          title: Titel
          description: Property value
        tooiCategorieId:
          type: string
          description: >-
            De tooiCategorieId van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: c_3baef532
          title: Categorie ID
        tooiCategorieNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: Vergaderstukken decentrale overheden
          title: Categorie Naam
        tooiCategorieUri:
          type: string
          description: >-
            De id van de categorie voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiCategorieId]`
          const: https://identifier.overheid.nl/tooi/def/thes/kern/c_3baef532
          title: Categorie URI
        tooiThemaId:
          type: string
          description: >-
            De id van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema ID
        tooiThemaNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema Naam
        tooiThemaUri:
          type: string
          description: >-
            De tooiThemaId van het thema voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiThemaId]`
          title: Thema URI
        values:
          type: array
          description: >-
            Binnen KOOP Woo Index kunnen waardes niet uitlijnen op TOOI wel
            worden meegegeven in key value pair's. Deze zijn vervolgens wel
            doorzoekbaar maar geen onderdeel van de open.overheid.nl user
            interface
          items:
            type: object
            required:
              - key
              - value
            properties:
              key:
                type: string
                description: Property value
              value:
                type: string
                description: Property value
            description: Property value
          title: Values
    Onderzoeksrapporten:
      type: object
      x-tags:
        - Onderzoeksrapporten
      properties:
        _self:
          $ref: '#/components/schemas/_self'
          readOnly: true
          description: >-
            Object metadata including timestamps, ownership, and system
            information
        id:
          type: string
          format: uuid
          readOnly: true
          example: 123e4567-e89b-12d3-a456-426614174000
          description: The unique identifier for the object.
        attachments:
          type: array
          format: ''
          description: 'Property for temporary stroing of attachment data '
          example: ''
          default: ''
          pattern: ''
          items:
            type: object
            description: Property value
          title: Attachments
        beschrijving:
          type: string
          title: Beschrijving
          description: Property value
        besluitdatum:
          type: string
          format: date
          title: Besluitdatum
          description: Property value
        bevindingen:
          type: string
          title: Bevindingen
          description: Property value
        categorie:
          type: string
          format: text
          const: Onderzoeksrapporten
          title: Categorie
          description: Property value
        conclusies:
          type: string
          title: Conclusies
          description: Property value
        depublicatiedatum:
          type: string
          format: date
          title: Depublicatiedatum
          description: Property value
        functiebenaming:
          type: string
          title: Functiebenaming
          description: Property value
        gedraging:
          type: string
          title: Gedraging
          description: Property value
        kenmerk:
          type: string
          title: Kenmerk
          description: Property value
        onderdeelTaak:
          type: string
          title: OnderdeelTaak
          description: Property value
        ontvangstdatum:
          type: string
          format: date
          title: Ontvangstdatum
          description: Property value
        oordeel:
          type: string
          title: Oordeel
          description: Property value
        opdrachtgever:
          type: string
          title: Opdrachtgever
          description: Property value
        organisatieonderdeel:
          type: string
          title: Organisatieonderdeel
          description: Property value
        publicatiedatum:
          type: string
          format: date
          title: Publicatiedatum
          description: Property value
        samenvatting:
          type: string
          format: text
          title: Samenvatting
          description: Property value
        termijnoverschrijding:
          type: string
          description: >-
            Een (evenuteel) overschrijding van het beantwoordings termijn
            termijn
          title: Termijnoverschrijding
        thema:
          type: string
          title: Thema
          description: Property value
        titel:
          type: string
          format: text
          title: Titel
          description: Property value
        tooiCategorieId:
          type: string
          description: >-
            De tooiCategorieId van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: c_3baef532
          title: Categorie ID
        tooiCategorieNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: Vergaderstukken decentrale overheden
          title: Categorie Naam
        tooiCategorieUri:
          type: string
          description: >-
            De id van de categorie voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiCategorieId]`
          const: https://identifier.overheid.nl/tooi/def/thes/kern/c_3baef532
          title: Categorie URI
        tooiThemaId:
          type: string
          description: >-
            De id van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema ID
        tooiThemaNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema Naam
        tooiThemaUri:
          type: string
          description: >-
            De tooiThemaId van het thema voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiThemaId]`
          title: Thema URI
        values:
          type: array
          description: >-
            Binnen KOOP Woo Index kunnen waardes niet uitlijnen op TOOI wel
            worden meegegeven in key value pair's. Deze zijn vervolgens wel
            doorzoekbaar maar geen onderdeel van de open.overheid.nl user
            interface
          items:
            type: object
            required:
              - key
              - value
            properties:
              key:
                type: string
                description: Property value
              value:
                type: string
                description: Property value
            description: Property value
          title: Values
    Klachtoordelen:
      type: object
      x-tags:
        - Klachtoordelen
      properties:
        _self:
          $ref: '#/components/schemas/_self'
          readOnly: true
          description: >-
            Object metadata including timestamps, ownership, and system
            information
        id:
          type: string
          format: uuid
          readOnly: true
          example: 123e4567-e89b-12d3-a456-426614174000
          description: The unique identifier for the object.
        attachments:
          type: array
          format: ''
          description: 'Property for temporary stroing of attachment data '
          example: ''
          default: ''
          pattern: ''
          items:
            type: object
            description: Property value
          title: Attachments
        beschrijving:
          type: string
          title: Beschrijving
          description: Property value
        besluitdatum:
          type: string
          format: date
          title: Besluitdatum
          description: Property value
        bevindingen:
          type: string
          title: Bevindingen
          description: Property value
        categorie:
          type: string
          format: text
          const: Klachtoordelen
          title: Categorie
          description: Property value
        conclusies:
          type: string
          title: Conclusies
          description: Property value
        depublicatiedatum:
          type: string
          format: date
          title: Depublicatiedatum
          description: Property value
        functiebenaming:
          type: string
          title: Functiebenaming
          description: Property value
        gedraging:
          type: string
          title: Gedraging
          description: Property value
        kenmerk:
          type: string
          title: Kenmerk
          description: Property value
        onderdeelTaak:
          type: string
          title: OnderdeelTaak
          description: Property value
        ontvangstdatum:
          type: string
          format: date
          title: Ontvangstdatum
          description: Property value
        oordeel:
          type: string
          title: Oordeel
          description: Property value
        opdrachtgever:
          type: string
          title: Opdrachtgever
          description: Property value
        organisatieonderdeel:
          type: string
          title: Organisatieonderdeel
          description: Property value
        publicatiedatum:
          type: string
          format: date
          title: Publicatiedatum
          description: Property value
        samenvatting:
          type: string
          format: text
          title: Samenvatting
          description: Property value
        termijnoverschrijding:
          type: string
          description: >-
            Een (evenuteel) overschrijding van het beantwoordings termijn
            termijn
          title: Termijnoverschrijding
        thema:
          type: string
          title: Thema
          description: Property value
        titel:
          type: string
          format: text
          title: Titel
          description: Property value
        tooiCategorieId:
          type: string
          description: >-
            De tooiCategorieId van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: c_3baef532
          title: Categorie ID
        tooiCategorieNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: Vergaderstukken decentrale overheden
          title: Categorie Naam
        tooiCategorieUri:
          type: string
          description: >-
            De id van de categorie voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiCategorieId]`
          const: https://identifier.overheid.nl/tooi/def/thes/kern/c_3baef532
          title: Categorie URI
        tooiThemaId:
          type: string
          description: >-
            De id van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema ID
        tooiThemaNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema Naam
        tooiThemaUri:
          type: string
          description: >-
            De tooiThemaId van het thema voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiThemaId]`
          title: Thema URI
        values:
          type: array
          description: >-
            Binnen KOOP Woo Index kunnen waardes niet uitlijnen op TOOI wel
            worden meegegeven in key value pair's. Deze zijn vervolgens wel
            doorzoekbaar maar geen onderdeel van de open.overheid.nl user
            interface
          items:
            type: object
            required:
              - key
              - value
            properties:
              key:
                type: string
                description: Property value
              value:
                type: string
                description: Property value
            description: Property value
          title: Values
    Wetten_en_algemeen_verbindende_voorschriften:
      type: object
      x-tags:
        - Wetten en algemeen verbindende voorschriften
      properties:
        _self:
          $ref: '#/components/schemas/_self'
          readOnly: true
          description: >-
            Object metadata including timestamps, ownership, and system
            information
        id:
          type: string
          format: uuid
          readOnly: true
          example: 123e4567-e89b-12d3-a456-426614174000
          description: The unique identifier for the object.
        attachments:
          type: array
          format: ''
          description: 'Property for temporary stroing of attachment data '
          example: ''
          default: ''
          pattern: ''
          items:
            type: object
            description: Property value
          title: Attachments
        beschrijving:
          type: string
          title: Beschrijving
          description: Property value
        besluitdatum:
          type: string
          format: date
          title: Besluitdatum
          description: Property value
        bevindingen:
          type: string
          title: Bevindingen
          description: Property value
        categorie:
          type: string
          format: text
          const: Wetten en algemeen verbindende voorschriften
          title: Categorie
          description: Property value
        conclusies:
          type: string
          title: Conclusies
          description: Property value
        depublicatiedatum:
          type: string
          format: date
          title: Depublicatiedatum
          description: Property value
        functiebenaming:
          type: string
          title: Functiebenaming
          description: Property value
        gedraging:
          type: string
          title: Gedraging
          description: Property value
        kenmerk:
          type: string
          title: Kenmerk
          description: Property value
        onderdeelTaak:
          type: string
          title: OnderdeelTaak
          description: Property value
        ontvangstdatum:
          type: string
          format: date
          title: Ontvangstdatum
          description: Property value
        oordeel:
          type: string
          title: Oordeel
          description: Property value
        opdrachtgever:
          type: string
          title: Opdrachtgever
          description: Property value
        organisatieonderdeel:
          type: string
          title: Organisatieonderdeel
          description: Property value
        publicatiedatum:
          type: string
          format: date
          title: Publicatiedatum
          description: Property value
        samenvatting:
          type: string
          format: text
          title: Samenvatting
          description: Property value
        termijnoverschrijding:
          type: string
          description: >-
            Een (evenuteel) overschrijding van het beantwoordings termijn
            termijn
          title: Termijnoverschrijding
        thema:
          type: string
          title: Thema
          description: Property value
        titel:
          type: string
          format: text
          title: Titel
          description: Property value
        tooiCategorieId:
          type: string
          description: >-
            De tooiCategorieId van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: c_3baef532
          title: Categorie ID
        tooiCategorieNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: Vergaderstukken decentrale overheden
          title: Categorie Naam
        tooiCategorieUri:
          type: string
          description: >-
            De id van de categorie voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiCategorieId]`
          const: https://identifier.overheid.nl/tooi/def/thes/kern/c_3baef532
          title: Categorie URI
        tooiThemaId:
          type: string
          description: >-
            De id van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema ID
        tooiThemaNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema Naam
        tooiThemaUri:
          type: string
          description: >-
            De tooiThemaId van het thema voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiThemaId]`
          title: Thema URI
        values:
          type: array
          description: >-
            Binnen KOOP Woo Index kunnen waardes niet uitlijnen op TOOI wel
            worden meegegeven in key value pair's. Deze zijn vervolgens wel
            doorzoekbaar maar geen onderdeel van de open.overheid.nl user
            interface
          items:
            type: object
            required:
              - key
              - value
            properties:
              key:
                type: string
                description: Property value
              value:
                type: string
                description: Property value
            description: Property value
          title: Values
    Woo-verzoeken_en_-besluiten:
      type: object
      x-tags:
        - Woo-verzoeken en -besluiten
      properties:
        _self:
          $ref: '#/components/schemas/_self'
          readOnly: true
          description: >-
            Object metadata including timestamps, ownership, and system
            information
        id:
          type: string
          format: uuid
          readOnly: true
          example: 123e4567-e89b-12d3-a456-426614174000
          description: The unique identifier for the object.
        attachments:
          type: array
          format: ''
          description: 'Property for temporary stroing of attachment data '
          example: ''
          default: ''
          pattern: ''
          items:
            type: object
            description: Property value
          title: Attachments
        beschrijving:
          type: string
          title: Beschrijving
          description: Property value
        besluitdatum:
          type: string
          format: date
          title: Besluitdatum
          description: Property value
        bevindingen:
          type: string
          title: Bevindingen
          description: Property value
        categorie:
          type: string
          format: text
          const: Woo-verzoeken en -besluiten
          title: Categorie
          description: Property value
        conclusies:
          type: string
          title: Conclusies
          description: Property value
        depublicatiedatum:
          type: string
          format: date
          title: Depublicatiedatum
          description: Property value
        functiebenaming:
          type: string
          title: Functiebenaming
          description: Property value
        gedraging:
          type: string
          title: Gedraging
          description: Property value
        kenmerk:
          type: string
          title: Kenmerk
          description: Property value
        onderdeelTaak:
          type: string
          title: OnderdeelTaak
          description: Property value
        ontvangstdatum:
          type: string
          format: date
          title: Ontvangstdatum
          description: Property value
        oordeel:
          type: string
          title: Oordeel
          description: Property value
        opdrachtgever:
          type: string
          title: Opdrachtgever
          description: Property value
        organisatieonderdeel:
          type: string
          title: Organisatieonderdeel
          description: Property value
        publicatiedatum:
          type: string
          format: date
          title: Publicatiedatum
          description: Property value
        samenvatting:
          type: string
          format: text
          title: Samenvatting
          description: Property value
        termijnoverschrijding:
          type: string
          description: >-
            Een (evenuteel) overschrijding van het beantwoordings termijn
            termijn
          title: Termijnoverschrijding
        thema:
          type: string
          title: Thema
          description: Property value
        titel:
          type: string
          format: text
          title: Titel
          description: Property value
        tooiCategorieId:
          type: string
          description: >-
            De tooiCategorieId van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: c_3baef532
          title: Categorie ID
        tooiCategorieNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: Vergaderstukken decentrale overheden
          title: Categorie Naam
        tooiCategorieUri:
          type: string
          description: >-
            De id van de categorie voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiCategorieId]`
          const: https://identifier.overheid.nl/tooi/def/thes/kern/c_3baef532
          title: Categorie URI
        tooiThemaId:
          type: string
          description: >-
            De id van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema ID
        tooiThemaNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema Naam
        tooiThemaUri:
          type: string
          description: >-
            De tooiThemaId van het thema voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiThemaId]`
          title: Thema URI
        values:
          type: array
          description: >-
            Binnen KOOP Woo Index kunnen waardes niet uitlijnen op TOOI wel
            worden meegegeven in key value pair's. Deze zijn vervolgens wel
            doorzoekbaar maar geen onderdeel van de open.overheid.nl user
            interface
          items:
            type: object
            required:
              - key
              - value
            properties:
              key:
                type: string
                description: Property value
              value:
                type: string
                description: Property value
            description: Property value
          title: Values
    Vergaderstukken_Staten-Generaal:
      type: object
      x-tags:
        - Vergaderstukken Staten-Generaal
      properties:
        _self:
          $ref: '#/components/schemas/_self'
          readOnly: true
          description: >-
            Object metadata including timestamps, ownership, and system
            information
        id:
          type: string
          format: uuid
          readOnly: true
          example: 123e4567-e89b-12d3-a456-426614174000
          description: The unique identifier for the object.
        attachments:
          type: array
          format: ''
          description: 'Property for temporary stroing of attachment data '
          example: ''
          default: ''
          pattern: ''
          items:
            type: object
            description: Property value
          title: Attachments
        beschrijving:
          type: string
          title: Beschrijving
          description: Property value
        besluitdatum:
          type: string
          format: date
          title: Besluitdatum
          description: Property value
        bevindingen:
          type: string
          title: Bevindingen
          description: Property value
        categorie:
          type: string
          format: text
          const: Vergaderstukken Staten-Generaal
          title: Categorie
          description: Property value
        conclusies:
          type: string
          title: Conclusies
          description: Property value
        depublicatiedatum:
          type: string
          format: date
          title: Depublicatiedatum
          description: Property value
        functiebenaming:
          type: string
          title: Functiebenaming
          description: Property value
        gedraging:
          type: string
          title: Gedraging
          description: Property value
        kenmerk:
          type: string
          title: Kenmerk
          description: Property value
        onderdeelTaak:
          type: string
          title: OnderdeelTaak
          description: Property value
        ontvangstdatum:
          type: string
          format: date
          title: Ontvangstdatum
          description: Property value
        oordeel:
          type: string
          title: Oordeel
          description: Property value
        opdrachtgever:
          type: string
          title: Opdrachtgever
          description: Property value
        organisatieonderdeel:
          type: string
          title: Organisatieonderdeel
          description: Property value
        publicatiedatum:
          type: string
          format: date
          title: Publicatiedatum
          description: Property value
        samenvatting:
          type: string
          format: text
          title: Samenvatting
          description: Property value
        termijnoverschrijding:
          type: string
          description: >-
            Een (evenuteel) overschrijding van het beantwoordings termijn
            termijn
          title: Termijnoverschrijding
        thema:
          type: string
          title: Thema
          description: Property value
        titel:
          type: string
          format: text
          title: Titel
          description: Property value
        tooiCategorieId:
          type: string
          description: >-
            De tooiCategorieId van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: c_3baef532
          title: Categorie ID
        tooiCategorieNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: Vergaderstukken decentrale overheden
          title: Categorie Naam
        tooiCategorieUri:
          type: string
          description: >-
            De id van de categorie voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiCategorieId]`
          const: https://identifier.overheid.nl/tooi/def/thes/kern/c_3baef532
          title: Categorie URI
        tooiThemaId:
          type: string
          description: >-
            De id van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema ID
        tooiThemaNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema Naam
        tooiThemaUri:
          type: string
          description: >-
            De tooiThemaId van het thema voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiThemaId]`
          title: Thema URI
        values:
          type: array
          description: >-
            Binnen KOOP Woo Index kunnen waardes niet uitlijnen op TOOI wel
            worden meegegeven in key value pair's. Deze zijn vervolgens wel
            doorzoekbaar maar geen onderdeel van de open.overheid.nl user
            interface
          items:
            type: object
            required:
              - key
              - value
            properties:
              key:
                type: string
                description: Property value
              value:
                type: string
                description: Property value
            description: Property value
          title: Values
    Convenanten:
      type: object
      x-tags:
        - Convenanten
      properties:
        _self:
          $ref: '#/components/schemas/_self'
          readOnly: true
          description: >-
            Object metadata including timestamps, ownership, and system
            information
        id:
          type: string
          format: uuid
          readOnly: true
          example: 123e4567-e89b-12d3-a456-426614174000
          description: The unique identifier for the object.
        attachments:
          type: array
          format: ''
          description: 'Property for temporary stroing of attachment data '
          example: ''
          default: ''
          pattern: ''
          items:
            type: object
            description: Property value
          title: Attachments
        beschrijving:
          type: string
          title: Beschrijving
          description: Property value
        besluitdatum:
          type: string
          format: date
          title: Besluitdatum
          description: Property value
        bevindingen:
          type: string
          title: Bevindingen
          description: Property value
        categorie:
          type: string
          format: text
          const: Convenanten
          title: Categorie
          description: Property value
        conclusies:
          type: string
          title: Conclusies
          description: Property value
        depublicatiedatum:
          type: string
          format: date
          title: Depublicatiedatum
          description: Property value
        functiebenaming:
          type: string
          title: Functiebenaming
          description: Property value
        gedraging:
          type: string
          title: Gedraging
          description: Property value
        kenmerk:
          type: string
          title: Kenmerk
          description: Property value
        onderdeelTaak:
          type: string
          title: OnderdeelTaak
          description: Property value
        ontvangstdatum:
          type: string
          format: date
          title: Ontvangstdatum
          description: Property value
        oordeel:
          type: string
          title: Oordeel
          description: Property value
        opdrachtgever:
          type: string
          title: Opdrachtgever
          description: Property value
        organisatieonderdeel:
          type: string
          title: Organisatieonderdeel
          description: Property value
        publicatiedatum:
          type: string
          format: date
          title: Publicatiedatum
          description: Property value
        samenvatting:
          type: string
          format: text
          title: Samenvatting
          description: Property value
        termijnoverschrijding:
          type: string
          description: >-
            Een (evenuteel) overschrijding van het beantwoordings termijn
            termijn
          title: Termijnoverschrijding
        thema:
          type: string
          title: Thema
          description: Property value
        titel:
          type: string
          format: text
          title: Titel
          description: Property value
        tooiCategorieId:
          type: string
          description: >-
            De tooiCategorieId van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: c_3baef532
          title: Categorie ID
        tooiCategorieNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: Vergaderstukken decentrale overheden
          title: Categorie Naam
        tooiCategorieUri:
          type: string
          description: >-
            De id van de categorie voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiCategorieId]`
          const: https://identifier.overheid.nl/tooi/def/thes/kern/c_3baef532
          title: Categorie URI
        tooiThemaId:
          type: string
          description: >-
            De id van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema ID
        tooiThemaNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema Naam
        tooiThemaUri:
          type: string
          description: >-
            De tooiThemaId van het thema voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiThemaId]`
          title: Thema URI
        values:
          type: array
          description: >-
            Binnen KOOP Woo Index kunnen waardes niet uitlijnen op TOOI wel
            worden meegegeven in key value pair's. Deze zijn vervolgens wel
            doorzoekbaar maar geen onderdeel van de open.overheid.nl user
            interface
          items:
            type: object
            required:
              - key
              - value
            properties:
              key:
                type: string
                description: Property value
              value:
                type: string
                description: Property value
            description: Property value
          title: Values
    Agenda_s_en_besluitenlijsten_bestuurscolleges:
      type: object
      x-tags:
        - Agenda's en besluitenlijsten bestuurscolleges
      properties:
        _self:
          $ref: '#/components/schemas/_self'
          readOnly: true
          description: >-
            Object metadata including timestamps, ownership, and system
            information
        id:
          type: string
          format: uuid
          readOnly: true
          example: 123e4567-e89b-12d3-a456-426614174000
          description: The unique identifier for the object.
        attachments:
          type: array
          format: ''
          description: 'Property for temporary stroing of attachment data '
          example: ''
          default: ''
          pattern: ''
          items:
            type: object
            description: Property value
          title: Attachments
        beschrijving:
          type: string
          title: Beschrijving
          description: Property value
        besluitdatum:
          type: string
          format: date
          title: Besluitdatum
          description: Property value
        bevindingen:
          type: string
          title: Bevindingen
          description: Property value
        categorie:
          type: string
          format: text
          const: Agenda's en besluitenlijsten bestuurscolleges
          title: Categorie
          description: Property value
        conclusies:
          type: string
          title: Conclusies
          description: Property value
        depublicatiedatum:
          type: string
          format: date
          title: Depublicatiedatum
          description: Property value
        functiebenaming:
          type: string
          title: Functiebenaming
          description: Property value
        gedraging:
          type: string
          title: Gedraging
          description: Property value
        kenmerk:
          type: string
          title: Kenmerk
          description: Property value
        onderdeelTaak:
          type: string
          title: OnderdeelTaak
          description: Property value
        ontvangstdatum:
          type: string
          format: date
          title: Ontvangstdatum
          description: Property value
        oordeel:
          type: string
          title: Oordeel
          description: Property value
        opdrachtgever:
          type: string
          title: Opdrachtgever
          description: Property value
        organisatieonderdeel:
          type: string
          title: Organisatieonderdeel
          description: Property value
        publicatiedatum:
          type: string
          format: date
          title: Publicatiedatum
          description: Property value
        samenvatting:
          type: string
          format: text
          title: Samenvatting
          description: Property value
        termijnoverschrijding:
          type: string
          description: >-
            Een (evenuteel) overschrijding van het beantwoordings termijn
            termijn
          title: Termijnoverschrijding
        thema:
          type: string
          title: Thema
          description: Property value
        titel:
          type: string
          format: text
          title: Titel
          description: Property value
        tooiCategorieId:
          type: string
          description: >-
            De tooiCategorieId van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: c_3baef532
          title: Categorie ID
        tooiCategorieNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: Vergaderstukken decentrale overheden
          title: Categorie Naam
        tooiCategorieUri:
          type: string
          description: >-
            De id van de categorie voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiCategorieId]`
          const: https://identifier.overheid.nl/tooi/def/thes/kern/c_3baef532
          title: Categorie URI
        tooiThemaId:
          type: string
          description: >-
            De id van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema ID
        tooiThemaNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema Naam
        tooiThemaUri:
          type: string
          description: >-
            De tooiThemaId van het thema voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiThemaId]`
          title: Thema URI
        values:
          type: array
          description: >-
            Binnen KOOP Woo Index kunnen waardes niet uitlijnen op TOOI wel
            worden meegegeven in key value pair's. Deze zijn vervolgens wel
            doorzoekbaar maar geen onderdeel van de open.overheid.nl user
            interface
          items:
            type: object
            required:
              - key
              - value
            properties:
              key:
                type: string
                description: Property value
              value:
                type: string
                description: Property value
            description: Property value
          title: Values
    Adviezen:
      type: object
      x-tags:
        - Adviezen
      properties:
        _self:
          $ref: '#/components/schemas/_self'
          readOnly: true
          description: >-
            Object metadata including timestamps, ownership, and system
            information
        id:
          type: string
          format: uuid
          readOnly: true
          example: 123e4567-e89b-12d3-a456-426614174000
          description: The unique identifier for the object.
        attachments:
          type: array
          format: ''
          description: 'Property for temporary stroing of attachment data '
          example: ''
          default: ''
          pattern: ''
          items:
            type: object
            description: Property value
          title: Attachments
        beschrijving:
          type: string
          title: Beschrijving
          description: Property value
        besluitdatum:
          type: string
          format: date
          title: Besluitdatum
          description: Property value
        bevindingen:
          type: string
          title: Bevindingen
          description: Property value
        categorie:
          type: string
          format: text
          const: Adviezen
          title: Categorie
          description: Property value
        conclusies:
          type: string
          title: Conclusies
          description: Property value
        depublicatiedatum:
          type: string
          format: date
          title: Depublicatiedatum
          description: Property value
        functiebenaming:
          type: string
          title: Functiebenaming
          description: Property value
        gedraging:
          type: string
          title: Gedraging
          description: Property value
        kenmerk:
          type: string
          title: Kenmerk
          description: Property value
        onderdeelTaak:
          type: string
          title: OnderdeelTaak
          description: Property value
        ontvangstdatum:
          type: string
          format: date
          title: Ontvangstdatum
          description: Property value
        oordeel:
          type: string
          title: Oordeel
          description: Property value
        opdrachtgever:
          type: string
          title: Opdrachtgever
          description: Property value
        organisatieonderdeel:
          type: string
          title: Organisatieonderdeel
          description: Property value
        publicatiedatum:
          type: string
          format: date
          title: Publicatiedatum
          description: Property value
        samenvatting:
          type: string
          format: text
          title: Samenvatting
          description: Property value
        termijnoverschrijding:
          type: string
          description: >-
            Een (evenuteel) overschrijding van het beantwoordings termijn
            termijn
          title: Termijnoverschrijding
        thema:
          type: string
          title: Thema
          description: Property value
        titel:
          type: string
          format: text
          title: Titel
          description: Property value
        tooiCategorieId:
          type: string
          description: >-
            De tooiCategorieId van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: c_3baef532
          title: Categorie ID
        tooiCategorieNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: Vergaderstukken decentrale overheden
          title: Categorie Naam
        tooiCategorieUri:
          type: string
          description: >-
            De id van de categorie voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiCategorieId]`
          const: https://identifier.overheid.nl/tooi/def/thes/kern/c_3baef532
          title: Categorie URI
        tooiThemaId:
          type: string
          description: >-
            De id van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema ID
        tooiThemaNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema Naam
        tooiThemaUri:
          type: string
          description: >-
            De tooiThemaId van het thema voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiThemaId]`
          title: Thema URI
        values:
          type: array
          description: >-
            Binnen KOOP Woo Index kunnen waardes niet uitlijnen op TOOI wel
            worden meegegeven in key value pair's. Deze zijn vervolgens wel
            doorzoekbaar maar geen onderdeel van de open.overheid.nl user
            interface
          items:
            type: object
            required:
              - key
              - value
            properties:
              key:
                type: string
                description: Property value
              value:
                type: string
                description: Property value
            description: Property value
          title: Values
    Bereikbaarheidsgegevens:
      type: object
      x-tags:
        - Bereikbaarheidsgegevens
      properties:
        _self:
          $ref: '#/components/schemas/_self'
          readOnly: true
          description: >-
            Object metadata including timestamps, ownership, and system
            information
        id:
          type: string
          format: uuid
          readOnly: true
          example: 123e4567-e89b-12d3-a456-426614174000
          description: The unique identifier for the object.
        attachments:
          type: array
          format: ''
          description: 'Property for temporary stroing of attachment data '
          example: ''
          default: ''
          pattern: ''
          items:
            type: object
            description: Property value
          title: Attachments
        beschrijving:
          type: string
          title: Beschrijving
          description: Property value
        besluitdatum:
          type: string
          format: date
          title: Besluitdatum
          description: Property value
        bevindingen:
          type: string
          title: Bevindingen
          description: Property value
        categorie:
          type: string
          format: text
          const: Bereikbaarheidsgegevens
          title: Categorie
          description: Property value
        conclusies:
          type: string
          title: Conclusies
          description: Property value
        depublicatiedatum:
          type: string
          format: date
          title: Depublicatiedatum
          description: Property value
        functiebenaming:
          type: string
          title: Functiebenaming
          description: Property value
        gedraging:
          type: string
          title: Gedraging
          description: Property value
        kenmerk:
          type: string
          title: Kenmerk
          description: Property value
        onderdeelTaak:
          type: string
          title: OnderdeelTaak
          description: Property value
        ontvangstdatum:
          type: string
          format: date
          title: Ontvangstdatum
          description: Property value
        oordeel:
          type: string
          title: Oordeel
          description: Property value
        opdrachtgever:
          type: string
          title: Opdrachtgever
          description: Property value
        organisatieonderdeel:
          type: string
          title: Organisatieonderdeel
          description: Property value
        publicatiedatum:
          type: string
          format: date
          title: Publicatiedatum
          description: Property value
        samenvatting:
          type: string
          format: text
          title: Samenvatting
          description: Property value
        termijnoverschrijding:
          type: string
          description: >-
            Een (evenuteel) overschrijding van het beantwoordings termijn
            termijn
          title: Termijnoverschrijding
        thema:
          type: string
          title: Thema
          description: Property value
        titel:
          type: string
          format: text
          title: Titel
          description: Property value
        tooiCategorieId:
          type: string
          description: >-
            De tooiCategorieId van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: c_3baef532
          title: Categorie ID
        tooiCategorieNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: Vergaderstukken decentrale overheden
          title: Categorie Naam
        tooiCategorieUri:
          type: string
          description: >-
            De id van de categorie voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiCategorieId]`
          const: https://identifier.overheid.nl/tooi/def/thes/kern/c_3baef532
          title: Categorie URI
        tooiThemaId:
          type: string
          description: >-
            De id van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema ID
        tooiThemaNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema Naam
        tooiThemaUri:
          type: string
          description: >-
            De tooiThemaId van het thema voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiThemaId]`
          title: Thema URI
        values:
          type: array
          description: >-
            Binnen KOOP Woo Index kunnen waardes niet uitlijnen op TOOI wel
            worden meegegeven in key value pair's. Deze zijn vervolgens wel
            doorzoekbaar maar geen onderdeel van de open.overheid.nl user
            interface
          items:
            type: object
            required:
              - key
              - value
            properties:
              key:
                type: string
                description: Property value
              value:
                type: string
                description: Property value
            description: Property value
          title: Values
    Beschikkingen:
      type: object
      x-tags:
        - Beschikkingen
      properties:
        _self:
          $ref: '#/components/schemas/_self'
          readOnly: true
          description: >-
            Object metadata including timestamps, ownership, and system
            information
        id:
          type: string
          format: uuid
          readOnly: true
          example: 123e4567-e89b-12d3-a456-426614174000
          description: The unique identifier for the object.
        attachments:
          type: array
          format: ''
          description: 'Property for temporary stroing of attachment data '
          example: ''
          default: ''
          pattern: ''
          items:
            type: object
            description: Property value
          title: Attachments
        beschrijving:
          type: string
          title: Beschrijving
          description: Property value
        besluitdatum:
          type: string
          format: date
          title: Besluitdatum
          description: Property value
        bevindingen:
          type: string
          title: Bevindingen
          description: Property value
        categorie:
          type: string
          format: text
          const: Beschikkingen
          title: Categorie
          description: Property value
        conclusies:
          type: string
          title: Conclusies
          description: Property value
        depublicatiedatum:
          type: string
          format: date
          title: Depublicatiedatum
          description: Property value
        functiebenaming:
          type: string
          title: Functiebenaming
          description: Property value
        gedraging:
          type: string
          title: Gedraging
          description: Property value
        kenmerk:
          type: string
          title: Kenmerk
          description: Property value
        onderdeelTaak:
          type: string
          title: OnderdeelTaak
          description: Property value
        ontvangstdatum:
          type: string
          format: date
          title: Ontvangstdatum
          description: Property value
        oordeel:
          type: string
          title: Oordeel
          description: Property value
        opdrachtgever:
          type: string
          title: Opdrachtgever
          description: Property value
        organisatieonderdeel:
          type: string
          title: Organisatieonderdeel
          description: Property value
        publicatiedatum:
          type: string
          format: date
          title: Publicatiedatum
          description: Property value
        samenvatting:
          type: string
          format: text
          title: Samenvatting
          description: Property value
        termijnoverschrijding:
          type: string
          description: >-
            Een (evenuteel) overschrijding van het beantwoordings termijn
            termijn
          title: Termijnoverschrijding
        thema:
          type: string
          title: Thema
          description: Property value
        titel:
          type: string
          format: text
          title: Titel
          description: Property value
        tooiCategorieId:
          type: string
          description: >-
            De tooiCategorieId van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: c_3baef532
          title: Categorie ID
        tooiCategorieNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: Vergaderstukken decentrale overheden
          title: Categorie Naam
        tooiCategorieUri:
          type: string
          description: >-
            De id van de categorie voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiCategorieId]`
          const: https://identifier.overheid.nl/tooi/def/thes/kern/c_3baef532
          title: Categorie URI
        tooiThemaId:
          type: string
          description: >-
            De id van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema ID
        tooiThemaNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema Naam
        tooiThemaUri:
          type: string
          description: >-
            De tooiThemaId van het thema voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiThemaId]`
          title: Thema URI
        values:
          type: array
          description: >-
            Binnen KOOP Woo Index kunnen waardes niet uitlijnen op TOOI wel
            worden meegegeven in key value pair's. Deze zijn vervolgens wel
            doorzoekbaar maar geen onderdeel van de open.overheid.nl user
            interface
          items:
            type: object
            required:
              - key
              - value
            properties:
              key:
                type: string
                description: Property value
              value:
                type: string
                description: Property value
            description: Property value
          title: Values
    Bij_vertegenwoordigende_organen_ingekomen_stukken:
      type: object
      x-tags:
        - "Bij vertegenwoordigende organen ingekomen stukken\t"
      properties:
        _self:
          $ref: '#/components/schemas/_self'
          readOnly: true
          description: >-
            Object metadata including timestamps, ownership, and system
            information
        id:
          type: string
          format: uuid
          readOnly: true
          example: 123e4567-e89b-12d3-a456-426614174000
          description: The unique identifier for the object.
        attachments:
          type: array
          format: ''
          description: 'Property for temporary stroing of attachment data '
          example: ''
          default: ''
          pattern: ''
          items:
            type: object
            description: Property value
          title: Attachments
        beschrijving:
          type: string
          title: Beschrijving
          description: Property value
        besluitdatum:
          type: string
          format: date
          title: Besluitdatum
          description: Property value
        bevindingen:
          type: string
          title: Bevindingen
          description: Property value
        categorie:
          type: string
          format: text
          const: "Bij vertegenwoordigende organen ingekomen stukken\t"
          title: Categorie
          description: Property value
        conclusies:
          type: string
          title: Conclusies
          description: Property value
        depublicatiedatum:
          type: string
          format: date
          title: Depublicatiedatum
          description: Property value
        functiebenaming:
          type: string
          title: Functiebenaming
          description: Property value
        gedraging:
          type: string
          title: Gedraging
          description: Property value
        kenmerk:
          type: string
          title: Kenmerk
          description: Property value
        onderdeelTaak:
          type: string
          title: OnderdeelTaak
          description: Property value
        ontvangstdatum:
          type: string
          format: date
          title: Ontvangstdatum
          description: Property value
        oordeel:
          type: string
          title: Oordeel
          description: Property value
        opdrachtgever:
          type: string
          title: Opdrachtgever
          description: Property value
        organisatieonderdeel:
          type: string
          title: Organisatieonderdeel
          description: Property value
        publicatiedatum:
          type: string
          format: date
          title: Publicatiedatum
          description: Property value
        samenvatting:
          type: string
          format: text
          title: Samenvatting
          description: Property value
        termijnoverschrijding:
          type: string
          description: >-
            Een (evenuteel) overschrijding van het beantwoordings termijn
            termijn
          title: Termijnoverschrijding
        thema:
          type: string
          title: Thema
          description: Property value
        titel:
          type: string
          format: text
          title: Titel
          description: Property value
        tooiCategorieId:
          type: string
          description: >-
            De tooiCategorieId van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: c_3baef532
          title: Categorie ID
        tooiCategorieNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: Vergaderstukken decentrale overheden
          title: Categorie Naam
        tooiCategorieUri:
          type: string
          description: >-
            De id van de categorie voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiCategorieId]`
          const: https://identifier.overheid.nl/tooi/def/thes/kern/c_3baef532
          title: Categorie URI
        tooiThemaId:
          type: string
          description: >-
            De id van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema ID
        tooiThemaNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema Naam
        tooiThemaUri:
          type: string
          description: >-
            De tooiThemaId van het thema voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiThemaId]`
          title: Thema URI
        values:
          type: array
          description: >-
            Binnen KOOP Woo Index kunnen waardes niet uitlijnen op TOOI wel
            worden meegegeven in key value pair's. Deze zijn vervolgens wel
            doorzoekbaar maar geen onderdeel van de open.overheid.nl user
            interface
          items:
            type: object
            required:
              - key
              - value
            properties:
              key:
                type: string
                description: Property value
              value:
                type: string
                description: Property value
            description: Property value
          title: Values
    Jaarplan_of_jaarverslag:
      type: object
      x-tags:
        - Jaarplan of jaarverslag
      properties:
        _self:
          $ref: '#/components/schemas/_self'
          readOnly: true
          description: >-
            Object metadata including timestamps, ownership, and system
            information
        id:
          type: string
          format: uuid
          readOnly: true
          example: 123e4567-e89b-12d3-a456-426614174000
          description: The unique identifier for the object.
        attachments:
          type: array
          format: ''
          description: 'Property for temporary stroing of attachment data '
          example: ''
          default: ''
          pattern: ''
          items:
            type: object
            description: Property value
          title: Attachments
        beschrijving:
          type: string
          title: Beschrijving
          description: Property value
        besluitdatum:
          type: string
          format: date
          title: Besluitdatum
          description: Property value
        bevindingen:
          type: string
          title: Bevindingen
          description: Property value
        categorie:
          type: string
          format: text
          const: Jaarplan of jaarverslag
          title: Categorie
          description: Property value
        conclusies:
          type: string
          title: Conclusies
          description: Property value
        depublicatiedatum:
          type: string
          format: date
          title: Depublicatiedatum
          description: Property value
        functiebenaming:
          type: string
          title: Functiebenaming
          description: Property value
        gedraging:
          type: string
          title: Gedraging
          description: Property value
        kenmerk:
          type: string
          title: Kenmerk
          description: Property value
        onderdeelTaak:
          type: string
          title: OnderdeelTaak
          description: Property value
        ontvangstdatum:
          type: string
          format: date
          title: Ontvangstdatum
          description: Property value
        oordeel:
          type: string
          title: Oordeel
          description: Property value
        opdrachtgever:
          type: string
          title: Opdrachtgever
          description: Property value
        organisatieonderdeel:
          type: string
          title: Organisatieonderdeel
          description: Property value
        publicatiedatum:
          type: string
          format: date
          title: Publicatiedatum
          description: Property value
        samenvatting:
          type: string
          format: text
          title: Samenvatting
          description: Property value
        termijnoverschrijding:
          type: string
          description: >-
            Een (evenuteel) overschrijding van het beantwoordings termijn
            termijn
          title: Termijnoverschrijding
        thema:
          type: string
          title: Thema
          description: Property value
        titel:
          type: string
          format: text
          title: Titel
          description: Property value
        tooiCategorieId:
          type: string
          description: >-
            De tooiCategorieId van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: c_3baef532
          title: Categorie ID
        tooiCategorieNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          const: Vergaderstukken decentrale overheden
          title: Categorie Naam
        tooiCategorieUri:
          type: string
          description: >-
            De id van de categorie voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiCategorieId]`
          const: https://identifier.overheid.nl/tooi/def/thes/kern/c_3baef532
          title: Categorie URI
        tooiThemaId:
          type: string
          description: >-
            De id van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema ID
        tooiThemaNaam:
          type: string
          description: >-
            De naam van de TOOI categorie conform [diwoo metadata
            lijsten](https://standaarden.overheid.nl/diwoo/metadata/doc/0.9.1/diwoo-metadata-lijsten_xsd_Simple_Type_diwoo_scw_woo_informatiecategorieen)
          title: Thema Naam
        tooiThemaUri:
          type: string
          description: >-
            De tooiThemaId van het thema voorafgegaan door
            `https://identifier.overheid.nl/tooi/def/thes/kern/[tooiThemaId]`
          title: Thema URI
        values:
          type: array
          description: >-
            Binnen KOOP Woo Index kunnen waardes niet uitlijnen op TOOI wel
            worden meegegeven in key value pair's. Deze zijn vervolgens wel
            doorzoekbaar maar geen onderdeel van de open.overheid.nl user
            interface
          items:
            type: object
            required:
              - key
              - value
            properties:
              key:
                type: string
                description: Property value
              value:
                type: string
                description: Property value
            description: Property value
          title: Values
paths:
  /objects/woo/vergaderstukken_decentrale_overheden:
    get:
      summary: Get all Vergaderstukken decentrale overheden   objects
      operationId: getAllVergaderstukkenDecentraleOverheden
      tags:
        - 'Vergaderstukken decentrale overheden  '
      description: |-
        Retrieve a list of all Vergaderstukken decentrale overheden   objects

        **Required scopes:** `admin`, `public`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
        - name: _search
          in: query
          required: false
          description: Full-text search query to filter objects in the collection.
          schema:
            type: string
          example: search term
        - name: attachments
          in: query
          required: false
          description: Filter results by attachments
          schema:
            type: array
            items:
              type: string
        - name: beschrijving
          in: query
          required: false
          description: Filter results by beschrijving
          schema:
            type: string
        - name: besluitdatum
          in: query
          required: false
          description: Filter results by besluitdatum
          schema:
            type: string
        - name: bevindingen
          in: query
          required: false
          description: Filter results by bevindingen
          schema:
            type: string
        - name: conclusies
          in: query
          required: false
          description: Filter results by conclusies
          schema:
            type: string
        - name: depublicatiedatum
          in: query
          required: false
          description: Filter results by depublicatiedatum
          schema:
            type: string
        - name: functiebenaming
          in: query
          required: false
          description: Filter results by functiebenaming
          schema:
            type: string
        - name: gedraging
          in: query
          required: false
          description: Filter results by gedraging
          schema:
            type: string
        - name: kenmerk
          in: query
          required: false
          description: Filter results by kenmerk
          schema:
            type: string
        - name: onderdeelTaak
          in: query
          required: false
          description: Filter results by onderdeelTaak
          schema:
            type: string
        - name: ontvangstdatum
          in: query
          required: false
          description: Filter results by ontvangstdatum
          schema:
            type: string
        - name: oordeel
          in: query
          required: false
          description: Filter results by oordeel
          schema:
            type: string
        - name: opdrachtgever
          in: query
          required: false
          description: Filter results by opdrachtgever
          schema:
            type: string
        - name: organisatieonderdeel
          in: query
          required: false
          description: Filter results by organisatieonderdeel
          schema:
            type: string
        - name: publicatiedatum
          in: query
          required: false
          description: Filter results by publicatiedatum
          schema:
            type: string
        - name: samenvatting
          in: query
          required: false
          description: Filter results by samenvatting
          schema:
            type: string
        - name: termijnoverschrijding
          in: query
          required: false
          description: Filter results by termijnoverschrijding
          schema:
            type: string
        - name: thema
          in: query
          required: false
          description: Filter results by thema
          schema:
            type: string
        - name: titel
          in: query
          required: false
          description: Filter results by titel
          schema:
            type: string
        - name: tooiCategorieId
          in: query
          required: false
          description: Filter results by tooiCategorieId
          schema:
            type: string
        - name: tooiCategorieNaam
          in: query
          required: false
          description: Filter results by tooiCategorieNaam
          schema:
            type: string
        - name: tooiCategorieUri
          in: query
          required: false
          description: Filter results by tooiCategorieUri
          schema:
            type: string
        - name: tooiThemaId
          in: query
          required: false
          description: Filter results by tooiThemaId
          schema:
            type: string
        - name: tooiThemaNaam
          in: query
          required: false
          description: Filter results by tooiThemaNaam
          schema:
            type: string
        - name: tooiThemaUri
          in: query
          required: false
          description: Filter results by tooiThemaUri
          schema:
            type: string
        - name: values
          in: query
          required: false
          description: Filter results by values
          schema:
            type: array
            items:
              type: string
        - name: Categorie
          in: query
          required: false
          description: Filter results by Categorie
          schema:
            type: string
      responses:
        '200':
          description: >-
            List of Vergaderstukken decentrale overheden   objects with
            pagination metadata
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/PaginatedResponse'
                  - type: object
                    properties:
                      results:
                        type: array
                        items:
                          $ref: >-
                            #/components/schemas/Vergaderstukken_decentrale_overheden
        '400':
          description: Invalid query parameters
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
    post:
      summary: Create a new Vergaderstukken decentrale overheden   object
      operationId: createVergaderstukkenDecentraleOverheden
      tags:
        - 'Vergaderstukken decentrale overheden  '
      description: >-
        Create a new Vergaderstukken decentrale overheden   object with the
        provided data


        **Required scopes:** `admin`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Vergaderstukken_decentrale_overheden'
      responses:
        '201':
          description: Vergaderstukken decentrale overheden   created successfully.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Vergaderstukken_decentrale_overheden'
        '400':
          description: Invalid request body
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
  /objects/woo/vergaderstukken_decentrale_overheden/{id}:
    get:
      summary: Get a Vergaderstukken decentrale overheden   object by ID
      operationId: getVergaderstukkenDecentraleOverheden
      tags:
        - 'Vergaderstukken decentrale overheden  '
      description: >-
        Retrieve a specific Vergaderstukken decentrale overheden   object by its
        unique identifier


        **Required scopes:** `admin`, `public`
      parameters:
        - name: id
          in: path
          required: true
          description: >-
            Unique identifier of the Vergaderstukken decentrale overheden  
            object
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      responses:
        '200':
          description: Vergaderstukken decentrale overheden   found.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Vergaderstukken_decentrale_overheden'
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Vergaderstukken decentrale overheden   not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    put:
      summary: Update a Vergaderstukken decentrale overheden   object
      operationId: updateVergaderstukkenDecentraleOverheden
      tags:
        - 'Vergaderstukken decentrale overheden  '
      description: >-
        Update an existing Vergaderstukken decentrale overheden   object with
        the provided data


        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: >-
            Unique identifier of the Vergaderstukken decentrale overheden  
            object to update
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Vergaderstukken_decentrale_overheden'
      responses:
        '200':
          description: Vergaderstukken decentrale overheden   updated successfully
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Vergaderstukken_decentrale_overheden'
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Vergaderstukken decentrale overheden   not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    delete:
      summary: Delete a Vergaderstukken decentrale overheden   object
      operationId: deleteVergaderstukkenDecentraleOverheden
      tags:
        - 'Vergaderstukken decentrale overheden  '
      description: >-
        Delete a specific Vergaderstukken decentrale overheden   object by its
        unique identifier


        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: >-
            Unique identifier of the Vergaderstukken decentrale overheden  
            object to delete
          schema:
            type: string
            format: uuid
      responses:
        '204':
          description: Vergaderstukken decentrale overheden   deleted successfully
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Vergaderstukken decentrale overheden   not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
  /objects/woo/subsidieverplichtingen_anders_dan_met_beschikking:
    get:
      summary: Get all Subsidieverplichtingen anders dan met beschikking objects
      operationId: getAllSubsidieverplichtingenAndersDanMetBeschikking
      tags:
        - Subsidieverplichtingen anders dan met beschikking
      description: >-
        Retrieve a list of all Subsidieverplichtingen anders dan met beschikking
        objects


        **Required scopes:** `admin`, `public`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
        - name: _search
          in: query
          required: false
          description: Full-text search query to filter objects in the collection.
          schema:
            type: string
          example: search term
        - name: attachments
          in: query
          required: false
          description: Filter results by attachments
          schema:
            type: array
            items:
              type: string
        - name: beschrijving
          in: query
          required: false
          description: Filter results by beschrijving
          schema:
            type: string
        - name: besluitdatum
          in: query
          required: false
          description: Filter results by besluitdatum
          schema:
            type: string
        - name: bevindingen
          in: query
          required: false
          description: Filter results by bevindingen
          schema:
            type: string
        - name: conclusies
          in: query
          required: false
          description: Filter results by conclusies
          schema:
            type: string
        - name: depublicatiedatum
          in: query
          required: false
          description: Filter results by depublicatiedatum
          schema:
            type: string
        - name: functiebenaming
          in: query
          required: false
          description: Filter results by functiebenaming
          schema:
            type: string
        - name: gedraging
          in: query
          required: false
          description: Filter results by gedraging
          schema:
            type: string
        - name: kenmerk
          in: query
          required: false
          description: Filter results by kenmerk
          schema:
            type: string
        - name: onderdeelTaak
          in: query
          required: false
          description: Filter results by onderdeelTaak
          schema:
            type: string
        - name: ontvangstdatum
          in: query
          required: false
          description: Filter results by ontvangstdatum
          schema:
            type: string
        - name: oordeel
          in: query
          required: false
          description: Filter results by oordeel
          schema:
            type: string
        - name: opdrachtgever
          in: query
          required: false
          description: Filter results by opdrachtgever
          schema:
            type: string
        - name: organisatieonderdeel
          in: query
          required: false
          description: Filter results by organisatieonderdeel
          schema:
            type: string
        - name: publicatiedatum
          in: query
          required: false
          description: Filter results by publicatiedatum
          schema:
            type: string
        - name: samenvatting
          in: query
          required: false
          description: Filter results by samenvatting
          schema:
            type: string
        - name: termijnoverschrijding
          in: query
          required: false
          description: Filter results by termijnoverschrijding
          schema:
            type: string
        - name: thema
          in: query
          required: false
          description: Filter results by thema
          schema:
            type: string
        - name: titel
          in: query
          required: false
          description: Filter results by titel
          schema:
            type: string
        - name: tooiCategorieId
          in: query
          required: false
          description: Filter results by tooiCategorieId
          schema:
            type: string
        - name: tooiCategorieNaam
          in: query
          required: false
          description: Filter results by tooiCategorieNaam
          schema:
            type: string
        - name: tooiCategorieUri
          in: query
          required: false
          description: Filter results by tooiCategorieUri
          schema:
            type: string
        - name: tooiThemaId
          in: query
          required: false
          description: Filter results by tooiThemaId
          schema:
            type: string
        - name: tooiThemaNaam
          in: query
          required: false
          description: Filter results by tooiThemaNaam
          schema:
            type: string
        - name: tooiThemaUri
          in: query
          required: false
          description: Filter results by tooiThemaUri
          schema:
            type: string
        - name: values
          in: query
          required: false
          description: Filter results by values
          schema:
            type: array
            items:
              type: string
        - name: Categorie
          in: query
          required: false
          description: Filter results by Categorie
          schema:
            type: string
      responses:
        '200':
          description: >-
            List of Subsidieverplichtingen anders dan met beschikking objects
            with pagination metadata
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/PaginatedResponse'
                  - type: object
                    properties:
                      results:
                        type: array
                        items:
                          $ref: >-
                            #/components/schemas/Subsidieverplichtingen_anders_dan_met_beschikking
        '400':
          description: Invalid query parameters
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
    post:
      summary: Create a new Subsidieverplichtingen anders dan met beschikking object
      operationId: createSubsidieverplichtingenAndersDanMetBeschikking
      tags:
        - Subsidieverplichtingen anders dan met beschikking
      description: >-
        Create a new Subsidieverplichtingen anders dan met beschikking object
        with the provided data


        **Required scopes:** `admin`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: >-
                #/components/schemas/Subsidieverplichtingen_anders_dan_met_beschikking
      responses:
        '201':
          description: >-
            Subsidieverplichtingen anders dan met beschikking created
            successfully.
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Subsidieverplichtingen_anders_dan_met_beschikking
        '400':
          description: Invalid request body
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
  /objects/woo/subsidieverplichtingen_anders_dan_met_beschikking/{id}:
    get:
      summary: Get a Subsidieverplichtingen anders dan met beschikking object by ID
      operationId: getSubsidieverplichtingenAndersDanMetBeschikking
      tags:
        - Subsidieverplichtingen anders dan met beschikking
      description: >-
        Retrieve a specific Subsidieverplichtingen anders dan met beschikking
        object by its unique identifier


        **Required scopes:** `admin`, `public`
      parameters:
        - name: id
          in: path
          required: true
          description: >-
            Unique identifier of the Subsidieverplichtingen anders dan met
            beschikking object
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      responses:
        '200':
          description: Subsidieverplichtingen anders dan met beschikking found.
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Subsidieverplichtingen_anders_dan_met_beschikking
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Subsidieverplichtingen anders dan met beschikking not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    put:
      summary: Update a Subsidieverplichtingen anders dan met beschikking object
      operationId: updateSubsidieverplichtingenAndersDanMetBeschikking
      tags:
        - Subsidieverplichtingen anders dan met beschikking
      description: >-
        Update an existing Subsidieverplichtingen anders dan met beschikking
        object with the provided data


        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: >-
            Unique identifier of the Subsidieverplichtingen anders dan met
            beschikking object to update
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: >-
                #/components/schemas/Subsidieverplichtingen_anders_dan_met_beschikking
      responses:
        '200':
          description: >-
            Subsidieverplichtingen anders dan met beschikking updated
            successfully
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Subsidieverplichtingen_anders_dan_met_beschikking
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Subsidieverplichtingen anders dan met beschikking not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    delete:
      summary: Delete a Subsidieverplichtingen anders dan met beschikking object
      operationId: deleteSubsidieverplichtingenAndersDanMetBeschikking
      tags:
        - Subsidieverplichtingen anders dan met beschikking
      description: >-
        Delete a specific Subsidieverplichtingen anders dan met beschikking
        object by its unique identifier


        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: >-
            Unique identifier of the Subsidieverplichtingen anders dan met
            beschikking object to delete
          schema:
            type: string
            format: uuid
      responses:
        '204':
          description: >-
            Subsidieverplichtingen anders dan met beschikking deleted
            successfully
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Subsidieverplichtingen anders dan met beschikking not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
  /objects/woo/overige_besluiten_van_algemene_strekking:
    get:
      summary: Get all Overige besluiten van algemene strekking objects
      operationId: getAllOverigeBesluitenVanAlgemeneStrekking
      tags:
        - Overige besluiten van algemene strekking
      description: |-
        Retrieve a list of all Overige besluiten van algemene strekking objects

        **Required scopes:** `admin`, `public`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
        - name: _search
          in: query
          required: false
          description: Full-text search query to filter objects in the collection.
          schema:
            type: string
          example: search term
        - name: attachments
          in: query
          required: false
          description: Filter results by attachments
          schema:
            type: array
            items:
              type: string
        - name: beschrijving
          in: query
          required: false
          description: Filter results by beschrijving
          schema:
            type: string
        - name: besluitdatum
          in: query
          required: false
          description: Filter results by besluitdatum
          schema:
            type: string
        - name: bevindingen
          in: query
          required: false
          description: Filter results by bevindingen
          schema:
            type: string
        - name: categorie
          in: query
          required: false
          description: Filter results by categorie
          schema:
            type: string
        - name: conclusies
          in: query
          required: false
          description: Filter results by conclusies
          schema:
            type: string
        - name: depublicatiedatum
          in: query
          required: false
          description: Filter results by depublicatiedatum
          schema:
            type: string
        - name: functiebenaming
          in: query
          required: false
          description: Filter results by functiebenaming
          schema:
            type: string
        - name: gedraging
          in: query
          required: false
          description: Filter results by gedraging
          schema:
            type: string
        - name: kenmerk
          in: query
          required: false
          description: Filter results by kenmerk
          schema:
            type: string
        - name: onderdeelTaak
          in: query
          required: false
          description: Filter results by onderdeelTaak
          schema:
            type: string
        - name: ontvangstdatum
          in: query
          required: false
          description: Filter results by ontvangstdatum
          schema:
            type: string
        - name: oordeel
          in: query
          required: false
          description: Filter results by oordeel
          schema:
            type: string
        - name: opdrachtgever
          in: query
          required: false
          description: Filter results by opdrachtgever
          schema:
            type: string
        - name: organisatieonderdeel
          in: query
          required: false
          description: Filter results by organisatieonderdeel
          schema:
            type: string
        - name: publicatiedatum
          in: query
          required: false
          description: Filter results by publicatiedatum
          schema:
            type: string
        - name: samenvatting
          in: query
          required: false
          description: Filter results by samenvatting
          schema:
            type: string
        - name: termijnoverschrijding
          in: query
          required: false
          description: Filter results by termijnoverschrijding
          schema:
            type: string
        - name: thema
          in: query
          required: false
          description: Filter results by thema
          schema:
            type: string
        - name: titel
          in: query
          required: false
          description: Filter results by titel
          schema:
            type: string
        - name: tooiCategorieId
          in: query
          required: false
          description: Filter results by tooiCategorieId
          schema:
            type: string
        - name: tooiCategorieNaam
          in: query
          required: false
          description: Filter results by tooiCategorieNaam
          schema:
            type: string
        - name: tooiCategorieUri
          in: query
          required: false
          description: Filter results by tooiCategorieUri
          schema:
            type: string
        - name: tooiThemaId
          in: query
          required: false
          description: Filter results by tooiThemaId
          schema:
            type: string
        - name: tooiThemaNaam
          in: query
          required: false
          description: Filter results by tooiThemaNaam
          schema:
            type: string
        - name: tooiThemaUri
          in: query
          required: false
          description: Filter results by tooiThemaUri
          schema:
            type: string
        - name: values
          in: query
          required: false
          description: Filter results by values
          schema:
            type: array
            items:
              type: string
      responses:
        '200':
          description: >-
            List of Overige besluiten van algemene strekking objects with
            pagination metadata
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/PaginatedResponse'
                  - type: object
                    properties:
                      results:
                        type: array
                        items:
                          $ref: >-
                            #/components/schemas/Overige_besluiten_van_algemene_strekking
        '400':
          description: Invalid query parameters
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
    post:
      summary: Create a new Overige besluiten van algemene strekking object
      operationId: createOverigeBesluitenVanAlgemeneStrekking
      tags:
        - Overige besluiten van algemene strekking
      description: >-
        Create a new Overige besluiten van algemene strekking object with the
        provided data


        **Required scopes:** `admin`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Overige_besluiten_van_algemene_strekking'
      responses:
        '201':
          description: Overige besluiten van algemene strekking created successfully.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Overige_besluiten_van_algemene_strekking'
        '400':
          description: Invalid request body
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
  /objects/woo/overige_besluiten_van_algemene_strekking/{id}:
    get:
      summary: Get a Overige besluiten van algemene strekking object by ID
      operationId: getOverigeBesluitenVanAlgemeneStrekking
      tags:
        - Overige besluiten van algemene strekking
      description: >-
        Retrieve a specific Overige besluiten van algemene strekking object by
        its unique identifier


        **Required scopes:** `admin`, `public`
      parameters:
        - name: id
          in: path
          required: true
          description: >-
            Unique identifier of the Overige besluiten van algemene strekking
            object
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      responses:
        '200':
          description: Overige besluiten van algemene strekking found.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Overige_besluiten_van_algemene_strekking'
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Overige besluiten van algemene strekking not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    put:
      summary: Update a Overige besluiten van algemene strekking object
      operationId: updateOverigeBesluitenVanAlgemeneStrekking
      tags:
        - Overige besluiten van algemene strekking
      description: >-
        Update an existing Overige besluiten van algemene strekking object with
        the provided data


        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: >-
            Unique identifier of the Overige besluiten van algemene strekking
            object to update
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Overige_besluiten_van_algemene_strekking'
      responses:
        '200':
          description: Overige besluiten van algemene strekking updated successfully
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Overige_besluiten_van_algemene_strekking'
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Overige besluiten van algemene strekking not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    delete:
      summary: Delete a Overige besluiten van algemene strekking object
      operationId: deleteOverigeBesluitenVanAlgemeneStrekking
      tags:
        - Overige besluiten van algemene strekking
      description: >-
        Delete a specific Overige besluiten van algemene strekking object by its
        unique identifier


        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: >-
            Unique identifier of the Overige besluiten van algemene strekking
            object to delete
          schema:
            type: string
            format: uuid
      responses:
        '204':
          description: Overige besluiten van algemene strekking deleted successfully
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Overige besluiten van algemene strekking not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
  /objects/woo/organisatie_en_werkwijze:
    get:
      summary: Get all Organisatie en werkwijze objects
      operationId: getAllOrganisatieEnWerkwijze
      tags:
        - Organisatie en werkwijze
      description: |-
        Retrieve a list of all Organisatie en werkwijze objects

        **Required scopes:** `admin`, `public`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
        - name: _search
          in: query
          required: false
          description: Full-text search query to filter objects in the collection.
          schema:
            type: string
          example: search term
        - name: attachments
          in: query
          required: false
          description: Filter results by attachments
          schema:
            type: array
            items:
              type: string
        - name: beschrijving
          in: query
          required: false
          description: Filter results by beschrijving
          schema:
            type: string
        - name: besluitdatum
          in: query
          required: false
          description: Filter results by besluitdatum
          schema:
            type: string
        - name: bevindingen
          in: query
          required: false
          description: Filter results by bevindingen
          schema:
            type: string
        - name: categorie
          in: query
          required: false
          description: Filter results by categorie
          schema:
            type: string
        - name: conclusies
          in: query
          required: false
          description: Filter results by conclusies
          schema:
            type: string
        - name: depublicatiedatum
          in: query
          required: false
          description: Filter results by depublicatiedatum
          schema:
            type: string
        - name: functiebenaming
          in: query
          required: false
          description: Filter results by functiebenaming
          schema:
            type: string
        - name: gedraging
          in: query
          required: false
          description: Filter results by gedraging
          schema:
            type: string
        - name: kenmerk
          in: query
          required: false
          description: Filter results by kenmerk
          schema:
            type: string
        - name: onderdeelTaak
          in: query
          required: false
          description: Filter results by onderdeelTaak
          schema:
            type: string
        - name: ontvangstdatum
          in: query
          required: false
          description: Filter results by ontvangstdatum
          schema:
            type: string
        - name: oordeel
          in: query
          required: false
          description: Filter results by oordeel
          schema:
            type: string
        - name: opdrachtgever
          in: query
          required: false
          description: Filter results by opdrachtgever
          schema:
            type: string
        - name: organisatieonderdeel
          in: query
          required: false
          description: Filter results by organisatieonderdeel
          schema:
            type: string
        - name: publicatiedatum
          in: query
          required: false
          description: Filter results by publicatiedatum
          schema:
            type: string
        - name: samenvatting
          in: query
          required: false
          description: Filter results by samenvatting
          schema:
            type: string
        - name: termijnoverschrijding
          in: query
          required: false
          description: Filter results by termijnoverschrijding
          schema:
            type: string
        - name: thema
          in: query
          required: false
          description: Filter results by thema
          schema:
            type: string
        - name: titel
          in: query
          required: false
          description: Filter results by titel
          schema:
            type: string
        - name: tooiCategorieId
          in: query
          required: false
          description: Filter results by tooiCategorieId
          schema:
            type: string
        - name: tooiCategorieNaam
          in: query
          required: false
          description: Filter results by tooiCategorieNaam
          schema:
            type: string
        - name: tooiCategorieUri
          in: query
          required: false
          description: Filter results by tooiCategorieUri
          schema:
            type: string
        - name: tooiThemaId
          in: query
          required: false
          description: Filter results by tooiThemaId
          schema:
            type: string
        - name: tooiThemaNaam
          in: query
          required: false
          description: Filter results by tooiThemaNaam
          schema:
            type: string
        - name: tooiThemaUri
          in: query
          required: false
          description: Filter results by tooiThemaUri
          schema:
            type: string
        - name: values
          in: query
          required: false
          description: Filter results by values
          schema:
            type: array
            items:
              type: string
      responses:
        '200':
          description: List of Organisatie en werkwijze objects with pagination metadata
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/PaginatedResponse'
                  - type: object
                    properties:
                      results:
                        type: array
                        items:
                          $ref: '#/components/schemas/Organisatie_en_werkwijze'
        '400':
          description: Invalid query parameters
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
    post:
      summary: Create a new Organisatie en werkwijze object
      operationId: createOrganisatieEnWerkwijze
      tags:
        - Organisatie en werkwijze
      description: |-
        Create a new Organisatie en werkwijze object with the provided data

        **Required scopes:** `admin`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Organisatie_en_werkwijze'
      responses:
        '201':
          description: Organisatie en werkwijze created successfully.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Organisatie_en_werkwijze'
        '400':
          description: Invalid request body
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
  /objects/woo/organisatie_en_werkwijze/{id}:
    get:
      summary: Get a Organisatie en werkwijze object by ID
      operationId: getOrganisatieEnWerkwijze
      tags:
        - Organisatie en werkwijze
      description: >-
        Retrieve a specific Organisatie en werkwijze object by its unique
        identifier


        **Required scopes:** `admin`, `public`
      parameters:
        - name: id
          in: path
          required: true
          description: Unique identifier of the Organisatie en werkwijze object
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      responses:
        '200':
          description: Organisatie en werkwijze found.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Organisatie_en_werkwijze'
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Organisatie en werkwijze not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    put:
      summary: Update a Organisatie en werkwijze object
      operationId: updateOrganisatieEnWerkwijze
      tags:
        - Organisatie en werkwijze
      description: >-
        Update an existing Organisatie en werkwijze object with the provided
        data


        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: Unique identifier of the Organisatie en werkwijze object to update
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Organisatie_en_werkwijze'
      responses:
        '200':
          description: Organisatie en werkwijze updated successfully
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Organisatie_en_werkwijze'
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Organisatie en werkwijze not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    delete:
      summary: Delete a Organisatie en werkwijze object
      operationId: deleteOrganisatieEnWerkwijze
      tags:
        - Organisatie en werkwijze
      description: >-
        Delete a specific Organisatie en werkwijze object by its unique
        identifier


        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: Unique identifier of the Organisatie en werkwijze object to delete
          schema:
            type: string
            format: uuid
      responses:
        '204':
          description: Organisatie en werkwijze deleted successfully
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Organisatie en werkwijze not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
  /objects/woo/ontwerpen_van_wet_en_regelgeving_met_adviesaanvraag:
    get:
      summary: Get all Ontwerpen van wet- en regelgeving met adviesaanvraag objects
      operationId: getAllOntwerpenVanWetEnRegelgevingMetAdviesaanvraag
      tags:
        - Ontwerpen van wet- en regelgeving met adviesaanvraag
      description: >-
        Retrieve a list of all Ontwerpen van wet- en regelgeving met
        adviesaanvraag objects


        **Required scopes:** `admin`, `public`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
        - name: _search
          in: query
          required: false
          description: Full-text search query to filter objects in the collection.
          schema:
            type: string
          example: search term
        - name: attachments
          in: query
          required: false
          description: Filter results by attachments
          schema:
            type: array
            items:
              type: string
        - name: beschrijving
          in: query
          required: false
          description: Filter results by beschrijving
          schema:
            type: string
        - name: besluitdatum
          in: query
          required: false
          description: Filter results by besluitdatum
          schema:
            type: string
        - name: bevindingen
          in: query
          required: false
          description: Filter results by bevindingen
          schema:
            type: string
        - name: categorie
          in: query
          required: false
          description: Filter results by categorie
          schema:
            type: string
        - name: conclusies
          in: query
          required: false
          description: Filter results by conclusies
          schema:
            type: string
        - name: depublicatiedatum
          in: query
          required: false
          description: Filter results by depublicatiedatum
          schema:
            type: string
        - name: functiebenaming
          in: query
          required: false
          description: Filter results by functiebenaming
          schema:
            type: string
        - name: gedraging
          in: query
          required: false
          description: Filter results by gedraging
          schema:
            type: string
        - name: kenmerk
          in: query
          required: false
          description: Filter results by kenmerk
          schema:
            type: string
        - name: onderdeelTaak
          in: query
          required: false
          description: Filter results by onderdeelTaak
          schema:
            type: string
        - name: ontvangstdatum
          in: query
          required: false
          description: Filter results by ontvangstdatum
          schema:
            type: string
        - name: oordeel
          in: query
          required: false
          description: Filter results by oordeel
          schema:
            type: string
        - name: opdrachtgever
          in: query
          required: false
          description: Filter results by opdrachtgever
          schema:
            type: string
        - name: organisatieonderdeel
          in: query
          required: false
          description: Filter results by organisatieonderdeel
          schema:
            type: string
        - name: publicatiedatum
          in: query
          required: false
          description: Filter results by publicatiedatum
          schema:
            type: string
        - name: samenvatting
          in: query
          required: false
          description: Filter results by samenvatting
          schema:
            type: string
        - name: termijnoverschrijding
          in: query
          required: false
          description: Filter results by termijnoverschrijding
          schema:
            type: string
        - name: thema
          in: query
          required: false
          description: Filter results by thema
          schema:
            type: string
        - name: titel
          in: query
          required: false
          description: Filter results by titel
          schema:
            type: string
        - name: tooiCategorieId
          in: query
          required: false
          description: Filter results by tooiCategorieId
          schema:
            type: string
        - name: tooiCategorieNaam
          in: query
          required: false
          description: Filter results by tooiCategorieNaam
          schema:
            type: string
        - name: tooiCategorieUri
          in: query
          required: false
          description: Filter results by tooiCategorieUri
          schema:
            type: string
        - name: tooiThemaId
          in: query
          required: false
          description: Filter results by tooiThemaId
          schema:
            type: string
        - name: tooiThemaNaam
          in: query
          required: false
          description: Filter results by tooiThemaNaam
          schema:
            type: string
        - name: tooiThemaUri
          in: query
          required: false
          description: Filter results by tooiThemaUri
          schema:
            type: string
        - name: values
          in: query
          required: false
          description: Filter results by values
          schema:
            type: array
            items:
              type: string
      responses:
        '200':
          description: >-
            List of Ontwerpen van wet- en regelgeving met adviesaanvraag objects
            with pagination metadata
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/PaginatedResponse'
                  - type: object
                    properties:
                      results:
                        type: array
                        items:
                          $ref: >-
                            #/components/schemas/Ontwerpen_van_wet-_en_regelgeving_met_adviesaanvraag
        '400':
          description: Invalid query parameters
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
    post:
      summary: Create a new Ontwerpen van wet- en regelgeving met adviesaanvraag object
      operationId: createOntwerpenVanWetEnRegelgevingMetAdviesaanvraag
      tags:
        - Ontwerpen van wet- en regelgeving met adviesaanvraag
      description: >-
        Create a new Ontwerpen van wet- en regelgeving met adviesaanvraag object
        with the provided data


        **Required scopes:** `admin`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: >-
                #/components/schemas/Ontwerpen_van_wet-_en_regelgeving_met_adviesaanvraag
      responses:
        '201':
          description: >-
            Ontwerpen van wet- en regelgeving met adviesaanvraag created
            successfully.
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Ontwerpen_van_wet-_en_regelgeving_met_adviesaanvraag
        '400':
          description: Invalid request body
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
  /objects/woo/ontwerpen_van_wet_en_regelgeving_met_adviesaanvraag/{id}:
    get:
      summary: Get a Ontwerpen van wet- en regelgeving met adviesaanvraag object by ID
      operationId: getOntwerpenVanWetEnRegelgevingMetAdviesaanvraag
      tags:
        - Ontwerpen van wet- en regelgeving met adviesaanvraag
      description: >-
        Retrieve a specific Ontwerpen van wet- en regelgeving met adviesaanvraag
        object by its unique identifier


        **Required scopes:** `admin`, `public`
      parameters:
        - name: id
          in: path
          required: true
          description: >-
            Unique identifier of the Ontwerpen van wet- en regelgeving met
            adviesaanvraag object
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      responses:
        '200':
          description: Ontwerpen van wet- en regelgeving met adviesaanvraag found.
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Ontwerpen_van_wet-_en_regelgeving_met_adviesaanvraag
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Ontwerpen van wet- en regelgeving met adviesaanvraag not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    put:
      summary: Update a Ontwerpen van wet- en regelgeving met adviesaanvraag object
      operationId: updateOntwerpenVanWetEnRegelgevingMetAdviesaanvraag
      tags:
        - Ontwerpen van wet- en regelgeving met adviesaanvraag
      description: >-
        Update an existing Ontwerpen van wet- en regelgeving met adviesaanvraag
        object with the provided data


        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: >-
            Unique identifier of the Ontwerpen van wet- en regelgeving met
            adviesaanvraag object to update
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: >-
                #/components/schemas/Ontwerpen_van_wet-_en_regelgeving_met_adviesaanvraag
      responses:
        '200':
          description: >-
            Ontwerpen van wet- en regelgeving met adviesaanvraag updated
            successfully
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Ontwerpen_van_wet-_en_regelgeving_met_adviesaanvraag
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Ontwerpen van wet- en regelgeving met adviesaanvraag not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    delete:
      summary: Delete a Ontwerpen van wet- en regelgeving met adviesaanvraag object
      operationId: deleteOntwerpenVanWetEnRegelgevingMetAdviesaanvraag
      tags:
        - Ontwerpen van wet- en regelgeving met adviesaanvraag
      description: >-
        Delete a specific Ontwerpen van wet- en regelgeving met adviesaanvraag
        object by its unique identifier


        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: >-
            Unique identifier of the Ontwerpen van wet- en regelgeving met
            adviesaanvraag object to delete
          schema:
            type: string
            format: uuid
      responses:
        '204':
          description: >-
            Ontwerpen van wet- en regelgeving met adviesaanvraag deleted
            successfully
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Ontwerpen van wet- en regelgeving met adviesaanvraag not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
  /objects/woo/onderzoeksrapporten:
    get:
      summary: Get all Onderzoeksrapporten objects
      operationId: getAllOnderzoeksrapporten
      tags:
        - Onderzoeksrapporten
      description: |-
        Retrieve a list of all Onderzoeksrapporten objects

        **Required scopes:** `admin`, `public`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
        - name: _search
          in: query
          required: false
          description: Full-text search query to filter objects in the collection.
          schema:
            type: string
          example: search term
        - name: attachments
          in: query
          required: false
          description: Filter results by attachments
          schema:
            type: array
            items:
              type: string
        - name: beschrijving
          in: query
          required: false
          description: Filter results by beschrijving
          schema:
            type: string
        - name: besluitdatum
          in: query
          required: false
          description: Filter results by besluitdatum
          schema:
            type: string
        - name: bevindingen
          in: query
          required: false
          description: Filter results by bevindingen
          schema:
            type: string
        - name: categorie
          in: query
          required: false
          description: Filter results by categorie
          schema:
            type: string
        - name: conclusies
          in: query
          required: false
          description: Filter results by conclusies
          schema:
            type: string
        - name: depublicatiedatum
          in: query
          required: false
          description: Filter results by depublicatiedatum
          schema:
            type: string
        - name: functiebenaming
          in: query
          required: false
          description: Filter results by functiebenaming
          schema:
            type: string
        - name: gedraging
          in: query
          required: false
          description: Filter results by gedraging
          schema:
            type: string
        - name: kenmerk
          in: query
          required: false
          description: Filter results by kenmerk
          schema:
            type: string
        - name: onderdeelTaak
          in: query
          required: false
          description: Filter results by onderdeelTaak
          schema:
            type: string
        - name: ontvangstdatum
          in: query
          required: false
          description: Filter results by ontvangstdatum
          schema:
            type: string
        - name: oordeel
          in: query
          required: false
          description: Filter results by oordeel
          schema:
            type: string
        - name: opdrachtgever
          in: query
          required: false
          description: Filter results by opdrachtgever
          schema:
            type: string
        - name: organisatieonderdeel
          in: query
          required: false
          description: Filter results by organisatieonderdeel
          schema:
            type: string
        - name: publicatiedatum
          in: query
          required: false
          description: Filter results by publicatiedatum
          schema:
            type: string
        - name: samenvatting
          in: query
          required: false
          description: Filter results by samenvatting
          schema:
            type: string
        - name: termijnoverschrijding
          in: query
          required: false
          description: Filter results by termijnoverschrijding
          schema:
            type: string
        - name: thema
          in: query
          required: false
          description: Filter results by thema
          schema:
            type: string
        - name: titel
          in: query
          required: false
          description: Filter results by titel
          schema:
            type: string
        - name: tooiCategorieId
          in: query
          required: false
          description: Filter results by tooiCategorieId
          schema:
            type: string
        - name: tooiCategorieNaam
          in: query
          required: false
          description: Filter results by tooiCategorieNaam
          schema:
            type: string
        - name: tooiCategorieUri
          in: query
          required: false
          description: Filter results by tooiCategorieUri
          schema:
            type: string
        - name: tooiThemaId
          in: query
          required: false
          description: Filter results by tooiThemaId
          schema:
            type: string
        - name: tooiThemaNaam
          in: query
          required: false
          description: Filter results by tooiThemaNaam
          schema:
            type: string
        - name: tooiThemaUri
          in: query
          required: false
          description: Filter results by tooiThemaUri
          schema:
            type: string
        - name: values
          in: query
          required: false
          description: Filter results by values
          schema:
            type: array
            items:
              type: string
      responses:
        '200':
          description: List of Onderzoeksrapporten objects with pagination metadata
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/PaginatedResponse'
                  - type: object
                    properties:
                      results:
                        type: array
                        items:
                          $ref: '#/components/schemas/Onderzoeksrapporten'
        '400':
          description: Invalid query parameters
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
    post:
      summary: Create a new Onderzoeksrapporten object
      operationId: createOnderzoeksrapporten
      tags:
        - Onderzoeksrapporten
      description: |-
        Create a new Onderzoeksrapporten object with the provided data

        **Required scopes:** `admin`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Onderzoeksrapporten'
      responses:
        '201':
          description: Onderzoeksrapporten created successfully.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Onderzoeksrapporten'
        '400':
          description: Invalid request body
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
  /objects/woo/onderzoeksrapporten/{id}:
    get:
      summary: Get a Onderzoeksrapporten object by ID
      operationId: getOnderzoeksrapporten
      tags:
        - Onderzoeksrapporten
      description: |-
        Retrieve a specific Onderzoeksrapporten object by its unique identifier

        **Required scopes:** `admin`, `public`
      parameters:
        - name: id
          in: path
          required: true
          description: Unique identifier of the Onderzoeksrapporten object
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      responses:
        '200':
          description: Onderzoeksrapporten found.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Onderzoeksrapporten'
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Onderzoeksrapporten not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    put:
      summary: Update a Onderzoeksrapporten object
      operationId: updateOnderzoeksrapporten
      tags:
        - Onderzoeksrapporten
      description: |-
        Update an existing Onderzoeksrapporten object with the provided data

        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: Unique identifier of the Onderzoeksrapporten object to update
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Onderzoeksrapporten'
      responses:
        '200':
          description: Onderzoeksrapporten updated successfully
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Onderzoeksrapporten'
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Onderzoeksrapporten not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    delete:
      summary: Delete a Onderzoeksrapporten object
      operationId: deleteOnderzoeksrapporten
      tags:
        - Onderzoeksrapporten
      description: |-
        Delete a specific Onderzoeksrapporten object by its unique identifier

        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: Unique identifier of the Onderzoeksrapporten object to delete
          schema:
            type: string
            format: uuid
      responses:
        '204':
          description: Onderzoeksrapporten deleted successfully
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Onderzoeksrapporten not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
  /objects/woo/klachtoordelen:
    get:
      summary: Get all Klachtoordelen objects
      operationId: getAllKlachtoordelen
      tags:
        - Klachtoordelen
      description: |-
        Retrieve a list of all Klachtoordelen objects

        **Required scopes:** `admin`, `public`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
        - name: _search
          in: query
          required: false
          description: Full-text search query to filter objects in the collection.
          schema:
            type: string
          example: search term
        - name: attachments
          in: query
          required: false
          description: Filter results by attachments
          schema:
            type: array
            items:
              type: string
        - name: beschrijving
          in: query
          required: false
          description: Filter results by beschrijving
          schema:
            type: string
        - name: besluitdatum
          in: query
          required: false
          description: Filter results by besluitdatum
          schema:
            type: string
        - name: bevindingen
          in: query
          required: false
          description: Filter results by bevindingen
          schema:
            type: string
        - name: categorie
          in: query
          required: false
          description: Filter results by categorie
          schema:
            type: string
        - name: conclusies
          in: query
          required: false
          description: Filter results by conclusies
          schema:
            type: string
        - name: depublicatiedatum
          in: query
          required: false
          description: Filter results by depublicatiedatum
          schema:
            type: string
        - name: functiebenaming
          in: query
          required: false
          description: Filter results by functiebenaming
          schema:
            type: string
        - name: gedraging
          in: query
          required: false
          description: Filter results by gedraging
          schema:
            type: string
        - name: kenmerk
          in: query
          required: false
          description: Filter results by kenmerk
          schema:
            type: string
        - name: onderdeelTaak
          in: query
          required: false
          description: Filter results by onderdeelTaak
          schema:
            type: string
        - name: ontvangstdatum
          in: query
          required: false
          description: Filter results by ontvangstdatum
          schema:
            type: string
        - name: oordeel
          in: query
          required: false
          description: Filter results by oordeel
          schema:
            type: string
        - name: opdrachtgever
          in: query
          required: false
          description: Filter results by opdrachtgever
          schema:
            type: string
        - name: organisatieonderdeel
          in: query
          required: false
          description: Filter results by organisatieonderdeel
          schema:
            type: string
        - name: publicatiedatum
          in: query
          required: false
          description: Filter results by publicatiedatum
          schema:
            type: string
        - name: samenvatting
          in: query
          required: false
          description: Filter results by samenvatting
          schema:
            type: string
        - name: termijnoverschrijding
          in: query
          required: false
          description: Filter results by termijnoverschrijding
          schema:
            type: string
        - name: thema
          in: query
          required: false
          description: Filter results by thema
          schema:
            type: string
        - name: titel
          in: query
          required: false
          description: Filter results by titel
          schema:
            type: string
        - name: tooiCategorieId
          in: query
          required: false
          description: Filter results by tooiCategorieId
          schema:
            type: string
        - name: tooiCategorieNaam
          in: query
          required: false
          description: Filter results by tooiCategorieNaam
          schema:
            type: string
        - name: tooiCategorieUri
          in: query
          required: false
          description: Filter results by tooiCategorieUri
          schema:
            type: string
        - name: tooiThemaId
          in: query
          required: false
          description: Filter results by tooiThemaId
          schema:
            type: string
        - name: tooiThemaNaam
          in: query
          required: false
          description: Filter results by tooiThemaNaam
          schema:
            type: string
        - name: tooiThemaUri
          in: query
          required: false
          description: Filter results by tooiThemaUri
          schema:
            type: string
        - name: values
          in: query
          required: false
          description: Filter results by values
          schema:
            type: array
            items:
              type: string
      responses:
        '200':
          description: List of Klachtoordelen objects with pagination metadata
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/PaginatedResponse'
                  - type: object
                    properties:
                      results:
                        type: array
                        items:
                          $ref: '#/components/schemas/Klachtoordelen'
        '400':
          description: Invalid query parameters
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
    post:
      summary: Create a new Klachtoordelen object
      operationId: createKlachtoordelen
      tags:
        - Klachtoordelen
      description: |-
        Create a new Klachtoordelen object with the provided data

        **Required scopes:** `admin`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Klachtoordelen'
      responses:
        '201':
          description: Klachtoordelen created successfully.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Klachtoordelen'
        '400':
          description: Invalid request body
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
  /objects/woo/klachtoordelen/{id}:
    get:
      summary: Get a Klachtoordelen object by ID
      operationId: getKlachtoordelen
      tags:
        - Klachtoordelen
      description: |-
        Retrieve a specific Klachtoordelen object by its unique identifier

        **Required scopes:** `admin`, `public`
      parameters:
        - name: id
          in: path
          required: true
          description: Unique identifier of the Klachtoordelen object
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      responses:
        '200':
          description: Klachtoordelen found.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Klachtoordelen'
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Klachtoordelen not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    put:
      summary: Update a Klachtoordelen object
      operationId: updateKlachtoordelen
      tags:
        - Klachtoordelen
      description: |-
        Update an existing Klachtoordelen object with the provided data

        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: Unique identifier of the Klachtoordelen object to update
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Klachtoordelen'
      responses:
        '200':
          description: Klachtoordelen updated successfully
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Klachtoordelen'
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Klachtoordelen not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    delete:
      summary: Delete a Klachtoordelen object
      operationId: deleteKlachtoordelen
      tags:
        - Klachtoordelen
      description: |-
        Delete a specific Klachtoordelen object by its unique identifier

        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: Unique identifier of the Klachtoordelen object to delete
          schema:
            type: string
            format: uuid
      responses:
        '204':
          description: Klachtoordelen deleted successfully
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Klachtoordelen not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
  /objects/woo/wetten_en_algemeen_verbindende_voorschriften:
    get:
      summary: Get all Wetten en algemeen verbindende voorschriften objects
      operationId: getAllWettenEnAlgemeenVerbindendeVoorschriften
      tags:
        - Wetten en algemeen verbindende voorschriften
      description: >-
        Retrieve a list of all Wetten en algemeen verbindende voorschriften
        objects


        **Required scopes:** `admin`, `public`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
        - name: _search
          in: query
          required: false
          description: Full-text search query to filter objects in the collection.
          schema:
            type: string
          example: search term
        - name: attachments
          in: query
          required: false
          description: Filter results by attachments
          schema:
            type: array
            items:
              type: string
        - name: beschrijving
          in: query
          required: false
          description: Filter results by beschrijving
          schema:
            type: string
        - name: besluitdatum
          in: query
          required: false
          description: Filter results by besluitdatum
          schema:
            type: string
        - name: bevindingen
          in: query
          required: false
          description: Filter results by bevindingen
          schema:
            type: string
        - name: categorie
          in: query
          required: false
          description: Filter results by categorie
          schema:
            type: string
        - name: conclusies
          in: query
          required: false
          description: Filter results by conclusies
          schema:
            type: string
        - name: depublicatiedatum
          in: query
          required: false
          description: Filter results by depublicatiedatum
          schema:
            type: string
        - name: functiebenaming
          in: query
          required: false
          description: Filter results by functiebenaming
          schema:
            type: string
        - name: gedraging
          in: query
          required: false
          description: Filter results by gedraging
          schema:
            type: string
        - name: kenmerk
          in: query
          required: false
          description: Filter results by kenmerk
          schema:
            type: string
        - name: onderdeelTaak
          in: query
          required: false
          description: Filter results by onderdeelTaak
          schema:
            type: string
        - name: ontvangstdatum
          in: query
          required: false
          description: Filter results by ontvangstdatum
          schema:
            type: string
        - name: oordeel
          in: query
          required: false
          description: Filter results by oordeel
          schema:
            type: string
        - name: opdrachtgever
          in: query
          required: false
          description: Filter results by opdrachtgever
          schema:
            type: string
        - name: organisatieonderdeel
          in: query
          required: false
          description: Filter results by organisatieonderdeel
          schema:
            type: string
        - name: publicatiedatum
          in: query
          required: false
          description: Filter results by publicatiedatum
          schema:
            type: string
        - name: samenvatting
          in: query
          required: false
          description: Filter results by samenvatting
          schema:
            type: string
        - name: termijnoverschrijding
          in: query
          required: false
          description: Filter results by termijnoverschrijding
          schema:
            type: string
        - name: thema
          in: query
          required: false
          description: Filter results by thema
          schema:
            type: string
        - name: titel
          in: query
          required: false
          description: Filter results by titel
          schema:
            type: string
        - name: tooiCategorieId
          in: query
          required: false
          description: Filter results by tooiCategorieId
          schema:
            type: string
        - name: tooiCategorieNaam
          in: query
          required: false
          description: Filter results by tooiCategorieNaam
          schema:
            type: string
        - name: tooiCategorieUri
          in: query
          required: false
          description: Filter results by tooiCategorieUri
          schema:
            type: string
        - name: tooiThemaId
          in: query
          required: false
          description: Filter results by tooiThemaId
          schema:
            type: string
        - name: tooiThemaNaam
          in: query
          required: false
          description: Filter results by tooiThemaNaam
          schema:
            type: string
        - name: tooiThemaUri
          in: query
          required: false
          description: Filter results by tooiThemaUri
          schema:
            type: string
        - name: values
          in: query
          required: false
          description: Filter results by values
          schema:
            type: array
            items:
              type: string
      responses:
        '200':
          description: >-
            List of Wetten en algemeen verbindende voorschriften objects with
            pagination metadata
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/PaginatedResponse'
                  - type: object
                    properties:
                      results:
                        type: array
                        items:
                          $ref: >-
                            #/components/schemas/Wetten_en_algemeen_verbindende_voorschriften
        '400':
          description: Invalid query parameters
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
    post:
      summary: Create a new Wetten en algemeen verbindende voorschriften object
      operationId: createWettenEnAlgemeenVerbindendeVoorschriften
      tags:
        - Wetten en algemeen verbindende voorschriften
      description: >-
        Create a new Wetten en algemeen verbindende voorschriften object with
        the provided data


        **Required scopes:** `admin`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: >-
                #/components/schemas/Wetten_en_algemeen_verbindende_voorschriften
      responses:
        '201':
          description: Wetten en algemeen verbindende voorschriften created successfully.
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Wetten_en_algemeen_verbindende_voorschriften
        '400':
          description: Invalid request body
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
  /objects/woo/wetten_en_algemeen_verbindende_voorschriften/{id}:
    get:
      summary: Get a Wetten en algemeen verbindende voorschriften object by ID
      operationId: getWettenEnAlgemeenVerbindendeVoorschriften
      tags:
        - Wetten en algemeen verbindende voorschriften
      description: >-
        Retrieve a specific Wetten en algemeen verbindende voorschriften object
        by its unique identifier


        **Required scopes:** `admin`, `public`
      parameters:
        - name: id
          in: path
          required: true
          description: >-
            Unique identifier of the Wetten en algemeen verbindende
            voorschriften object
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      responses:
        '200':
          description: Wetten en algemeen verbindende voorschriften found.
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Wetten_en_algemeen_verbindende_voorschriften
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Wetten en algemeen verbindende voorschriften not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    put:
      summary: Update a Wetten en algemeen verbindende voorschriften object
      operationId: updateWettenEnAlgemeenVerbindendeVoorschriften
      tags:
        - Wetten en algemeen verbindende voorschriften
      description: >-
        Update an existing Wetten en algemeen verbindende voorschriften object
        with the provided data


        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: >-
            Unique identifier of the Wetten en algemeen verbindende
            voorschriften object to update
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: >-
                #/components/schemas/Wetten_en_algemeen_verbindende_voorschriften
      responses:
        '200':
          description: Wetten en algemeen verbindende voorschriften updated successfully
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Wetten_en_algemeen_verbindende_voorschriften
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Wetten en algemeen verbindende voorschriften not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    delete:
      summary: Delete a Wetten en algemeen verbindende voorschriften object
      operationId: deleteWettenEnAlgemeenVerbindendeVoorschriften
      tags:
        - Wetten en algemeen verbindende voorschriften
      description: >-
        Delete a specific Wetten en algemeen verbindende voorschriften object by
        its unique identifier


        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: >-
            Unique identifier of the Wetten en algemeen verbindende
            voorschriften object to delete
          schema:
            type: string
            format: uuid
      responses:
        '204':
          description: Wetten en algemeen verbindende voorschriften deleted successfully
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Wetten en algemeen verbindende voorschriften not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
  /objects/woo/woo_verzoeken_en_besluiten:
    get:
      summary: Get all Woo-verzoeken en -besluiten objects
      operationId: getAllWooVerzoekenEnBesluiten
      tags:
        - Woo-verzoeken en -besluiten
      description: |-
        Retrieve a list of all Woo-verzoeken en -besluiten objects

        **Required scopes:** `admin`, `public`, `Test WOO-verzoek`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
        - name: _search
          in: query
          required: false
          description: Full-text search query to filter objects in the collection.
          schema:
            type: string
          example: search term
        - name: attachments
          in: query
          required: false
          description: Filter results by attachments
          schema:
            type: array
            items:
              type: string
        - name: beschrijving
          in: query
          required: false
          description: Filter results by beschrijving
          schema:
            type: string
        - name: besluitdatum
          in: query
          required: false
          description: Filter results by besluitdatum
          schema:
            type: string
        - name: bevindingen
          in: query
          required: false
          description: Filter results by bevindingen
          schema:
            type: string
        - name: categorie
          in: query
          required: false
          description: Filter results by categorie
          schema:
            type: string
        - name: conclusies
          in: query
          required: false
          description: Filter results by conclusies
          schema:
            type: string
        - name: depublicatiedatum
          in: query
          required: false
          description: Filter results by depublicatiedatum
          schema:
            type: string
        - name: functiebenaming
          in: query
          required: false
          description: Filter results by functiebenaming
          schema:
            type: string
        - name: gedraging
          in: query
          required: false
          description: Filter results by gedraging
          schema:
            type: string
        - name: kenmerk
          in: query
          required: false
          description: Filter results by kenmerk
          schema:
            type: string
        - name: onderdeelTaak
          in: query
          required: false
          description: Filter results by onderdeelTaak
          schema:
            type: string
        - name: ontvangstdatum
          in: query
          required: false
          description: Filter results by ontvangstdatum
          schema:
            type: string
        - name: oordeel
          in: query
          required: false
          description: Filter results by oordeel
          schema:
            type: string
        - name: opdrachtgever
          in: query
          required: false
          description: Filter results by opdrachtgever
          schema:
            type: string
        - name: organisatieonderdeel
          in: query
          required: false
          description: Filter results by organisatieonderdeel
          schema:
            type: string
        - name: publicatiedatum
          in: query
          required: false
          description: Filter results by publicatiedatum
          schema:
            type: string
        - name: samenvatting
          in: query
          required: false
          description: Filter results by samenvatting
          schema:
            type: string
        - name: termijnoverschrijding
          in: query
          required: false
          description: Filter results by termijnoverschrijding
          schema:
            type: string
        - name: thema
          in: query
          required: false
          description: Filter results by thema
          schema:
            type: string
        - name: titel
          in: query
          required: false
          description: Filter results by titel
          schema:
            type: string
        - name: tooiCategorieId
          in: query
          required: false
          description: Filter results by tooiCategorieId
          schema:
            type: string
        - name: tooiCategorieNaam
          in: query
          required: false
          description: Filter results by tooiCategorieNaam
          schema:
            type: string
        - name: tooiCategorieUri
          in: query
          required: false
          description: Filter results by tooiCategorieUri
          schema:
            type: string
        - name: tooiThemaId
          in: query
          required: false
          description: Filter results by tooiThemaId
          schema:
            type: string
        - name: tooiThemaNaam
          in: query
          required: false
          description: Filter results by tooiThemaNaam
          schema:
            type: string
        - name: tooiThemaUri
          in: query
          required: false
          description: Filter results by tooiThemaUri
          schema:
            type: string
        - name: values
          in: query
          required: false
          description: Filter results by values
          schema:
            type: array
            items:
              type: string
      responses:
        '200':
          description: List of Woo-verzoeken en -besluiten objects with pagination metadata
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/PaginatedResponse'
                  - type: object
                    properties:
                      results:
                        type: array
                        items:
                          $ref: '#/components/schemas/Woo-verzoeken_en_-besluiten'
        '400':
          description: Invalid query parameters
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
    post:
      summary: Create a new Woo-verzoeken en -besluiten object
      operationId: createWooVerzoekenEnBesluiten
      tags:
        - Woo-verzoeken en -besluiten
      description: |-
        Create a new Woo-verzoeken en -besluiten object with the provided data

        **Required scopes:** `admin`, `Test WOO-verzoek`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Woo-verzoeken_en_-besluiten'
      responses:
        '201':
          description: Woo-verzoeken en -besluiten created successfully.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Woo-verzoeken_en_-besluiten'
        '400':
          description: Invalid request body
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
  /objects/woo/woo_verzoeken_en_besluiten/{id}:
    get:
      summary: Get a Woo-verzoeken en -besluiten object by ID
      operationId: getWooVerzoekenEnBesluiten
      tags:
        - Woo-verzoeken en -besluiten
      description: >-
        Retrieve a specific Woo-verzoeken en -besluiten object by its unique
        identifier


        **Required scopes:** `admin`, `public`, `Test WOO-verzoek`
      parameters:
        - name: id
          in: path
          required: true
          description: Unique identifier of the Woo-verzoeken en -besluiten object
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      responses:
        '200':
          description: Woo-verzoeken en -besluiten found.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Woo-verzoeken_en_-besluiten'
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Woo-verzoeken en -besluiten not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    put:
      summary: Update a Woo-verzoeken en -besluiten object
      operationId: updateWooVerzoekenEnBesluiten
      tags:
        - Woo-verzoeken en -besluiten
      description: >-
        Update an existing Woo-verzoeken en -besluiten object with the provided
        data


        **Required scopes:** `admin`, `Test WOO-verzoek`
      parameters:
        - name: id
          in: path
          required: true
          description: >-
            Unique identifier of the Woo-verzoeken en -besluiten object to
            update
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Woo-verzoeken_en_-besluiten'
      responses:
        '200':
          description: Woo-verzoeken en -besluiten updated successfully
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Woo-verzoeken_en_-besluiten'
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Woo-verzoeken en -besluiten not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    delete:
      summary: Delete a Woo-verzoeken en -besluiten object
      operationId: deleteWooVerzoekenEnBesluiten
      tags:
        - Woo-verzoeken en -besluiten
      description: >-
        Delete a specific Woo-verzoeken en -besluiten object by its unique
        identifier


        **Required scopes:** `admin`, `Test WOO-verzoek`
      parameters:
        - name: id
          in: path
          required: true
          description: >-
            Unique identifier of the Woo-verzoeken en -besluiten object to
            delete
          schema:
            type: string
            format: uuid
      responses:
        '204':
          description: Woo-verzoeken en -besluiten deleted successfully
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Woo-verzoeken en -besluiten not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
  /objects/woo/vergaderstukken_staten_generaal:
    get:
      summary: Get all Vergaderstukken Staten-Generaal objects
      operationId: getAllVergaderstukkenStatenGeneraal
      tags:
        - Vergaderstukken Staten-Generaal
      description: |-
        Retrieve a list of all Vergaderstukken Staten-Generaal objects

        **Required scopes:** `admin`, `public`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
        - name: _search
          in: query
          required: false
          description: Full-text search query to filter objects in the collection.
          schema:
            type: string
          example: search term
        - name: attachments
          in: query
          required: false
          description: Filter results by attachments
          schema:
            type: array
            items:
              type: string
        - name: beschrijving
          in: query
          required: false
          description: Filter results by beschrijving
          schema:
            type: string
        - name: besluitdatum
          in: query
          required: false
          description: Filter results by besluitdatum
          schema:
            type: string
        - name: bevindingen
          in: query
          required: false
          description: Filter results by bevindingen
          schema:
            type: string
        - name: categorie
          in: query
          required: false
          description: Filter results by categorie
          schema:
            type: string
        - name: conclusies
          in: query
          required: false
          description: Filter results by conclusies
          schema:
            type: string
        - name: depublicatiedatum
          in: query
          required: false
          description: Filter results by depublicatiedatum
          schema:
            type: string
        - name: functiebenaming
          in: query
          required: false
          description: Filter results by functiebenaming
          schema:
            type: string
        - name: gedraging
          in: query
          required: false
          description: Filter results by gedraging
          schema:
            type: string
        - name: kenmerk
          in: query
          required: false
          description: Filter results by kenmerk
          schema:
            type: string
        - name: onderdeelTaak
          in: query
          required: false
          description: Filter results by onderdeelTaak
          schema:
            type: string
        - name: ontvangstdatum
          in: query
          required: false
          description: Filter results by ontvangstdatum
          schema:
            type: string
        - name: oordeel
          in: query
          required: false
          description: Filter results by oordeel
          schema:
            type: string
        - name: opdrachtgever
          in: query
          required: false
          description: Filter results by opdrachtgever
          schema:
            type: string
        - name: organisatieonderdeel
          in: query
          required: false
          description: Filter results by organisatieonderdeel
          schema:
            type: string
        - name: publicatiedatum
          in: query
          required: false
          description: Filter results by publicatiedatum
          schema:
            type: string
        - name: samenvatting
          in: query
          required: false
          description: Filter results by samenvatting
          schema:
            type: string
        - name: termijnoverschrijding
          in: query
          required: false
          description: Filter results by termijnoverschrijding
          schema:
            type: string
        - name: thema
          in: query
          required: false
          description: Filter results by thema
          schema:
            type: string
        - name: titel
          in: query
          required: false
          description: Filter results by titel
          schema:
            type: string
        - name: tooiCategorieId
          in: query
          required: false
          description: Filter results by tooiCategorieId
          schema:
            type: string
        - name: tooiCategorieNaam
          in: query
          required: false
          description: Filter results by tooiCategorieNaam
          schema:
            type: string
        - name: tooiCategorieUri
          in: query
          required: false
          description: Filter results by tooiCategorieUri
          schema:
            type: string
        - name: tooiThemaId
          in: query
          required: false
          description: Filter results by tooiThemaId
          schema:
            type: string
        - name: tooiThemaNaam
          in: query
          required: false
          description: Filter results by tooiThemaNaam
          schema:
            type: string
        - name: tooiThemaUri
          in: query
          required: false
          description: Filter results by tooiThemaUri
          schema:
            type: string
        - name: values
          in: query
          required: false
          description: Filter results by values
          schema:
            type: array
            items:
              type: string
      responses:
        '200':
          description: >-
            List of Vergaderstukken Staten-Generaal objects with pagination
            metadata
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/PaginatedResponse'
                  - type: object
                    properties:
                      results:
                        type: array
                        items:
                          $ref: '#/components/schemas/Vergaderstukken_Staten-Generaal'
        '400':
          description: Invalid query parameters
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
    post:
      summary: Create a new Vergaderstukken Staten-Generaal object
      operationId: createVergaderstukkenStatenGeneraal
      tags:
        - Vergaderstukken Staten-Generaal
      description: >-
        Create a new Vergaderstukken Staten-Generaal object with the provided
        data


        **Required scopes:** `admin`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Vergaderstukken_Staten-Generaal'
      responses:
        '201':
          description: Vergaderstukken Staten-Generaal created successfully.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Vergaderstukken_Staten-Generaal'
        '400':
          description: Invalid request body
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
  /objects/woo/vergaderstukken_staten_generaal/{id}:
    get:
      summary: Get a Vergaderstukken Staten-Generaal object by ID
      operationId: getVergaderstukkenStatenGeneraal
      tags:
        - Vergaderstukken Staten-Generaal
      description: >-
        Retrieve a specific Vergaderstukken Staten-Generaal object by its unique
        identifier


        **Required scopes:** `admin`, `public`
      parameters:
        - name: id
          in: path
          required: true
          description: Unique identifier of the Vergaderstukken Staten-Generaal object
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      responses:
        '200':
          description: Vergaderstukken Staten-Generaal found.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Vergaderstukken_Staten-Generaal'
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Vergaderstukken Staten-Generaal not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    put:
      summary: Update a Vergaderstukken Staten-Generaal object
      operationId: updateVergaderstukkenStatenGeneraal
      tags:
        - Vergaderstukken Staten-Generaal
      description: >-
        Update an existing Vergaderstukken Staten-Generaal object with the
        provided data


        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: >-
            Unique identifier of the Vergaderstukken Staten-Generaal object to
            update
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Vergaderstukken_Staten-Generaal'
      responses:
        '200':
          description: Vergaderstukken Staten-Generaal updated successfully
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Vergaderstukken_Staten-Generaal'
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Vergaderstukken Staten-Generaal not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    delete:
      summary: Delete a Vergaderstukken Staten-Generaal object
      operationId: deleteVergaderstukkenStatenGeneraal
      tags:
        - Vergaderstukken Staten-Generaal
      description: >-
        Delete a specific Vergaderstukken Staten-Generaal object by its unique
        identifier


        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: >-
            Unique identifier of the Vergaderstukken Staten-Generaal object to
            delete
          schema:
            type: string
            format: uuid
      responses:
        '204':
          description: Vergaderstukken Staten-Generaal deleted successfully
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Vergaderstukken Staten-Generaal not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
  /objects/woo/convenanten:
    get:
      summary: Get all Convenanten objects
      operationId: getAllConvenanten
      tags:
        - Convenanten
      description: |-
        Retrieve a list of all Convenanten objects

        **Required scopes:** `admin`, `public`, `Test Convenant`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
        - name: _search
          in: query
          required: false
          description: Full-text search query to filter objects in the collection.
          schema:
            type: string
          example: search term
        - name: attachments
          in: query
          required: false
          description: Filter results by attachments
          schema:
            type: array
            items:
              type: string
        - name: beschrijving
          in: query
          required: false
          description: Filter results by beschrijving
          schema:
            type: string
        - name: besluitdatum
          in: query
          required: false
          description: Filter results by besluitdatum
          schema:
            type: string
        - name: bevindingen
          in: query
          required: false
          description: Filter results by bevindingen
          schema:
            type: string
        - name: categorie
          in: query
          required: false
          description: Filter results by categorie
          schema:
            type: string
        - name: conclusies
          in: query
          required: false
          description: Filter results by conclusies
          schema:
            type: string
        - name: depublicatiedatum
          in: query
          required: false
          description: Filter results by depublicatiedatum
          schema:
            type: string
        - name: functiebenaming
          in: query
          required: false
          description: Filter results by functiebenaming
          schema:
            type: string
        - name: gedraging
          in: query
          required: false
          description: Filter results by gedraging
          schema:
            type: string
        - name: kenmerk
          in: query
          required: false
          description: Filter results by kenmerk
          schema:
            type: string
        - name: onderdeelTaak
          in: query
          required: false
          description: Filter results by onderdeelTaak
          schema:
            type: string
        - name: ontvangstdatum
          in: query
          required: false
          description: Filter results by ontvangstdatum
          schema:
            type: string
        - name: oordeel
          in: query
          required: false
          description: Filter results by oordeel
          schema:
            type: string
        - name: opdrachtgever
          in: query
          required: false
          description: Filter results by opdrachtgever
          schema:
            type: string
        - name: organisatieonderdeel
          in: query
          required: false
          description: Filter results by organisatieonderdeel
          schema:
            type: string
        - name: publicatiedatum
          in: query
          required: false
          description: Filter results by publicatiedatum
          schema:
            type: string
        - name: samenvatting
          in: query
          required: false
          description: Filter results by samenvatting
          schema:
            type: string
        - name: termijnoverschrijding
          in: query
          required: false
          description: Filter results by termijnoverschrijding
          schema:
            type: string
        - name: thema
          in: query
          required: false
          description: Filter results by thema
          schema:
            type: string
        - name: titel
          in: query
          required: false
          description: Filter results by titel
          schema:
            type: string
        - name: tooiCategorieId
          in: query
          required: false
          description: Filter results by tooiCategorieId
          schema:
            type: string
        - name: tooiCategorieNaam
          in: query
          required: false
          description: Filter results by tooiCategorieNaam
          schema:
            type: string
        - name: tooiCategorieUri
          in: query
          required: false
          description: Filter results by tooiCategorieUri
          schema:
            type: string
        - name: tooiThemaId
          in: query
          required: false
          description: Filter results by tooiThemaId
          schema:
            type: string
        - name: tooiThemaNaam
          in: query
          required: false
          description: Filter results by tooiThemaNaam
          schema:
            type: string
        - name: tooiThemaUri
          in: query
          required: false
          description: Filter results by tooiThemaUri
          schema:
            type: string
        - name: values
          in: query
          required: false
          description: Filter results by values
          schema:
            type: array
            items:
              type: string
      responses:
        '200':
          description: List of Convenanten objects with pagination metadata
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/PaginatedResponse'
                  - type: object
                    properties:
                      results:
                        type: array
                        items:
                          $ref: '#/components/schemas/Convenanten'
        '400':
          description: Invalid query parameters
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
    post:
      summary: Create a new Convenanten object
      operationId: createConvenanten
      tags:
        - Convenanten
      description: |-
        Create a new Convenanten object with the provided data

        **Required scopes:** `admin`, `Test Convenant`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Convenanten'
      responses:
        '201':
          description: Convenanten created successfully.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Convenanten'
        '400':
          description: Invalid request body
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
  /objects/woo/convenanten/{id}:
    get:
      summary: Get a Convenanten object by ID
      operationId: getConvenanten
      tags:
        - Convenanten
      description: |-
        Retrieve a specific Convenanten object by its unique identifier

        **Required scopes:** `admin`, `public`, `Test Convenant`
      parameters:
        - name: id
          in: path
          required: true
          description: Unique identifier of the Convenanten object
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      responses:
        '200':
          description: Convenanten found.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Convenanten'
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Convenanten not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    put:
      summary: Update a Convenanten object
      operationId: updateConvenanten
      tags:
        - Convenanten
      description: |-
        Update an existing Convenanten object with the provided data

        **Required scopes:** `admin`, `Test Convenant`
      parameters:
        - name: id
          in: path
          required: true
          description: Unique identifier of the Convenanten object to update
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Convenanten'
      responses:
        '200':
          description: Convenanten updated successfully
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Convenanten'
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Convenanten not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    delete:
      summary: Delete a Convenanten object
      operationId: deleteConvenanten
      tags:
        - Convenanten
      description: |-
        Delete a specific Convenanten object by its unique identifier

        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: Unique identifier of the Convenanten object to delete
          schema:
            type: string
            format: uuid
      responses:
        '204':
          description: Convenanten deleted successfully
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Convenanten not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
  /objects/woo/agendas_en_besluitenlijsten_bestuurscolleges:
    get:
      summary: Get all Agenda's en besluitenlijsten bestuurscolleges objects
      operationId: getAllAgendaSEnBesluitenlijstenBestuurscolleges
      tags:
        - Agenda's en besluitenlijsten bestuurscolleges
      description: >-
        Retrieve a list of all Agenda's en besluitenlijsten bestuurscolleges
        objects


        **Required scopes:** `admin`, `public`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
        - name: _search
          in: query
          required: false
          description: Full-text search query to filter objects in the collection.
          schema:
            type: string
          example: search term
        - name: attachments
          in: query
          required: false
          description: Filter results by attachments
          schema:
            type: array
            items:
              type: string
        - name: beschrijving
          in: query
          required: false
          description: Filter results by beschrijving
          schema:
            type: string
        - name: besluitdatum
          in: query
          required: false
          description: Filter results by besluitdatum
          schema:
            type: string
        - name: bevindingen
          in: query
          required: false
          description: Filter results by bevindingen
          schema:
            type: string
        - name: categorie
          in: query
          required: false
          description: Filter results by categorie
          schema:
            type: string
        - name: conclusies
          in: query
          required: false
          description: Filter results by conclusies
          schema:
            type: string
        - name: depublicatiedatum
          in: query
          required: false
          description: Filter results by depublicatiedatum
          schema:
            type: string
        - name: functiebenaming
          in: query
          required: false
          description: Filter results by functiebenaming
          schema:
            type: string
        - name: gedraging
          in: query
          required: false
          description: Filter results by gedraging
          schema:
            type: string
        - name: kenmerk
          in: query
          required: false
          description: Filter results by kenmerk
          schema:
            type: string
        - name: onderdeelTaak
          in: query
          required: false
          description: Filter results by onderdeelTaak
          schema:
            type: string
        - name: ontvangstdatum
          in: query
          required: false
          description: Filter results by ontvangstdatum
          schema:
            type: string
        - name: oordeel
          in: query
          required: false
          description: Filter results by oordeel
          schema:
            type: string
        - name: opdrachtgever
          in: query
          required: false
          description: Filter results by opdrachtgever
          schema:
            type: string
        - name: organisatieonderdeel
          in: query
          required: false
          description: Filter results by organisatieonderdeel
          schema:
            type: string
        - name: publicatiedatum
          in: query
          required: false
          description: Filter results by publicatiedatum
          schema:
            type: string
        - name: samenvatting
          in: query
          required: false
          description: Filter results by samenvatting
          schema:
            type: string
        - name: termijnoverschrijding
          in: query
          required: false
          description: Filter results by termijnoverschrijding
          schema:
            type: string
        - name: thema
          in: query
          required: false
          description: Filter results by thema
          schema:
            type: string
        - name: titel
          in: query
          required: false
          description: Filter results by titel
          schema:
            type: string
        - name: tooiCategorieId
          in: query
          required: false
          description: Filter results by tooiCategorieId
          schema:
            type: string
        - name: tooiCategorieNaam
          in: query
          required: false
          description: Filter results by tooiCategorieNaam
          schema:
            type: string
        - name: tooiCategorieUri
          in: query
          required: false
          description: Filter results by tooiCategorieUri
          schema:
            type: string
        - name: tooiThemaId
          in: query
          required: false
          description: Filter results by tooiThemaId
          schema:
            type: string
        - name: tooiThemaNaam
          in: query
          required: false
          description: Filter results by tooiThemaNaam
          schema:
            type: string
        - name: tooiThemaUri
          in: query
          required: false
          description: Filter results by tooiThemaUri
          schema:
            type: string
        - name: values
          in: query
          required: false
          description: Filter results by values
          schema:
            type: array
            items:
              type: string
      responses:
        '200':
          description: >-
            List of Agenda's en besluitenlijsten bestuurscolleges objects with
            pagination metadata
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/PaginatedResponse'
                  - type: object
                    properties:
                      results:
                        type: array
                        items:
                          $ref: >-
                            #/components/schemas/Agenda_s_en_besluitenlijsten_bestuurscolleges
        '400':
          description: Invalid query parameters
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
    post:
      summary: Create a new Agenda's en besluitenlijsten bestuurscolleges object
      operationId: createAgendaSEnBesluitenlijstenBestuurscolleges
      tags:
        - Agenda's en besluitenlijsten bestuurscolleges
      description: >-
        Create a new Agenda's en besluitenlijsten bestuurscolleges object with
        the provided data


        **Required scopes:** `admin`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: >-
                #/components/schemas/Agenda_s_en_besluitenlijsten_bestuurscolleges
      responses:
        '201':
          description: Agenda's en besluitenlijsten bestuurscolleges created successfully.
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Agenda_s_en_besluitenlijsten_bestuurscolleges
        '400':
          description: Invalid request body
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
  /objects/woo/agendas_en_besluitenlijsten_bestuurscolleges/{id}:
    get:
      summary: Get a Agenda's en besluitenlijsten bestuurscolleges object by ID
      operationId: getAgendaSEnBesluitenlijstenBestuurscolleges
      tags:
        - Agenda's en besluitenlijsten bestuurscolleges
      description: >-
        Retrieve a specific Agenda's en besluitenlijsten bestuurscolleges object
        by its unique identifier


        **Required scopes:** `admin`, `public`
      parameters:
        - name: id
          in: path
          required: true
          description: >-
            Unique identifier of the Agenda's en besluitenlijsten
            bestuurscolleges object
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      responses:
        '200':
          description: Agenda's en besluitenlijsten bestuurscolleges found.
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Agenda_s_en_besluitenlijsten_bestuurscolleges
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Agenda's en besluitenlijsten bestuurscolleges not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    put:
      summary: Update a Agenda's en besluitenlijsten bestuurscolleges object
      operationId: updateAgendaSEnBesluitenlijstenBestuurscolleges
      tags:
        - Agenda's en besluitenlijsten bestuurscolleges
      description: >-
        Update an existing Agenda's en besluitenlijsten bestuurscolleges object
        with the provided data


        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: >-
            Unique identifier of the Agenda's en besluitenlijsten
            bestuurscolleges object to update
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: >-
                #/components/schemas/Agenda_s_en_besluitenlijsten_bestuurscolleges
      responses:
        '200':
          description: Agenda's en besluitenlijsten bestuurscolleges updated successfully
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Agenda_s_en_besluitenlijsten_bestuurscolleges
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Agenda's en besluitenlijsten bestuurscolleges not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    delete:
      summary: Delete a Agenda's en besluitenlijsten bestuurscolleges object
      operationId: deleteAgendaSEnBesluitenlijstenBestuurscolleges
      tags:
        - Agenda's en besluitenlijsten bestuurscolleges
      description: >-
        Delete a specific Agenda's en besluitenlijsten bestuurscolleges object
        by its unique identifier


        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: >-
            Unique identifier of the Agenda's en besluitenlijsten
            bestuurscolleges object to delete
          schema:
            type: string
            format: uuid
      responses:
        '204':
          description: Agenda's en besluitenlijsten bestuurscolleges deleted successfully
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Agenda's en besluitenlijsten bestuurscolleges not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
  /objects/woo/adviezen:
    get:
      summary: Get all Adviezen objects
      operationId: getAllAdviezen
      tags:
        - Adviezen
      description: |-
        Retrieve a list of all Adviezen objects

        **Required scopes:** `admin`, `public`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
        - name: _search
          in: query
          required: false
          description: Full-text search query to filter objects in the collection.
          schema:
            type: string
          example: search term
        - name: attachments
          in: query
          required: false
          description: Filter results by attachments
          schema:
            type: array
            items:
              type: string
        - name: beschrijving
          in: query
          required: false
          description: Filter results by beschrijving
          schema:
            type: string
        - name: besluitdatum
          in: query
          required: false
          description: Filter results by besluitdatum
          schema:
            type: string
        - name: bevindingen
          in: query
          required: false
          description: Filter results by bevindingen
          schema:
            type: string
        - name: categorie
          in: query
          required: false
          description: Filter results by categorie
          schema:
            type: string
        - name: conclusies
          in: query
          required: false
          description: Filter results by conclusies
          schema:
            type: string
        - name: depublicatiedatum
          in: query
          required: false
          description: Filter results by depublicatiedatum
          schema:
            type: string
        - name: functiebenaming
          in: query
          required: false
          description: Filter results by functiebenaming
          schema:
            type: string
        - name: gedraging
          in: query
          required: false
          description: Filter results by gedraging
          schema:
            type: string
        - name: kenmerk
          in: query
          required: false
          description: Filter results by kenmerk
          schema:
            type: string
        - name: onderdeelTaak
          in: query
          required: false
          description: Filter results by onderdeelTaak
          schema:
            type: string
        - name: ontvangstdatum
          in: query
          required: false
          description: Filter results by ontvangstdatum
          schema:
            type: string
        - name: oordeel
          in: query
          required: false
          description: Filter results by oordeel
          schema:
            type: string
        - name: opdrachtgever
          in: query
          required: false
          description: Filter results by opdrachtgever
          schema:
            type: string
        - name: organisatieonderdeel
          in: query
          required: false
          description: Filter results by organisatieonderdeel
          schema:
            type: string
        - name: publicatiedatum
          in: query
          required: false
          description: Filter results by publicatiedatum
          schema:
            type: string
        - name: samenvatting
          in: query
          required: false
          description: Filter results by samenvatting
          schema:
            type: string
        - name: termijnoverschrijding
          in: query
          required: false
          description: Filter results by termijnoverschrijding
          schema:
            type: string
        - name: thema
          in: query
          required: false
          description: Filter results by thema
          schema:
            type: string
        - name: titel
          in: query
          required: false
          description: Filter results by titel
          schema:
            type: string
        - name: tooiCategorieId
          in: query
          required: false
          description: Filter results by tooiCategorieId
          schema:
            type: string
        - name: tooiCategorieNaam
          in: query
          required: false
          description: Filter results by tooiCategorieNaam
          schema:
            type: string
        - name: tooiCategorieUri
          in: query
          required: false
          description: Filter results by tooiCategorieUri
          schema:
            type: string
        - name: tooiThemaId
          in: query
          required: false
          description: Filter results by tooiThemaId
          schema:
            type: string
        - name: tooiThemaNaam
          in: query
          required: false
          description: Filter results by tooiThemaNaam
          schema:
            type: string
        - name: tooiThemaUri
          in: query
          required: false
          description: Filter results by tooiThemaUri
          schema:
            type: string
        - name: values
          in: query
          required: false
          description: Filter results by values
          schema:
            type: array
            items:
              type: string
      responses:
        '200':
          description: List of Adviezen objects with pagination metadata
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/PaginatedResponse'
                  - type: object
                    properties:
                      results:
                        type: array
                        items:
                          $ref: '#/components/schemas/Adviezen'
        '400':
          description: Invalid query parameters
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
    post:
      summary: Create a new Adviezen object
      operationId: createAdviezen
      tags:
        - Adviezen
      description: |-
        Create a new Adviezen object with the provided data

        **Required scopes:** `admin`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Adviezen'
      responses:
        '201':
          description: Adviezen created successfully.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Adviezen'
        '400':
          description: Invalid request body
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
  /objects/woo/adviezen/{id}:
    get:
      summary: Get a Adviezen object by ID
      operationId: getAdviezen
      tags:
        - Adviezen
      description: |-
        Retrieve a specific Adviezen object by its unique identifier

        **Required scopes:** `admin`, `public`
      parameters:
        - name: id
          in: path
          required: true
          description: Unique identifier of the Adviezen object
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      responses:
        '200':
          description: Adviezen found.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Adviezen'
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Adviezen not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    put:
      summary: Update a Adviezen object
      operationId: updateAdviezen
      tags:
        - Adviezen
      description: |-
        Update an existing Adviezen object with the provided data

        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: Unique identifier of the Adviezen object to update
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Adviezen'
      responses:
        '200':
          description: Adviezen updated successfully
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Adviezen'
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Adviezen not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    delete:
      summary: Delete a Adviezen object
      operationId: deleteAdviezen
      tags:
        - Adviezen
      description: |-
        Delete a specific Adviezen object by its unique identifier

        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: Unique identifier of the Adviezen object to delete
          schema:
            type: string
            format: uuid
      responses:
        '204':
          description: Adviezen deleted successfully
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Adviezen not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
  /objects/woo/bereikbaarheidsgegevens:
    get:
      summary: Get all Bereikbaarheidsgegevens objects
      operationId: getAllBereikbaarheidsgegevens
      tags:
        - Bereikbaarheidsgegevens
      description: |-
        Retrieve a list of all Bereikbaarheidsgegevens objects

        **Required scopes:** `admin`, `public`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
        - name: _search
          in: query
          required: false
          description: Full-text search query to filter objects in the collection.
          schema:
            type: string
          example: search term
        - name: attachments
          in: query
          required: false
          description: Filter results by attachments
          schema:
            type: array
            items:
              type: string
        - name: beschrijving
          in: query
          required: false
          description: Filter results by beschrijving
          schema:
            type: string
        - name: besluitdatum
          in: query
          required: false
          description: Filter results by besluitdatum
          schema:
            type: string
        - name: bevindingen
          in: query
          required: false
          description: Filter results by bevindingen
          schema:
            type: string
        - name: categorie
          in: query
          required: false
          description: Filter results by categorie
          schema:
            type: string
        - name: conclusies
          in: query
          required: false
          description: Filter results by conclusies
          schema:
            type: string
        - name: depublicatiedatum
          in: query
          required: false
          description: Filter results by depublicatiedatum
          schema:
            type: string
        - name: functiebenaming
          in: query
          required: false
          description: Filter results by functiebenaming
          schema:
            type: string
        - name: gedraging
          in: query
          required: false
          description: Filter results by gedraging
          schema:
            type: string
        - name: kenmerk
          in: query
          required: false
          description: Filter results by kenmerk
          schema:
            type: string
        - name: onderdeelTaak
          in: query
          required: false
          description: Filter results by onderdeelTaak
          schema:
            type: string
        - name: ontvangstdatum
          in: query
          required: false
          description: Filter results by ontvangstdatum
          schema:
            type: string
        - name: oordeel
          in: query
          required: false
          description: Filter results by oordeel
          schema:
            type: string
        - name: opdrachtgever
          in: query
          required: false
          description: Filter results by opdrachtgever
          schema:
            type: string
        - name: organisatieonderdeel
          in: query
          required: false
          description: Filter results by organisatieonderdeel
          schema:
            type: string
        - name: publicatiedatum
          in: query
          required: false
          description: Filter results by publicatiedatum
          schema:
            type: string
        - name: samenvatting
          in: query
          required: false
          description: Filter results by samenvatting
          schema:
            type: string
        - name: termijnoverschrijding
          in: query
          required: false
          description: Filter results by termijnoverschrijding
          schema:
            type: string
        - name: thema
          in: query
          required: false
          description: Filter results by thema
          schema:
            type: string
        - name: titel
          in: query
          required: false
          description: Filter results by titel
          schema:
            type: string
        - name: tooiCategorieId
          in: query
          required: false
          description: Filter results by tooiCategorieId
          schema:
            type: string
        - name: tooiCategorieNaam
          in: query
          required: false
          description: Filter results by tooiCategorieNaam
          schema:
            type: string
        - name: tooiCategorieUri
          in: query
          required: false
          description: Filter results by tooiCategorieUri
          schema:
            type: string
        - name: tooiThemaId
          in: query
          required: false
          description: Filter results by tooiThemaId
          schema:
            type: string
        - name: tooiThemaNaam
          in: query
          required: false
          description: Filter results by tooiThemaNaam
          schema:
            type: string
        - name: tooiThemaUri
          in: query
          required: false
          description: Filter results by tooiThemaUri
          schema:
            type: string
        - name: values
          in: query
          required: false
          description: Filter results by values
          schema:
            type: array
            items:
              type: string
      responses:
        '200':
          description: List of Bereikbaarheidsgegevens objects with pagination metadata
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/PaginatedResponse'
                  - type: object
                    properties:
                      results:
                        type: array
                        items:
                          $ref: '#/components/schemas/Bereikbaarheidsgegevens'
        '400':
          description: Invalid query parameters
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
    post:
      summary: Create a new Bereikbaarheidsgegevens object
      operationId: createBereikbaarheidsgegevens
      tags:
        - Bereikbaarheidsgegevens
      description: |-
        Create a new Bereikbaarheidsgegevens object with the provided data

        **Required scopes:** `admin`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Bereikbaarheidsgegevens'
      responses:
        '201':
          description: Bereikbaarheidsgegevens created successfully.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Bereikbaarheidsgegevens'
        '400':
          description: Invalid request body
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
  /objects/woo/bereikbaarheidsgegevens/{id}:
    get:
      summary: Get a Bereikbaarheidsgegevens object by ID
      operationId: getBereikbaarheidsgegevens
      tags:
        - Bereikbaarheidsgegevens
      description: >-
        Retrieve a specific Bereikbaarheidsgegevens object by its unique
        identifier


        **Required scopes:** `admin`, `public`
      parameters:
        - name: id
          in: path
          required: true
          description: Unique identifier of the Bereikbaarheidsgegevens object
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      responses:
        '200':
          description: Bereikbaarheidsgegevens found.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Bereikbaarheidsgegevens'
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Bereikbaarheidsgegevens not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    put:
      summary: Update a Bereikbaarheidsgegevens object
      operationId: updateBereikbaarheidsgegevens
      tags:
        - Bereikbaarheidsgegevens
      description: |-
        Update an existing Bereikbaarheidsgegevens object with the provided data

        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: Unique identifier of the Bereikbaarheidsgegevens object to update
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Bereikbaarheidsgegevens'
      responses:
        '200':
          description: Bereikbaarheidsgegevens updated successfully
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Bereikbaarheidsgegevens'
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Bereikbaarheidsgegevens not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    delete:
      summary: Delete a Bereikbaarheidsgegevens object
      operationId: deleteBereikbaarheidsgegevens
      tags:
        - Bereikbaarheidsgegevens
      description: >-
        Delete a specific Bereikbaarheidsgegevens object by its unique
        identifier


        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: Unique identifier of the Bereikbaarheidsgegevens object to delete
          schema:
            type: string
            format: uuid
      responses:
        '204':
          description: Bereikbaarheidsgegevens deleted successfully
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Bereikbaarheidsgegevens not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
  /objects/woo/beschikkingen:
    get:
      summary: Get all Beschikkingen objects
      operationId: getAllBeschikkingen
      tags:
        - Beschikkingen
      description: |-
        Retrieve a list of all Beschikkingen objects

        **Required scopes:** `admin`, `public`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
        - name: _search
          in: query
          required: false
          description: Full-text search query to filter objects in the collection.
          schema:
            type: string
          example: search term
        - name: attachments
          in: query
          required: false
          description: Filter results by attachments
          schema:
            type: array
            items:
              type: string
        - name: beschrijving
          in: query
          required: false
          description: Filter results by beschrijving
          schema:
            type: string
        - name: besluitdatum
          in: query
          required: false
          description: Filter results by besluitdatum
          schema:
            type: string
        - name: bevindingen
          in: query
          required: false
          description: Filter results by bevindingen
          schema:
            type: string
        - name: categorie
          in: query
          required: false
          description: Filter results by categorie
          schema:
            type: string
        - name: conclusies
          in: query
          required: false
          description: Filter results by conclusies
          schema:
            type: string
        - name: depublicatiedatum
          in: query
          required: false
          description: Filter results by depublicatiedatum
          schema:
            type: string
        - name: functiebenaming
          in: query
          required: false
          description: Filter results by functiebenaming
          schema:
            type: string
        - name: gedraging
          in: query
          required: false
          description: Filter results by gedraging
          schema:
            type: string
        - name: kenmerk
          in: query
          required: false
          description: Filter results by kenmerk
          schema:
            type: string
        - name: onderdeelTaak
          in: query
          required: false
          description: Filter results by onderdeelTaak
          schema:
            type: string
        - name: ontvangstdatum
          in: query
          required: false
          description: Filter results by ontvangstdatum
          schema:
            type: string
        - name: oordeel
          in: query
          required: false
          description: Filter results by oordeel
          schema:
            type: string
        - name: opdrachtgever
          in: query
          required: false
          description: Filter results by opdrachtgever
          schema:
            type: string
        - name: organisatieonderdeel
          in: query
          required: false
          description: Filter results by organisatieonderdeel
          schema:
            type: string
        - name: publicatiedatum
          in: query
          required: false
          description: Filter results by publicatiedatum
          schema:
            type: string
        - name: samenvatting
          in: query
          required: false
          description: Filter results by samenvatting
          schema:
            type: string
        - name: termijnoverschrijding
          in: query
          required: false
          description: Filter results by termijnoverschrijding
          schema:
            type: string
        - name: thema
          in: query
          required: false
          description: Filter results by thema
          schema:
            type: string
        - name: titel
          in: query
          required: false
          description: Filter results by titel
          schema:
            type: string
        - name: tooiCategorieId
          in: query
          required: false
          description: Filter results by tooiCategorieId
          schema:
            type: string
        - name: tooiCategorieNaam
          in: query
          required: false
          description: Filter results by tooiCategorieNaam
          schema:
            type: string
        - name: tooiCategorieUri
          in: query
          required: false
          description: Filter results by tooiCategorieUri
          schema:
            type: string
        - name: tooiThemaId
          in: query
          required: false
          description: Filter results by tooiThemaId
          schema:
            type: string
        - name: tooiThemaNaam
          in: query
          required: false
          description: Filter results by tooiThemaNaam
          schema:
            type: string
        - name: tooiThemaUri
          in: query
          required: false
          description: Filter results by tooiThemaUri
          schema:
            type: string
        - name: values
          in: query
          required: false
          description: Filter results by values
          schema:
            type: array
            items:
              type: string
      responses:
        '200':
          description: List of Beschikkingen objects with pagination metadata
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/PaginatedResponse'
                  - type: object
                    properties:
                      results:
                        type: array
                        items:
                          $ref: '#/components/schemas/Beschikkingen'
        '400':
          description: Invalid query parameters
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
    post:
      summary: Create a new Beschikkingen object
      operationId: createBeschikkingen
      tags:
        - Beschikkingen
      description: |-
        Create a new Beschikkingen object with the provided data

        **Required scopes:** `admin`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Beschikkingen'
      responses:
        '201':
          description: Beschikkingen created successfully.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Beschikkingen'
        '400':
          description: Invalid request body
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
  /objects/woo/beschikkingen/{id}:
    get:
      summary: Get a Beschikkingen object by ID
      operationId: getBeschikkingen
      tags:
        - Beschikkingen
      description: |-
        Retrieve a specific Beschikkingen object by its unique identifier

        **Required scopes:** `admin`, `public`
      parameters:
        - name: id
          in: path
          required: true
          description: Unique identifier of the Beschikkingen object
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      responses:
        '200':
          description: Beschikkingen found.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Beschikkingen'
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Beschikkingen not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    put:
      summary: Update a Beschikkingen object
      operationId: updateBeschikkingen
      tags:
        - Beschikkingen
      description: |-
        Update an existing Beschikkingen object with the provided data

        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: Unique identifier of the Beschikkingen object to update
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Beschikkingen'
      responses:
        '200':
          description: Beschikkingen updated successfully
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Beschikkingen'
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Beschikkingen not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    delete:
      summary: Delete a Beschikkingen object
      operationId: deleteBeschikkingen
      tags:
        - Beschikkingen
      description: |-
        Delete a specific Beschikkingen object by its unique identifier

        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: Unique identifier of the Beschikkingen object to delete
          schema:
            type: string
            format: uuid
      responses:
        '204':
          description: Beschikkingen deleted successfully
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Beschikkingen not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
  /objects/woo/bij-vertegenwoordigende-organen-ingekomen-stukken:
    get:
      summary: "Get all Bij vertegenwoordigende organen ingekomen stukken\t objects"
      operationId: getAllBijVertegenwoordigendeOrganenIngekomenStukken
      tags:
        - "Bij vertegenwoordigende organen ingekomen stukken\t"
      description: "Retrieve a list of all Bij vertegenwoordigende organen ingekomen stukken\t objects\n\n**Required scopes:** `admin`, `public`"
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
        - name: _search
          in: query
          required: false
          description: Full-text search query to filter objects in the collection.
          schema:
            type: string
          example: search term
        - name: attachments
          in: query
          required: false
          description: Filter results by attachments
          schema:
            type: array
            items:
              type: string
        - name: beschrijving
          in: query
          required: false
          description: Filter results by beschrijving
          schema:
            type: string
        - name: besluitdatum
          in: query
          required: false
          description: Filter results by besluitdatum
          schema:
            type: string
        - name: bevindingen
          in: query
          required: false
          description: Filter results by bevindingen
          schema:
            type: string
        - name: categorie
          in: query
          required: false
          description: Filter results by categorie
          schema:
            type: string
        - name: conclusies
          in: query
          required: false
          description: Filter results by conclusies
          schema:
            type: string
        - name: depublicatiedatum
          in: query
          required: false
          description: Filter results by depublicatiedatum
          schema:
            type: string
        - name: functiebenaming
          in: query
          required: false
          description: Filter results by functiebenaming
          schema:
            type: string
        - name: gedraging
          in: query
          required: false
          description: Filter results by gedraging
          schema:
            type: string
        - name: kenmerk
          in: query
          required: false
          description: Filter results by kenmerk
          schema:
            type: string
        - name: onderdeelTaak
          in: query
          required: false
          description: Filter results by onderdeelTaak
          schema:
            type: string
        - name: ontvangstdatum
          in: query
          required: false
          description: Filter results by ontvangstdatum
          schema:
            type: string
        - name: oordeel
          in: query
          required: false
          description: Filter results by oordeel
          schema:
            type: string
        - name: opdrachtgever
          in: query
          required: false
          description: Filter results by opdrachtgever
          schema:
            type: string
        - name: organisatieonderdeel
          in: query
          required: false
          description: Filter results by organisatieonderdeel
          schema:
            type: string
        - name: publicatiedatum
          in: query
          required: false
          description: Filter results by publicatiedatum
          schema:
            type: string
        - name: samenvatting
          in: query
          required: false
          description: Filter results by samenvatting
          schema:
            type: string
        - name: termijnoverschrijding
          in: query
          required: false
          description: Filter results by termijnoverschrijding
          schema:
            type: string
        - name: thema
          in: query
          required: false
          description: Filter results by thema
          schema:
            type: string
        - name: titel
          in: query
          required: false
          description: Filter results by titel
          schema:
            type: string
        - name: tooiCategorieId
          in: query
          required: false
          description: Filter results by tooiCategorieId
          schema:
            type: string
        - name: tooiCategorieNaam
          in: query
          required: false
          description: Filter results by tooiCategorieNaam
          schema:
            type: string
        - name: tooiCategorieUri
          in: query
          required: false
          description: Filter results by tooiCategorieUri
          schema:
            type: string
        - name: tooiThemaId
          in: query
          required: false
          description: Filter results by tooiThemaId
          schema:
            type: string
        - name: tooiThemaNaam
          in: query
          required: false
          description: Filter results by tooiThemaNaam
          schema:
            type: string
        - name: tooiThemaUri
          in: query
          required: false
          description: Filter results by tooiThemaUri
          schema:
            type: string
        - name: values
          in: query
          required: false
          description: Filter results by values
          schema:
            type: array
            items:
              type: string
      responses:
        '200':
          description: "List of Bij vertegenwoordigende organen ingekomen stukken\t objects with pagination metadata"
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/PaginatedResponse'
                  - type: object
                    properties:
                      results:
                        type: array
                        items:
                          $ref: >-
                            #/components/schemas/Bij_vertegenwoordigende_organen_ingekomen_stukken
        '400':
          description: Invalid query parameters
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
    post:
      summary: "Create a new Bij vertegenwoordigende organen ingekomen stukken\t object"
      operationId: createBijVertegenwoordigendeOrganenIngekomenStukken
      tags:
        - "Bij vertegenwoordigende organen ingekomen stukken\t"
      description: "Create a new Bij vertegenwoordigende organen ingekomen stukken\t object with the provided data\n\n**Required scopes:** `admin`"
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: >-
                #/components/schemas/Bij_vertegenwoordigende_organen_ingekomen_stukken
      responses:
        '201':
          description: "Bij vertegenwoordigende organen ingekomen stukken\t created successfully."
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Bij_vertegenwoordigende_organen_ingekomen_stukken
        '400':
          description: Invalid request body
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
  /objects/woo/bij-vertegenwoordigende-organen-ingekomen-stukken/{id}:
    get:
      summary: "Get a Bij vertegenwoordigende organen ingekomen stukken\t object by ID"
      operationId: getBijVertegenwoordigendeOrganenIngekomenStukken
      tags:
        - "Bij vertegenwoordigende organen ingekomen stukken\t"
      description: "Retrieve a specific Bij vertegenwoordigende organen ingekomen stukken\t object by its unique identifier\n\n**Required scopes:** `admin`, `public`"
      parameters:
        - name: id
          in: path
          required: true
          description: "Unique identifier of the Bij vertegenwoordigende organen ingekomen stukken\t object"
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      responses:
        '200':
          description: "Bij vertegenwoordigende organen ingekomen stukken\t found."
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Bij_vertegenwoordigende_organen_ingekomen_stukken
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: "Bij vertegenwoordigende organen ingekomen stukken\t not found"
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    put:
      summary: "Update a Bij vertegenwoordigende organen ingekomen stukken\t object"
      operationId: updateBijVertegenwoordigendeOrganenIngekomenStukken
      tags:
        - "Bij vertegenwoordigende organen ingekomen stukken\t"
      description: "Update an existing Bij vertegenwoordigende organen ingekomen stukken\t object with the provided data\n\n**Required scopes:** `admin`"
      parameters:
        - name: id
          in: path
          required: true
          description: "Unique identifier of the Bij vertegenwoordigende organen ingekomen stukken\t object to update"
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: >-
                #/components/schemas/Bij_vertegenwoordigende_organen_ingekomen_stukken
      responses:
        '200':
          description: "Bij vertegenwoordigende organen ingekomen stukken\t updated successfully"
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Bij_vertegenwoordigende_organen_ingekomen_stukken
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: "Bij vertegenwoordigende organen ingekomen stukken\t not found"
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    delete:
      summary: "Delete a Bij vertegenwoordigende organen ingekomen stukken\t object"
      operationId: deleteBijVertegenwoordigendeOrganenIngekomenStukken
      tags:
        - "Bij vertegenwoordigende organen ingekomen stukken\t"
      description: "Delete a specific Bij vertegenwoordigende organen ingekomen stukken\t object by its unique identifier\n\n**Required scopes:** `admin`"
      parameters:
        - name: id
          in: path
          required: true
          description: "Unique identifier of the Bij vertegenwoordigende organen ingekomen stukken\t object to delete"
          schema:
            type: string
            format: uuid
      responses:
        '204':
          description: "Bij vertegenwoordigende organen ingekomen stukken\t deleted successfully"
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: "Bij vertegenwoordigende organen ingekomen stukken\t not found"
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
  /objects/woo/jaarplan-of-jaarverslag:
    get:
      summary: Get all Jaarplan of jaarverslag objects
      operationId: getAllJaarplanOfJaarverslag
      tags:
        - Jaarplan of jaarverslag
      description: |-
        Retrieve a list of all Jaarplan of jaarverslag objects

        **Required scopes:** `admin`, `public`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
        - name: _search
          in: query
          required: false
          description: Full-text search query to filter objects in the collection.
          schema:
            type: string
          example: search term
        - name: attachments
          in: query
          required: false
          description: Filter results by attachments
          schema:
            type: array
            items:
              type: string
        - name: beschrijving
          in: query
          required: false
          description: Filter results by beschrijving
          schema:
            type: string
        - name: besluitdatum
          in: query
          required: false
          description: Filter results by besluitdatum
          schema:
            type: string
        - name: bevindingen
          in: query
          required: false
          description: Filter results by bevindingen
          schema:
            type: string
        - name: categorie
          in: query
          required: false
          description: Filter results by categorie
          schema:
            type: string
        - name: conclusies
          in: query
          required: false
          description: Filter results by conclusies
          schema:
            type: string
        - name: depublicatiedatum
          in: query
          required: false
          description: Filter results by depublicatiedatum
          schema:
            type: string
        - name: functiebenaming
          in: query
          required: false
          description: Filter results by functiebenaming
          schema:
            type: string
        - name: gedraging
          in: query
          required: false
          description: Filter results by gedraging
          schema:
            type: string
        - name: kenmerk
          in: query
          required: false
          description: Filter results by kenmerk
          schema:
            type: string
        - name: onderdeelTaak
          in: query
          required: false
          description: Filter results by onderdeelTaak
          schema:
            type: string
        - name: ontvangstdatum
          in: query
          required: false
          description: Filter results by ontvangstdatum
          schema:
            type: string
        - name: oordeel
          in: query
          required: false
          description: Filter results by oordeel
          schema:
            type: string
        - name: opdrachtgever
          in: query
          required: false
          description: Filter results by opdrachtgever
          schema:
            type: string
        - name: organisatieonderdeel
          in: query
          required: false
          description: Filter results by organisatieonderdeel
          schema:
            type: string
        - name: publicatiedatum
          in: query
          required: false
          description: Filter results by publicatiedatum
          schema:
            type: string
        - name: samenvatting
          in: query
          required: false
          description: Filter results by samenvatting
          schema:
            type: string
        - name: termijnoverschrijding
          in: query
          required: false
          description: Filter results by termijnoverschrijding
          schema:
            type: string
        - name: thema
          in: query
          required: false
          description: Filter results by thema
          schema:
            type: string
        - name: titel
          in: query
          required: false
          description: Filter results by titel
          schema:
            type: string
        - name: tooiCategorieId
          in: query
          required: false
          description: Filter results by tooiCategorieId
          schema:
            type: string
        - name: tooiCategorieNaam
          in: query
          required: false
          description: Filter results by tooiCategorieNaam
          schema:
            type: string
        - name: tooiCategorieUri
          in: query
          required: false
          description: Filter results by tooiCategorieUri
          schema:
            type: string
        - name: tooiThemaId
          in: query
          required: false
          description: Filter results by tooiThemaId
          schema:
            type: string
        - name: tooiThemaNaam
          in: query
          required: false
          description: Filter results by tooiThemaNaam
          schema:
            type: string
        - name: tooiThemaUri
          in: query
          required: false
          description: Filter results by tooiThemaUri
          schema:
            type: string
        - name: values
          in: query
          required: false
          description: Filter results by values
          schema:
            type: array
            items:
              type: string
      responses:
        '200':
          description: List of Jaarplan of jaarverslag objects with pagination metadata
          content:
            application/json:
              schema:
                allOf:
                  - $ref: '#/components/schemas/PaginatedResponse'
                  - type: object
                    properties:
                      results:
                        type: array
                        items:
                          $ref: '#/components/schemas/Jaarplan_of_jaarverslag'
        '400':
          description: Invalid query parameters
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
    post:
      summary: Create a new Jaarplan of jaarverslag object
      operationId: createJaarplanOfJaarverslag
      tags:
        - Jaarplan of jaarverslag
      description: |-
        Create a new Jaarplan of jaarverslag object with the provided data

        **Required scopes:** `admin`
      parameters:
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Jaarplan_of_jaarverslag'
      responses:
        '201':
          description: Jaarplan of jaarverslag created successfully.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Jaarplan_of_jaarverslag'
        '400':
          description: Invalid request body
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Invalid query parameters
                code: 400
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
  /objects/woo/jaarplan-of-jaarverslag/{id}:
    get:
      summary: Get a Jaarplan of jaarverslag object by ID
      operationId: getJaarplanOfJaarverslag
      tags:
        - Jaarplan of jaarverslag
      description: >-
        Retrieve a specific Jaarplan of jaarverslag object by its unique
        identifier


        **Required scopes:** `admin`, `public`
      parameters:
        - name: id
          in: path
          required: true
          description: Unique identifier of the Jaarplan of jaarverslag object
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      responses:
        '200':
          description: Jaarplan of jaarverslag found.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Jaarplan_of_jaarverslag'
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Jaarplan of jaarverslag not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    put:
      summary: Update a Jaarplan of jaarverslag object
      operationId: updateJaarplanOfJaarverslag
      tags:
        - Jaarplan of jaarverslag
      description: |-
        Update an existing Jaarplan of jaarverslag object with the provided data

        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: Unique identifier of the Jaarplan of jaarverslag object to update
          schema:
            type: string
            format: uuid
        - name: _extend
          in: query
          required: false
          description: Comma-separated list of properties to extend.
          schema:
            type: string
          example: property1,property2,property3
        - name: _filter
          in: query
          required: false
          description: 'Comma-separated list of properties to include in the response. '
          schema:
            type: string
          example: id,name,description
        - name: _unset
          in: query
          required: false
          description: Comma-separated list of properties to remove from the response.
          schema:
            type: string
          example: internalField1,internalField2
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Jaarplan_of_jaarverslag'
      responses:
        '200':
          description: Jaarplan of jaarverslag updated successfully
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Jaarplan_of_jaarverslag'
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Jaarplan of jaarverslag not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
    delete:
      summary: Delete a Jaarplan of jaarverslag object
      operationId: deleteJaarplanOfJaarverslag
      tags:
        - Jaarplan of jaarverslag
      description: >-
        Delete a specific Jaarplan of jaarverslag object by its unique
        identifier


        **Required scopes:** `admin`
      parameters:
        - name: id
          in: path
          required: true
          description: Unique identifier of the Jaarplan of jaarverslag object to delete
          schema:
            type: string
            format: uuid
      responses:
        '204':
          description: Jaarplan of jaarverslag deleted successfully
        '403':
          description: >-
            Forbidden — user does not have the required group membership for
            this action
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
              example:
                error: Forbidden
                code: 403
        '404':
          description: Jaarplan of jaarverslag not found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
