19 lines
436 B
JSON
19 lines
436 B
JSON
{
|
|
"title": "Questions about Spam",
|
|
"description": "",
|
|
"properties": {
|
|
"spam_thought": {
|
|
"type": "string",
|
|
"title": "When I hear the word \"spam\" the first thing I think of is ...",
|
|
"enum": [
|
|
"the delicious potted meat product",
|
|
"solicitous emails",
|
|
"greedy text messages",
|
|
"vikings",
|
|
"Hawaii",
|
|
"the whole bloody internet"
|
|
]
|
|
}
|
|
},
|
|
"required": []
|
|
} |