We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b99e6f commit 2cd804cCopy full SHA for 2cd804c
infrastructure/swagger/07_components--schemas--domain.yaml
@@ -156,6 +156,15 @@ components:
156
type: string
157
status:
158
159
+ keys:
160
+ type: array
161
+ items:
162
+ type: object
163
+ properties:
164
+ key_type:
165
+ type: string
166
+ key_value:
167
168
created_on:
169
170
updated_on:
@@ -166,9 +175,10 @@ components:
175
nullable: true
176
example:
177
id: "P.1X3-XXX"
- name: "Sample Product Team"
178
+ name: "Sample Product"
179
product_team_id: "55e86121-3826-468c-a6f0-dd0f1fbc0259"
171
180
ods_code: "F5H1R"
181
+ keys: []
172
182
status: "active"
173
183
created_on: "2024-10-15T10:00:00Z"
174
184
updated_on: "null"
0 commit comments