Skip to content

Commit abd1b81

Browse files
handrewsralfhandl
andcommitted
Better wording, fix typo
Co-authored-by: Ralf Handl <[email protected]>
1 parent 73b2ff9 commit abd1b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ components:
13611361
```
13621362

13631363
Implementations MAY attempt to handle more complex schema arrangements, in which case they MUST document what is handled and with what behavior.
1364-
If they do, then `type` keywords that contain multiple values (e.g. `type: ["number", "nul"]`) SHOULD be handled by attempting to parse according to each type in the order provided, falling back to the next type until the list is exhausted.
1364+
If they do, then `type` keywords that contain multiple values (e.g. `type: ["number", "null"]`) SHOULD be handled by attempting to parse according to each type in the order provided.
13651365
However OAD authors are advised that depending on handling scenarios other than `$ref`/`allOf`-reachable single-valued `type` keywords is not interoperable.
13661366

13671367
###### Encoding By Name

0 commit comments

Comments
 (0)