Skip to content

Commit

Permalink
examples not supported inside schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Sturgeon committed Oct 24, 2019
1 parent 5bd02e1 commit 17c0c5e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions versions/3.0.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -1968,20 +1968,6 @@ requestBody:
externalValue: 'http://foo.bar/examples/address-example.txt'
```

In a parameter:

```yaml
parameters:
- name: 'zipCode'
in: 'query'
schema:
type: 'string'
format: 'zip-code'
examples:
zip-example:
$ref: '#/components/examples/zip-example'
```

In a response:

```yaml
Expand Down

0 comments on commit 17c0c5e

Please sign in to comment.