@@ -11936,9 +11936,15 @@ components:
1193611936 description: Incident ID.
1193711937 type: string
1193811938 type:
11939- description: Incident description.
11940- type: string
11939+ $ref: '#/components/schemas/EntityResponseIncludedIncidentType'
1194111940 type: object
11941+ EntityResponseIncludedIncidentType:
11942+ description: Incident description.
11943+ enum:
11944+ - incident
11945+ type: string
11946+ x-enum-varnames:
11947+ - INCIDENT
1194211948 EntityResponseIncludedOncall:
1194311949 description: Included oncall.
1194411950 properties:
@@ -11948,9 +11954,15 @@ components:
1194811954 description: Oncall ID.
1194911955 type: string
1195011956 type:
11951- description: Oncall type.
11952- type: string
11957+ $ref: '#/components/schemas/EntityResponseIncludedOncallType'
1195311958 type: object
11959+ EntityResponseIncludedOncallType:
11960+ description: Oncall type.
11961+ enum:
11962+ - oncall
11963+ type: string
11964+ x-enum-varnames:
11965+ - ONCALL
1195411966 EntityResponseIncludedRawSchema:
1195511967 description: Included raw schema.
1195611968 properties:
@@ -11960,8 +11972,7 @@ components:
1196011972 description: Raw schema ID.
1196111973 type: string
1196211974 type:
11963- description: Raw schema type.
11964- type: string
11975+ $ref: '#/components/schemas/EntityResponseIncludedRawSchemaType'
1196511976 type: object
1196611977 EntityResponseIncludedRawSchemaAttributes:
1196711978 description: Included raw schema attributes.
@@ -11970,6 +11981,13 @@ components:
1197011981 description: Schema from user input in base64 encoding.
1197111982 type: string
1197211983 type: object
11984+ EntityResponseIncludedRawSchemaType:
11985+ description: Raw schema type.
11986+ enum:
11987+ - rawSchema
11988+ type: string
11989+ x-enum-varnames:
11990+ - RAW_SCHEMA
1197311991 EntityResponseIncludedRelatedEntity:
1197411992 description: Included related entity.
1197511993 properties:
@@ -11981,8 +11999,7 @@ components:
1198111999 meta:
1198212000 $ref: '#/components/schemas/EntityResponseIncludedRelatedEntityMeta'
1198312001 type:
11984- description: Related entity.
11985- type: string
12002+ $ref: '#/components/schemas/EntityResponseIncludedRelatedEntityType'
1198612003 type: object
1198712004 EntityResponseIncludedRelatedEntityAttributes:
1198812005 description: Related entity attributes.
@@ -12018,6 +12035,13 @@ components:
1201812035 description: Entity relation source.
1201912036 type: string
1202012037 type: object
12038+ EntityResponseIncludedRelatedEntityType:
12039+ description: Related entity.
12040+ enum:
12041+ - relatedEntity
12042+ type: string
12043+ x-enum-varnames:
12044+ - RELATED_ENTITY
1202112045 EntityResponseIncludedRelatedIncidentAttributes:
1202212046 description: Incident attributes.
1202312047 properties:
@@ -12075,15 +12099,21 @@ components:
1207512099 description: Entity ID.
1207612100 type: string
1207712101 type:
12078- description: Schema type.
12079- type: string
12102+ $ref: '#/components/schemas/EntityResponseIncludedSchemaType'
1208012103 type: object
1208112104 EntityResponseIncludedSchemaAttributes:
1208212105 description: Included schema.
1208312106 properties:
1208412107 schema:
1208512108 $ref: '#/components/schemas/EntityV3'
1208612109 type: object
12110+ EntityResponseIncludedSchemaType:
12111+ description: Schema type.
12112+ enum:
12113+ - schema
12114+ type: string
12115+ x-enum-varnames:
12116+ - SCHEMA
1208712117 EntityResponseMeta:
1208812118 description: Entity metadata.
1208912119 properties:
0 commit comments