File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -2925,7 +2925,6 @@ schemas:
2925
2925
" huntingSkill " : {
2926
2926
" type " : " string" ,
2927
2927
" description " : " The measured skill for hunting" ,
2928
- " default " : " lazy" ,
2929
2928
" enum " : [
2930
2929
" clueless" ,
2931
2930
" lazy" ,
@@ -2953,7 +2952,6 @@ schemas:
2953
2952
" type " : " integer" ,
2954
2953
" format " : " int32" ,
2955
2954
" description " : " the size of the pack the dog is from" ,
2956
- " default " : 0,
2957
2955
" minimum " : 0
2958
2956
}
2959
2957
},
@@ -2989,7 +2987,6 @@ schemas:
2989
2987
huntingSkill :
2990
2988
type : string
2991
2989
description : The measured skill for hunting
2992
- default : lazy
2993
2990
enum :
2994
2991
- clueless
2995
2992
- lazy
@@ -3007,7 +3004,6 @@ schemas:
3007
3004
type : integer
3008
3005
format : int32
3009
3006
description : the size of the pack the dog is from
3010
- default : 0
3011
3007
minimum : 0
3012
3008
required :
3013
3009
- packSize
You can’t perform that action at this time.
0 commit comments