@@ -11936,9 +11936,15 @@ components:
11936
11936
description: Incident ID.
11937
11937
type: string
11938
11938
type:
11939
- description: Incident description.
11940
- type: string
11939
+ $ref: '#/components/schemas/EntityResponseIncludedIncidentType'
11941
11940
type: object
11941
+ EntityResponseIncludedIncidentType:
11942
+ description: Incident description.
11943
+ enum:
11944
+ - incident
11945
+ type: string
11946
+ x-enum-varnames:
11947
+ - INCIDENT
11942
11948
EntityResponseIncludedOncall:
11943
11949
description: Included oncall.
11944
11950
properties:
@@ -11948,9 +11954,15 @@ components:
11948
11954
description: Oncall ID.
11949
11955
type: string
11950
11956
type:
11951
- description: Oncall type.
11952
- type: string
11957
+ $ref: '#/components/schemas/EntityResponseIncludedOncallType'
11953
11958
type: object
11959
+ EntityResponseIncludedOncallType:
11960
+ description: Oncall type.
11961
+ enum:
11962
+ - oncall
11963
+ type: string
11964
+ x-enum-varnames:
11965
+ - ONCALL
11954
11966
EntityResponseIncludedRawSchema:
11955
11967
description: Included raw schema.
11956
11968
properties:
@@ -11960,8 +11972,7 @@ components:
11960
11972
description: Raw schema ID.
11961
11973
type: string
11962
11974
type:
11963
- description: Raw schema type.
11964
- type: string
11975
+ $ref: '#/components/schemas/EntityResponseIncludedRawSchemaType'
11965
11976
type: object
11966
11977
EntityResponseIncludedRawSchemaAttributes:
11967
11978
description: Included raw schema attributes.
@@ -11970,6 +11981,13 @@ components:
11970
11981
description: Schema from user input in base64 encoding.
11971
11982
type: string
11972
11983
type: object
11984
+ EntityResponseIncludedRawSchemaType:
11985
+ description: Raw schema type.
11986
+ enum:
11987
+ - rawSchema
11988
+ type: string
11989
+ x-enum-varnames:
11990
+ - RAW_SCHEMA
11973
11991
EntityResponseIncludedRelatedEntity:
11974
11992
description: Included related entity.
11975
11993
properties:
@@ -11981,8 +11999,7 @@ components:
11981
11999
meta:
11982
12000
$ref: '#/components/schemas/EntityResponseIncludedRelatedEntityMeta'
11983
12001
type:
11984
- description: Related entity.
11985
- type: string
12002
+ $ref: '#/components/schemas/EntityResponseIncludedRelatedEntityType'
11986
12003
type: object
11987
12004
EntityResponseIncludedRelatedEntityAttributes:
11988
12005
description: Related entity attributes.
@@ -12018,6 +12035,13 @@ components:
12018
12035
description: Entity relation source.
12019
12036
type: string
12020
12037
type: object
12038
+ EntityResponseIncludedRelatedEntityType:
12039
+ description: Related entity.
12040
+ enum:
12041
+ - relatedEntity
12042
+ type: string
12043
+ x-enum-varnames:
12044
+ - RELATED_ENTITY
12021
12045
EntityResponseIncludedRelatedIncidentAttributes:
12022
12046
description: Incident attributes.
12023
12047
properties:
@@ -12075,15 +12099,21 @@ components:
12075
12099
description: Entity ID.
12076
12100
type: string
12077
12101
type:
12078
- description: Schema type.
12079
- type: string
12102
+ $ref: '#/components/schemas/EntityResponseIncludedSchemaType'
12080
12103
type: object
12081
12104
EntityResponseIncludedSchemaAttributes:
12082
12105
description: Included schema.
12083
12106
properties:
12084
12107
schema:
12085
12108
$ref: '#/components/schemas/EntityV3'
12086
12109
type: object
12110
+ EntityResponseIncludedSchemaType:
12111
+ description: Schema type.
12112
+ enum:
12113
+ - schema
12114
+ type: string
12115
+ x-enum-varnames:
12116
+ - SCHEMA
12087
12117
EntityResponseMeta:
12088
12118
description: Entity metadata.
12089
12119
properties:
0 commit comments