Skip to content

Commit 8b8aa0b

Browse files
author
Phil Sturgeon
committed
Uncollapsed list
1 parent 18a8adc commit 8b8aa0b

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

versions/3.1.0.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2283,29 +2283,39 @@ OpenAPI v3.1 is a JSON Schema vocabulary which cetends JSON Schema Core and Vali
22832283
- title
22842284
- type
22852285
- required
2286-
- allOf / oneOf / andOf
2286+
- allOf
2287+
- oneOf
2288+
- andOf
22872289
- multipleOf
22882290
- maximum
22892291
- exclusiveMaximum
22902292
- minimum
22912293
- exclusiveMinimum
2292-
- maxLength / minLength
2294+
- maxLength
2295+
- minLength
22932296
- 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
22952299
- uniqueItems
2296-
- maxProperties / minProperties
2300+
- maxProperties
2301+
- minProperties
22972302
- enum
22982303
- propertyNames
22992304
- contains
23002305
- const
23012306
- examples
23022307
- if / then / else
2303-
- dependentRequired / dependentSchemas
2308+
- dependentRequired
2309+
- dependentSchemas
23042310
- 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
23092319

23102320
The following properties are taken from the JSON Schema definition but their definitions were adjusted to the OpenAPI Specification.
23112321

0 commit comments

Comments
 (0)