1
- $id : ' https://spec.openapis.org/oas/3.1 /schema/WORK-IN-PROGRESS'
1
+ $id : ' https://spec.openapis.org/oas/3.2 /schema/WORK-IN-PROGRESS'
2
2
$schema : ' https://json-schema.org/draft/2020-12/schema'
3
3
4
- description : The description of OpenAPI v3.1 .x Documents without Schema Object validation
4
+ description : The description of OpenAPI v3.2 .x Documents without Schema Object validation
5
5
6
6
type : object
7
7
properties :
8
8
openapi :
9
9
type : string
10
- pattern : ' ^3\.1 \.\d+(-.+)?$'
10
+ pattern : ' ^3\.2 \.\d+(-.+)?$'
11
11
info :
12
12
$ref : ' #/$defs/info'
13
13
jsonSchemaDialect :
14
14
type : string
15
15
format : uri
16
- default : ' https://spec.openapis.org/oas/3.1 /dialect/WORK-IN-PROGRESS'
16
+ default : ' https://spec.openapis.org/oas/3.2 /dialect/WORK-IN-PROGRESS'
17
17
servers :
18
18
type : array
19
19
items :
@@ -53,7 +53,7 @@ unevaluatedProperties: false
53
53
54
54
$defs :
55
55
info :
56
- $comment : https://spec.openapis.org/oas/v3.1 #info-object
56
+ $comment : https://spec.openapis.org/oas/v3.2 #info-object
57
57
type : object
58
58
properties :
59
59
title :
78
78
unevaluatedProperties : false
79
79
80
80
contact :
81
- $comment : https://spec.openapis.org/oas/v3.1 #contact-object
81
+ $comment : https://spec.openapis.org/oas/v3.2 #contact-object
82
82
type : object
83
83
properties :
84
84
name :
93
93
unevaluatedProperties : false
94
94
95
95
license :
96
- $comment : https://spec.openapis.org/oas/v3.1 #license-object
96
+ $comment : https://spec.openapis.org/oas/v3.2 #license-object
97
97
type : object
98
98
properties :
99
99
name :
@@ -114,7 +114,7 @@ $defs:
114
114
unevaluatedProperties : false
115
115
116
116
server :
117
- $comment : https://spec.openapis.org/oas/v3.1 #server-object
117
+ $comment : https://spec.openapis.org/oas/v3.2 #server-object
118
118
type : object
119
119
properties :
120
120
url :
@@ -131,7 +131,7 @@ $defs:
131
131
unevaluatedProperties : false
132
132
133
133
server-variable :
134
- $comment : https://spec.openapis.org/oas/v3.1 #server-variable-object
134
+ $comment : https://spec.openapis.org/oas/v3.2 #server-variable-object
135
135
type : object
136
136
properties :
137
137
enum :
@@ -149,7 +149,7 @@ $defs:
149
149
unevaluatedProperties : false
150
150
151
151
components :
152
- $comment : https://spec.openapis.org/oas/v3.1 #components-object
152
+ $comment : https://spec.openapis.org/oas/v3.2 #components-object
153
153
type : object
154
154
properties :
155
155
schemas :
@@ -201,7 +201,7 @@ $defs:
201
201
unevaluatedProperties : false
202
202
203
203
paths :
204
- $comment : https://spec.openapis.org/oas/v3.1 #paths-object
204
+ $comment : https://spec.openapis.org/oas/v3.2 #paths-object
205
205
type : object
206
206
patternProperties :
207
207
' ^/ ' :
@@ -210,7 +210,7 @@ $defs:
210
210
unevaluatedProperties : false
211
211
212
212
path-item :
213
- $comment : https://spec.openapis.org/oas/v3.1 #path-item-object
213
+ $comment : https://spec.openapis.org/oas/v3.2 #path-item-object
214
214
type : object
215
215
properties :
216
216
$ref :
@@ -248,7 +248,7 @@ $defs:
248
248
unevaluatedProperties : false
249
249
250
250
operation :
251
- $comment : https://spec.openapis.org/oas/v3.1 #operation-object
251
+ $comment : https://spec.openapis.org/oas/v3.2 #operation-object
252
252
type : object
253
253
properties :
254
254
tags :
@@ -290,7 +290,7 @@ $defs:
290
290
unevaluatedProperties : false
291
291
292
292
external-documentation :
293
- $comment : https://spec.openapis.org/oas/v3.1 #external-documentation-object
293
+ $comment : https://spec.openapis.org/oas/v3.2 #external-documentation-object
294
294
type : object
295
295
properties :
296
296
description :
@@ -304,7 +304,7 @@ $defs:
304
304
unevaluatedProperties : false
305
305
306
306
parameter :
307
- $comment : https://spec.openapis.org/oas/v3.1 #parameter-object
307
+ $comment : https://spec.openapis.org/oas/v3.2 #parameter-object
308
308
type : object
309
309
properties :
310
310
name :
@@ -444,7 +444,7 @@ $defs:
444
444
$ref : ' #/$defs/parameter'
445
445
446
446
request-body :
447
- $comment : https://spec.openapis.org/oas/v3.1 #request-body-object
447
+ $comment : https://spec.openapis.org/oas/v3.2 #request-body-object
448
448
type : object
449
449
properties :
450
450
description :
@@ -470,15 +470,15 @@ $defs:
470
470
$ref : ' #/$defs/request-body'
471
471
472
472
content :
473
- $comment : https://spec.openapis.org/oas/v3.1 #fixed-fields-10
473
+ $comment : https://spec.openapis.org/oas/v3.2 #fixed-fields-10
474
474
type : object
475
475
additionalProperties :
476
476
$ref : ' #/$defs/media-type'
477
477
propertyNames :
478
478
format : media-range
479
479
480
480
media-type :
481
- $comment : https://spec.openapis.org/oas/v3.1 #media-type-object
481
+ $comment : https://spec.openapis.org/oas/v3.2 #media-type-object
482
482
type : object
483
483
properties :
484
484
schema :
@@ -493,7 +493,7 @@ $defs:
493
493
unevaluatedProperties : false
494
494
495
495
encoding :
496
- $comment : https://spec.openapis.org/oas/v3.1 #encoding-object
496
+ $comment : https://spec.openapis.org/oas/v3.2 #encoding-object
497
497
type : object
498
498
properties :
499
499
contentType :
@@ -521,7 +521,7 @@ $defs:
521
521
unevaluatedProperties : false
522
522
523
523
responses :
524
- $comment : https://spec.openapis.org/oas/v3.1 #responses-object
524
+ $comment : https://spec.openapis.org/oas/v3.2 #responses-object
525
525
type : object
526
526
properties :
527
527
default :
@@ -540,7 +540,7 @@ $defs:
540
540
required : [default]
541
541
542
542
response :
543
- $comment : https://spec.openapis.org/oas/v3.1 #response-object
543
+ $comment : https://spec.openapis.org/oas/v3.2 #response-object
544
544
type : object
545
545
properties :
546
546
description :
@@ -571,7 +571,7 @@ $defs:
571
571
$ref : ' #/$defs/response'
572
572
573
573
callbacks :
574
- $comment : https://spec.openapis.org/oas/v3.1 #callback-object
574
+ $comment : https://spec.openapis.org/oas/v3.2 #callback-object
575
575
type : object
576
576
$ref : ' #/$defs/specification-extensions'
577
577
additionalProperties :
@@ -588,7 +588,7 @@ $defs:
588
588
$ref : ' #/$defs/callbacks'
589
589
590
590
example :
591
- $comment : https://spec.openapis.org/oas/v3.1 #example-object
591
+ $comment : https://spec.openapis.org/oas/v3.2 #example-object
592
592
type : object
593
593
properties :
594
594
summary :
@@ -617,7 +617,7 @@ $defs:
617
617
$ref : ' #/$defs/example'
618
618
619
619
link :
620
- $comment : https://spec.openapis.org/oas/v3.1 #link-object
620
+ $comment : https://spec.openapis.org/oas/v3.2 #link-object
621
621
type : object
622
622
properties :
623
623
operationRef :
@@ -651,7 +651,7 @@ $defs:
651
651
$ref : ' #/$defs/link'
652
652
653
653
header :
654
- $comment : https://spec.openapis.org/oas/v3.1 #header-object
654
+ $comment : https://spec.openapis.org/oas/v3.2 #header-object
655
655
type : object
656
656
properties :
657
657
description :
@@ -697,7 +697,7 @@ $defs:
697
697
$ref : ' #/$defs/header'
698
698
699
699
tag :
700
- $comment : https://spec.openapis.org/oas/v3.1 #tag-object
700
+ $comment : https://spec.openapis.org/oas/v3.2 #tag-object
701
701
type : object
702
702
properties :
703
703
name :
@@ -718,7 +718,7 @@ $defs:
718
718
unevaluatedProperties : false
719
719
720
720
reference :
721
- $comment : https://spec.openapis.org/oas/v3.1 #reference-object
721
+ $comment : https://spec.openapis.org/oas/v3.2 #reference-object
722
722
type : object
723
723
properties :
724
724
$ref :
@@ -730,14 +730,14 @@ $defs:
730
730
type : string
731
731
732
732
schema :
733
- $comment : https://spec.openapis.org/oas/v3.1 #schema-object
733
+ $comment : https://spec.openapis.org/oas/v3.2 #schema-object
734
734
$dynamicAnchor : meta
735
735
type :
736
736
- object
737
737
- boolean
738
738
739
739
security-scheme :
740
- $comment : https://spec.openapis.org/oas/v3.1 #security-scheme-object
740
+ $comment : https://spec.openapis.org/oas/v3.2 #security-scheme-object
741
741
type : object
742
742
properties :
743
743
type :
@@ -967,15 +967,15 @@ $defs:
967
967
unevaluatedProperties : false
968
968
969
969
security-requirement :
970
- $comment : https://spec.openapis.org/oas/v3.1 #security-requirement-object
970
+ $comment : https://spec.openapis.org/oas/v3.2 #security-requirement-object
971
971
type : object
972
972
additionalProperties :
973
973
type : array
974
974
items :
975
975
type : string
976
976
977
977
specification-extensions :
978
- $comment : https://spec.openapis.org/oas/v3.1 #specification-extensions
978
+ $comment : https://spec.openapis.org/oas/v3.2 #specification-extensions
979
979
patternProperties :
980
980
' ^x- ' : true
981
981
0 commit comments