Allow person to be correspondent, concerning or both

This commit is contained in:
Eike Kettner
2021-02-16 22:37:56 +01:00
parent 567bfb3e69
commit 48eee00c0b
19 changed files with 321 additions and 94 deletions

View File

@ -4999,7 +4999,7 @@ components:
- address
- contacts
- created
- concerning
- use
properties:
id:
type: string
@ -5016,11 +5016,16 @@ components:
$ref: "#/components/schemas/Contact"
notes:
type: string
concerning:
type: boolean
use:
type: string
format: personuse
enum:
- concerning
- correspondent
- both
description: |
Whether this person should be used to create suggestions
for the "concerning person" association.
for the "concerning person", "correspondent" or both.
created:
description: DateTime
type: integer