File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4487,8 +4487,20 @@ components:
4487
4487
title: event-work-updated
4488
4488
type: object
4489
4489
external-identity:
4490
- additionalProperties: false
4491
4490
description: External identity of a user.
4491
+ properties:
4492
+ display_name:
4493
+ description: Display name of the user in the external source.
4494
+ type: string
4495
+ id:
4496
+ description: Unique ID of the user in the external source.
4497
+ type: string
4498
+ is_verified:
4499
+ description: Whether the external identity is verified or not.
4500
+ type: boolean
4501
+ issuer:
4502
+ description: Issuer of the external identity of the user.
4503
+ type: string
4492
4504
title: external-identity
4493
4505
type: object
4494
4506
feature:
@@ -8800,6 +8812,8 @@ components:
8800
8812
name:
8801
8813
description: Human-readable name.
8802
8814
type: string
8815
+ sla_type:
8816
+ $ref: '#/components/schemas/sla-type'
8803
8817
status:
8804
8818
$ref: '#/components/schemas/sla-status'
8805
8819
required:
You can’t perform that action at this time.
0 commit comments