diff --git a/components/schemas/role.yaml b/components/schemas/role.yaml index fb047114..624ff3a7 100644 --- a/components/schemas/role.yaml +++ b/components/schemas/role.yaml @@ -48,8 +48,16 @@ properties: type: string defaultPersona: type: - - string + - object - 'null' + properties: + id: + type: integer + format: int64 + code: + type: string + name: + type: string dateCreated: type: string format: date-time diff --git a/components/schemas/roles.yaml b/components/schemas/roles.yaml index 8b3fd466..10f989c3 100644 --- a/components/schemas/roles.yaml +++ b/components/schemas/roles.yaml @@ -45,8 +45,16 @@ properties: type: string defaultPersona: type: - - string + - object - 'null' + properties: + id: + type: integer + format: int64 + code: + type: string + name: + type: string dateCreated: type: string format: date-time