Skip to content

Commit 4d91f9b

Browse files
author
Ron
authored
Merge pull request OAI#1089 from OAI/issue-1077
Removed examples that contain required and default
2 parents 43ca992 + 99f0a42 commit 4d91f9b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

versions/3.0.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2924,7 +2924,6 @@ schemas:
29242924
"huntingSkill": {
29252925
"type": "string",
29262926
"description": "The measured skill for hunting",
2927-
"default": "lazy",
29282927
"enum": [
29292928
"clueless",
29302929
"lazy",
@@ -2952,7 +2951,6 @@ schemas:
29522951
"type": "integer",
29532952
"format": "int32",
29542953
"description": "the size of the pack the dog is from",
2955-
"default": 0,
29562954
"minimum": 0
29572955
}
29582956
},
@@ -2988,7 +2986,6 @@ schemas:
29882986
huntingSkill:
29892987
type: string
29902988
description: The measured skill for hunting
2991-
default: lazy
29922989
enum:
29932990
- clueless
29942991
- lazy
@@ -3006,7 +3003,6 @@ schemas:
30063003
type: integer
30073004
format: int32
30083005
description: the size of the pack the dog is from
3009-
default: 0
30103006
minimum: 0
30113007
required:
30123008
- packSize

0 commit comments

Comments
 (0)