Noticed the description field is set as datetime format. The format key should be removed since this field is supposed to be text.
"description": {
"type": "string",
"format": "datetime",
"minGraphemes": 1,
"maxGraphemes": 140
},