We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16e092 commit 4636abaCopy full SHA for 4636aba
fixtures/v2.0/json/models/modelWithExamples.json
@@ -1,28 +1,30 @@
1
{
2
- "definitions": {
3
- "Pet": {
4
- "properties": {
5
- "name": {
6
- "type": "string"
7
- }
8
- },
9
- "required": [
10
- "name"
11
- ]
+ "Pet": {
+ "properties": {
+ "name": {
+ "type": "string"
+ }
12
},
13
- "Dog": {
14
15
- "id": {
16
- "type": "integer",
17
- "format": "int64"
18
19
20
21
+ "required": [
+ "name"
+ ]
+ },
+ "Dog": {
+ "id": {
+ "type": "integer",
+ "format": "int64"
22
23
24
25
+ ],
+ "example": {
26
+ "name": "Puma",
27
+ "id": 1
28
}
29
30
0 commit comments