|
@@ -351,7 +351,7 @@ Cards.attachSchema(
|
|
},
|
|
},
|
|
'poker.question': {
|
|
'poker.question': {
|
|
type: Boolean,
|
|
type: Boolean,
|
|
- defaultValue: false,
|
|
|
|
|
|
+ optional: true,
|
|
},
|
|
},
|
|
'poker.one': {
|
|
'poker.one': {
|
|
/**
|
|
/**
|
|
@@ -359,7 +359,6 @@ Cards.attachSchema(
|
|
*/
|
|
*/
|
|
type: [String],
|
|
type: [String],
|
|
optional: true,
|
|
optional: true,
|
|
- defaultValue: [],
|
|
|
|
},
|
|
},
|
|
'poker.two': {
|
|
'poker.two': {
|
|
/**
|
|
/**
|
|
@@ -367,7 +366,6 @@ Cards.attachSchema(
|
|
*/
|
|
*/
|
|
type: [String],
|
|
type: [String],
|
|
optional: true,
|
|
optional: true,
|
|
- defaultValue: [],
|
|
|
|
},
|
|
},
|
|
'poker.three': {
|
|
'poker.three': {
|
|
/**
|
|
/**
|
|
@@ -375,7 +373,6 @@ Cards.attachSchema(
|
|
*/
|
|
*/
|
|
type: [String],
|
|
type: [String],
|
|
optional: true,
|
|
optional: true,
|
|
- defaultValue: [],
|
|
|
|
},
|
|
},
|
|
'poker.five': {
|
|
'poker.five': {
|
|
/**
|
|
/**
|
|
@@ -383,7 +380,6 @@ Cards.attachSchema(
|
|
*/
|
|
*/
|
|
type: [String],
|
|
type: [String],
|
|
optional: true,
|
|
optional: true,
|
|
- defaultValue: [],
|
|
|
|
},
|
|
},
|
|
'poker.eight': {
|
|
'poker.eight': {
|
|
/**
|
|
/**
|
|
@@ -391,7 +387,6 @@ Cards.attachSchema(
|
|
*/
|
|
*/
|
|
type: [String],
|
|
type: [String],
|
|
optional: true,
|
|
optional: true,
|
|
- defaultValue: [],
|
|
|
|
},
|
|
},
|
|
'poker.thirteen': {
|
|
'poker.thirteen': {
|
|
/**
|
|
/**
|
|
@@ -399,7 +394,6 @@ Cards.attachSchema(
|
|
*/
|
|
*/
|
|
type: [String],
|
|
type: [String],
|
|
optional: true,
|
|
optional: true,
|
|
- defaultValue: [],
|
|
|
|
},
|
|
},
|
|
'poker.twenty': {
|
|
'poker.twenty': {
|
|
/**
|
|
/**
|
|
@@ -407,7 +401,6 @@ Cards.attachSchema(
|
|
*/
|
|
*/
|
|
type: [String],
|
|
type: [String],
|
|
optional: true,
|
|
optional: true,
|
|
- defaultValue: [],
|
|
|
|
},
|
|
},
|
|
'poker.forty': {
|
|
'poker.forty': {
|
|
/**
|
|
/**
|
|
@@ -415,7 +408,6 @@ Cards.attachSchema(
|
|
*/
|
|
*/
|
|
type: [String],
|
|
type: [String],
|
|
optional: true,
|
|
optional: true,
|
|
- defaultValue: [],
|
|
|
|
},
|
|
},
|
|
'poker.oneHundred': {
|
|
'poker.oneHundred': {
|
|
/**
|
|
/**
|
|
@@ -423,7 +415,6 @@ Cards.attachSchema(
|
|
*/
|
|
*/
|
|
type: [String],
|
|
type: [String],
|
|
optional: true,
|
|
optional: true,
|
|
- defaultValue: [],
|
|
|
|
},
|
|
},
|
|
'poker.unsure': {
|
|
'poker.unsure': {
|
|
/**
|
|
/**
|
|
@@ -431,16 +422,14 @@ Cards.attachSchema(
|
|
*/
|
|
*/
|
|
type: [String],
|
|
type: [String],
|
|
optional: true,
|
|
optional: true,
|
|
- defaultValue: [],
|
|
|
|
},
|
|
},
|
|
'poker.end': {
|
|
'poker.end': {
|
|
type: Date,
|
|
type: Date,
|
|
optional: true,
|
|
optional: true,
|
|
- defaultValue: null,
|
|
|
|
},
|
|
},
|
|
'poker.allowNonBoardMembers': {
|
|
'poker.allowNonBoardMembers': {
|
|
type: Boolean,
|
|
type: Boolean,
|
|
- defaultValue: false,
|
|
|
|
|
|
+ optional: true,
|
|
},
|
|
},
|
|
'poker.estimation': {
|
|
'poker.estimation': {
|
|
/**
|
|
/**
|