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 @@ -2924,7 +2924,6 @@ schemas:
2924
2924
" huntingSkill " : {
2925
2925
" type " : " string" ,
2926
2926
" description " : " The measured skill for hunting" ,
2927
- " default " : " lazy" ,
2928
2927
" enum " : [
2929
2928
" clueless" ,
2930
2929
" lazy" ,
@@ -2952,7 +2951,6 @@ schemas:
2952
2951
" type " : " integer" ,
2953
2952
" format " : " int32" ,
2954
2953
" description " : " the size of the pack the dog is from" ,
2955
- " default " : 0,
2956
2954
" minimum " : 0
2957
2955
}
2958
2956
},
@@ -2988,7 +2986,6 @@ schemas:
2988
2986
huntingSkill :
2989
2987
type : string
2990
2988
description : The measured skill for hunting
2991
- default : lazy
2992
2989
enum :
2993
2990
- clueless
2994
2991
- lazy
@@ -3006,7 +3003,6 @@ schemas:
3006
3003
type : integer
3007
3004
format : int32
3008
3005
description : the size of the pack the dog is from
3009
- default : 0
3010
3006
minimum : 0
3011
3007
required :
3012
3008
- packSize
You can’t perform that action at this time.
0 commit comments