You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versions/3.1.0.md
+19-9Lines changed: 19 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -2283,29 +2283,39 @@ OpenAPI v3.1 is a JSON Schema vocabulary which cetends JSON Schema Core and Vali
2283
2283
- title
2284
2284
- type
2285
2285
- required
2286
-
- allOf / oneOf / andOf
2286
+
- allOf
2287
+
- oneOf
2288
+
- andOf
2287
2289
- multipleOf
2288
2290
- maximum
2289
2291
- exclusiveMaximum
2290
2292
- minimum
2291
2293
- exclusiveMinimum
2292
-
- maxLength / minLength
2294
+
- maxLength
2295
+
- minLength
2293
2296
- pattern (This string SHOULD be a valid regular expression, according to the [ECMA 262 regular expression](https://www.ecma-international.org/ecma-262/5.1/#sec-7.8.5) dialect)
2294
-
- maxItems / minItems
2297
+
- maxItems
2298
+
- minItems
2295
2299
- uniqueItems
2296
-
- maxProperties / minProperties
2300
+
- maxProperties
2301
+
- minProperties
2297
2302
- enum
2298
2303
- propertyNames
2299
2304
- contains
2300
2305
- const
2301
2306
- examples
2302
2307
- if / then / else
2303
-
- dependentRequired / dependentSchemas
2308
+
- dependentRequired
2309
+
- dependentSchemas
2304
2310
- deprecated
2305
-
- additionalItems / additionalProperties
2306
-
- unevaluatedItems / unevaluatedProperties
2307
-
- max Contains / minContains
2308
-
- readOnly / writeOnly
2311
+
- additionalItems
2312
+
- additionalProperties
2313
+
- unevaluatedItems
2314
+
- unevaluatedProperties
2315
+
- maxContains
2316
+
- minContains
2317
+
- readOnly
2318
+
- writeOnly
2309
2319
2310
2320
The following properties are taken from the JSON Schema definition but their definitions were adjusted to the OpenAPI Specification.
0 commit comments