Skip to content

Commit 2cd804c

Browse files
committed
Fix keys example
1 parent 3b99e6f commit 2cd804c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

infrastructure/swagger/07_components--schemas--domain.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,15 @@ components:
156156
type: string
157157
status:
158158
type: string
159+
keys:
160+
type: array
161+
items:
162+
type: object
163+
properties:
164+
key_type:
165+
type: string
166+
key_value:
167+
type: string
159168
created_on:
160169
type: string
161170
updated_on:
@@ -166,9 +175,10 @@ components:
166175
nullable: true
167176
example:
168177
id: "P.1X3-XXX"
169-
name: "Sample Product Team"
178+
name: "Sample Product"
170179
product_team_id: "55e86121-3826-468c-a6f0-dd0f1fbc0259"
171180
ods_code: "F5H1R"
181+
keys: []
172182
status: "active"
173183
created_on: "2024-10-15T10:00:00Z"
174184
updated_on: "null"

0 commit comments

Comments
 (0)