1
0

wip initial commit

This commit is contained in:
Marc O. Sandlus
2024-02-02 09:02:28 +01:00
parent d9558f2cfe
commit 1a3fad80ee
4 changed files with 27 additions and 1 deletions

View File

@ -23,6 +23,10 @@ components:
$ref: '#/components/schemas/HsOfficePersonType'
tradeName:
type: string
salutation:
type: string
title:
type: string
givenName:
type: string
familyName:
@ -35,6 +39,10 @@ components:
$ref: '#/components/schemas/HsOfficePersonType'
tradeName:
type: string
salutation:
type: string
title:
type: string
givenName:
type: string
familyName:
@ -51,6 +59,12 @@ components:
tradeName:
type: string
nullable: true
salutation:
type: string
nullable: true
title:
type: string
nullable: true
givenName:
type: string
nullable: true