Skip to content

Commit 99f0a42

Browse files
committed
Removed examples that contain required and default
1 parent a5bf8a0 commit 99f0a42

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
@@ -2925,7 +2925,6 @@ schemas:
29252925
"huntingSkill": {
29262926
"type": "string",
29272927
"description": "The measured skill for hunting",
2928-
"default": "lazy",
29292928
"enum": [
29302929
"clueless",
29312930
"lazy",
@@ -2953,7 +2952,6 @@ schemas:
29532952
"type": "integer",
29542953
"format": "int32",
29552954
"description": "the size of the pack the dog is from",
2956-
"default": 0,
29572955
"minimum": 0
29582956
}
29592957
},
@@ -2989,7 +2987,6 @@ schemas:
29892987
huntingSkill:
29902988
type: string
29912989
description: The measured skill for hunting
2992-
default: lazy
29932990
enum:
29942991
- clueless
29952992
- lazy
@@ -3007,7 +3004,6 @@ schemas:
30073004
type: integer
30083005
format: int32
30093006
description: the size of the pack the dog is from
3010-
default: 0
30113007
minimum: 0
30123008
required:
30133009
- packSize

0 commit comments

Comments
 (0)