Skip to content

Commit

Permalink
👌 [open-zaak/open-zaak#1708] update OAS
Browse files Browse the repository at this point in the history
  • Loading branch information
annashamray committed Jul 16, 2024
1 parent 2223f63 commit 3190e69
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 3 deletions.
9 changes: 9 additions & 0 deletions src/openklant/components/contactgegevens/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,9 @@ components:
minLength: 4
PaginatedOrganisatieList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -424,6 +427,9 @@ components:
$ref: '#/components/schemas/Organisatie'
PaginatedPersoonList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand Down Expand Up @@ -668,3 +674,6 @@ components:
in: header
name: Authorization
description: Token-based authentication with required prefix "Token"
tags:
- name: organisaties
- name: personen
66 changes: 63 additions & 3 deletions src/openklant/components/klantinteracties/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3330,13 +3330,11 @@ components:
afgehandeldOp:
type: string
format: date-time
readOnly: true
nullable: true
description: 'Datum en tijdstip wanneer de interne taak was afgehandeld:
EXPERIMENTEEL.'
required:
- aanleidinggevendKlantcontact
- afgehandeldOp
- gevraagdeHandeling
- status
- toegewezenAanActor
Expand Down Expand Up @@ -3560,6 +3558,9 @@ components:
maxLength: 200
PaginatedActorKlantcontactList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -3580,6 +3581,9 @@ components:
$ref: '#/components/schemas/ActorKlantcontact'
PaginatedActorList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -3600,6 +3604,9 @@ components:
$ref: '#/components/schemas/Actor'
PaginatedBetrokkeneList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -3620,6 +3627,9 @@ components:
$ref: '#/components/schemas/Betrokkene'
PaginatedBijlageList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -3640,6 +3650,9 @@ components:
$ref: '#/components/schemas/Bijlage'
PaginatedCategorieList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -3660,6 +3673,9 @@ components:
$ref: '#/components/schemas/Categorie'
PaginatedCategorieRelatieList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -3680,6 +3696,9 @@ components:
$ref: '#/components/schemas/CategorieRelatie'
PaginatedDigitaalAdresList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -3700,6 +3719,9 @@ components:
$ref: '#/components/schemas/DigitaalAdres'
PaginatedExpandKlantcontactList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -3720,6 +3742,9 @@ components:
$ref: '#/components/schemas/ExpandKlantcontact'
PaginatedExpandPartijList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -3740,6 +3765,9 @@ components:
$ref: '#/components/schemas/ExpandPartij'
PaginatedInterneTaakList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -3760,6 +3788,9 @@ components:
$ref: '#/components/schemas/InterneTaak'
PaginatedKlantcontactList:

Check warning on line 3789 in src/openklant/components/klantinteracties/openapi.yaml

View workflow job for this annotation

GitHub Actions / Run with component klantinteracties

oas3-unused-components-schema Potentially unused components schema has been detected.
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -3780,6 +3811,9 @@ components:
$ref: '#/components/schemas/Klantcontact'
PaginatedOnderwerpobjectList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -3800,6 +3834,9 @@ components:
$ref: '#/components/schemas/Onderwerpobject'
PaginatedPartijIdentificatorList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -3820,6 +3857,9 @@ components:
$ref: '#/components/schemas/PartijIdentificator'
PaginatedPartijList:

Check warning on line 3858 in src/openklant/components/klantinteracties/openapi.yaml

View workflow job for this annotation

GitHub Actions / Run with component klantinteracties

oas3-unused-components-schema Potentially unused components schema has been detected.
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -3840,6 +3880,9 @@ components:
$ref: '#/components/schemas/Partij'
PaginatedRekeningnummerList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand All @@ -3860,6 +3903,9 @@ components:
$ref: '#/components/schemas/Rekeningnummer'
PaginatedVertegenwoordigdenList:
type: object
required:
- count
- results
properties:
count:
type: integer
Expand Down Expand Up @@ -4504,7 +4550,6 @@ components:
afgehandeldOp:
type: string
format: date-time
readOnly: true
nullable: true
description: 'Datum en tijdstip wanneer de interne taak was afgehandeld:
EXPERIMENTEEL.'
Expand Down Expand Up @@ -4917,3 +4962,18 @@ components:
in: header
name: Authorization
description: Token-based authentication with required prefix "Token"
tags:
- name: actoren
- name: actor klantcontacten
- name: betrokkenen
- name: bijlagen
- name: categorie relaties
- name: categorieën
- name: digitale adressen
- name: interne taken
- name: klanten contacten
- name: onderwerpobjecten
- name: partij-identificatoren
- name: partijen
- name: rekeningnummers
- name: vertegenwoordigingen

0 comments on commit 3190e69

Please sign in to comment.