@@ -10,13 +10,15 @@ properties:
10
10
pattern : ' ^3\.2\.\d+(-.+)?$'
11
11
$self :
12
12
type : string
13
+ $comment : resolved against the retrieval uri
13
14
format : uri-reference
14
15
$comment : MUST NOT contain a fragment
15
16
pattern : ' ^[^#]*$'
16
17
info :
17
18
$ref : ' #/$defs/info'
18
19
jsonSchemaDialect :
19
20
type : string
21
+ $comment : resolved against the resolved version of $self
20
22
format : uri-reference
21
23
default : ' https://spec.openapis.org/oas/3.2/dialect/WORK-IN-PROGRESS'
22
24
servers :
68
70
description :
69
71
type : string
70
72
termsOfService :
73
+ $comment : resolved against the resolved version of $self
71
74
type : string
72
75
format : uri-reference
73
76
contact :
89
92
name :
90
93
type : string
91
94
url :
95
+ $comment : resolved against the resolved version of $self
92
96
type : string
93
97
format : uri-reference
94
98
email :
@@ -106,6 +110,7 @@ $defs:
106
110
identifier :
107
111
type : string
108
112
url :
113
+ $comment : resolved against the resolved version of $self
109
114
type : string
110
115
format : uri-reference
111
116
required :
@@ -225,6 +230,7 @@ $defs:
225
230
type : object
226
231
properties :
227
232
$ref :
233
+ $comment : resolved against the resolved version of $self
228
234
type : string
229
235
format : uri-reference
230
236
summary :
@@ -327,6 +333,7 @@ $defs:
327
333
description :
328
334
type : string
329
335
url :
336
+ $comment : resolved against ???
330
337
type : string
331
338
format : uri-reference
332
339
required :
@@ -682,6 +689,7 @@ $defs:
682
689
type : string
683
690
value : true
684
691
externalValue :
692
+ $comment : resolved against the resolved version of $self
685
693
type : string
686
694
format : uri-reference
687
695
allOf :
@@ -719,6 +727,7 @@ $defs:
719
727
type : object
720
728
properties :
721
729
operationRef :
730
+ $comment : resolved against the resolved version of $self
722
731
type : string
723
732
format : uri-reference
724
733
operationId :
@@ -825,6 +834,7 @@ $defs:
825
834
type : object
826
835
properties :
827
836
$ref :
837
+ $comment : resolved against the resolved version of $self
828
838
type : string
829
839
format : uri-reference
830
840
summary :
@@ -929,6 +939,7 @@ $defs:
929
939
flows :
930
940
$ref : ' #/$defs/oauth-flows'
931
941
oauth2MetadataUrl :
942
+ $comment : resolved against the matching and de-templated server url
932
943
type : string
933
944
format : uri-reference
934
945
required :
@@ -944,6 +955,7 @@ $defs:
944
955
then :
945
956
properties :
946
957
openIdConnectUrl :
958
+ $comment : resolved against the matching and de-templated server url
947
959
type : string
948
960
format : uri-reference
949
961
required :
@@ -977,6 +989,7 @@ $defs:
977
989
978
990
$defs :
979
991
implicit :
992
+ $comment : references are resolved against the matching and de-templated server url
980
993
type : object
981
994
properties :
982
995
authorizationUrl :
@@ -994,6 +1007,7 @@ $defs:
994
1007
unevaluatedProperties : false
995
1008
996
1009
password :
1010
+ $comment : references are resolved against the matching and de-templated server url
997
1011
type : object
998
1012
properties :
999
1013
tokenUrl :
@@ -1011,6 +1025,7 @@ $defs:
1011
1025
unevaluatedProperties : false
1012
1026
1013
1027
client-credentials :
1028
+ $comment : references are resolved against the matching and de-templated server url
1014
1029
type : object
1015
1030
properties :
1016
1031
tokenUrl :
@@ -1028,6 +1043,7 @@ $defs:
1028
1043
unevaluatedProperties : false
1029
1044
1030
1045
authorization-code :
1046
+ $comment : references are resolved against the matching and de-templated server url
1031
1047
type : object
1032
1048
properties :
1033
1049
authorizationUrl :
@@ -1049,6 +1065,7 @@ $defs:
1049
1065
unevaluatedProperties : false
1050
1066
1051
1067
device-authorization :
1068
+ $comment : references are resolved against the matching and de-templated server url
1052
1069
type : object
1053
1070
properties :
1054
1071
deviceAuthorizationUrl :
0 commit comments