@@ -979,8 +979,7 @@ $defs:
979
979
description : Inline configuration of the OAuth2 authentication policy.
980
980
properties :
981
981
authority :
982
- type : string
983
- format : uri-template
982
+ $ref : ' #/$defs/uriTemplate'
984
983
title : OAuth2AutenthicationDataAuthority
985
984
description : The URI that references the OAuth2 authority to use.
986
985
grant :
@@ -1114,11 +1113,10 @@ $defs:
1114
1113
description : A URI reference that identifies the error type.
1115
1114
oneOf :
1116
1115
- title : LiteralErrorType
1116
+ $ref : ' #/$defs/uriTemplate'
1117
1117
description : The literal error type.
1118
- type : string
1119
- format : uri-template
1120
- - $ref : ' #/$defs/runtimeExpression'
1121
- title : ExpressionErrorType
1118
+ - title : ExpressionErrorType
1119
+ $ref : ' #/$defs/runtimeExpression'
1122
1120
description : An expression based error type.
1123
1121
status :
1124
1122
type : integer
@@ -1160,9 +1158,7 @@ $defs:
1160
1158
description : Represents an endpoint.
1161
1159
oneOf :
1162
1160
- $ref : ' #/$defs/runtimeExpression'
1163
- - title : LiteralEndpoint
1164
- type : string
1165
- format : uri-template
1161
+ - $ref : ' #/$defs/uriTemplate'
1166
1162
- title : EndpointConfiguration
1167
1163
type : object
1168
1164
unevaluatedProperties : false
@@ -1173,10 +1169,9 @@ $defs:
1173
1169
oneOf :
1174
1170
- title : LiteralEndpointURI
1175
1171
description : The literal endpoint's URI.
1176
- type : string
1177
- format : uri-template
1178
- - $ref : ' #/$defs/runtimeExpression'
1179
- title : ExpressionEndpointURI
1172
+ $ref : ' #/$defs/uriTemplate'
1173
+ - title : ExpressionEndpointURI
1174
+ $ref : ' #/$defs/runtimeExpression'
1180
1175
description : An expression based endpoint's URI.
1181
1176
authentication :
1182
1177
$ref : ' #/$defs/referenceableAuthenticationPolicy'
@@ -1196,9 +1191,7 @@ $defs:
1196
1191
title : EventSource
1197
1192
description : Identifies the context in which an event happened.
1198
1193
oneOf :
1199
- - title : LiteralSource
1200
- type : string
1201
- format : uri-template
1194
+ - $ref : ' #/$defs/uriTemplate'
1202
1195
- $ref : ' #/$defs/runtimeExpression'
1203
1196
type :
1204
1197
type : string
@@ -1225,11 +1218,10 @@ $defs:
1225
1218
description : The schema describing the event format.
1226
1219
oneOf :
1227
1220
- title : LiteralDataSchema
1221
+ $ref : ' #/$defs/uriTemplate'
1228
1222
description : The literal event data schema.
1229
- type : string
1230
- format : uri-template
1231
- - $ref : ' #/$defs/runtimeExpression'
1232
- title : ExpressionDataSchema
1223
+ - title : ExpressionDataSchema
1224
+ $ref : ' #/$defs/runtimeExpression'
1233
1225
description : An expression based event data schema.
1234
1226
additionalProperties : true
1235
1227
eventConsumptionStrategy :
0 commit comments