{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ProvidedAnswer", "type": "object", "required": [ "answer_id", "text" ], "properties": { "answer_id": { "type": "string" }, "text": { "type": "string" } } }