2023-06-02 16:43:59 -04:00
|
|
|
|
{
|
2023-06-05 15:25:01 -04:00
|
|
|
|
"title": "True/False Questions about Chuck Norris",
|
|
|
|
|
"description": "Please place a checkmark next to the questions that are true. You will receive a just a fair reward for your responses.",
|
2023-06-02 16:43:59 -04:00
|
|
|
|
"type": "object",
|
2023-06-05 15:25:01 -04:00
|
|
|
|
"required":
|
|
|
|
|
["pushups", "thanos", "bulletproof" ],
|
2023-06-02 16:43:59 -04:00
|
|
|
|
"properties": {
|
2023-06-05 15:25:01 -04:00
|
|
|
|
"pushups": {
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"title": "When Chuck Norris does a pushup, he’s pushing the Earth down.",
|
|
|
|
|
"oneOf": [
|
|
|
|
|
{
|
|
|
|
|
"title": "True",
|
|
|
|
|
"const": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"title": "False",
|
|
|
|
|
"const": false
|
|
|
|
|
}
|
|
|
|
|
]
|
2023-06-02 16:43:59 -04:00
|
|
|
|
},
|
2023-06-05 15:25:01 -04:00
|
|
|
|
"thanos": {
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"title": "Chuck Norris was given a bloody nose by Thanos the god like villan from the Avengers Movies",
|
|
|
|
|
"oneOf": [
|
|
|
|
|
{
|
|
|
|
|
"title": "True",
|
|
|
|
|
"const": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"title": "False",
|
|
|
|
|
"const": false
|
|
|
|
|
}
|
|
|
|
|
]
|
2023-06-02 16:43:59 -04:00
|
|
|
|
},
|
2023-06-05 15:25:01 -04:00
|
|
|
|
"bulletproof": {
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"title": "A bulletproof vest wears Chuck Norris for protection.",
|
|
|
|
|
"oneOf": [
|
|
|
|
|
{
|
|
|
|
|
"title": "True",
|
|
|
|
|
"const": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"title": "False",
|
|
|
|
|
"const": false
|
|
|
|
|
}
|
|
|
|
|
]
|
2023-06-02 16:43:59 -04:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|