Skip to content

Commit 560b0d3

Browse files
committed
updated examples
1 parent 651ce3a commit 560b0d3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

versions/3.0.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ my\org\User
508508
},
509509
"petstore_auth": {
510510
"type": "oauth2",
511-
"flow": {
511+
"flows": {
512512
"implicit": {
513513
"authorizationUrl": "http://example.org/api/oauth/dialog",
514514
"scopes": {
@@ -576,7 +576,7 @@ components:
576576
in: header
577577
petstore_auth:
578578
type: oauth2
579-
flow:
579+
flows:
580580
implicit:
581581
authorizationUrl: http://example.org/api/oauth/dialog
582582
scopes:
@@ -3423,7 +3423,7 @@ bearerFormat: JWT
34233423
```json
34243424
{
34253425
"type": "oauth2",
3426-
"flow": {
3426+
"flows": {
34273427
"implicit": {
34283428
"authorizationUrl": "https://example.com/api/oauth/dialog",
34293429
"scopes": {
@@ -3437,7 +3437,7 @@ bearerFormat: JWT
34373437

34383438
```yaml
34393439
type: oauth2
3440-
flow:
3440+
flows:
34413441
implicit:
34423442
authorizationUrl: https://example.com/api/oauth/dialog
34433443
scopes:
@@ -3478,7 +3478,7 @@ This object can be extended with [Specification Extensions](#specificationExtens
34783478
```JSON
34793479
{
34803480
"type": "oauth2",
3481-
"flow": {
3481+
"flows": {
34823482
"implicit": {
34833483
"authorizationUrl": "https://example.com/api/oauth/dialog",
34843484
"scopes": {
@@ -3500,7 +3500,7 @@ This object can be extended with [Specification Extensions](#specificationExtens
35003500

35013501
```YAML
35023502
type: oauth2
3503-
flow:
3503+
flows:
35043504
implicit:
35053505
authorizationUrl: https://example.com/api/oauth/dialog
35063506
scopes:

0 commit comments

Comments
 (0)