{ "type": "object", "properties": { "@context": { "type": "string", "examples": [ "https://vocabularies.xenzone.com/context.jsonld" ] }, "answers": { "type": "array", "items": { "type": "object", "properties": { "questionId": { "type": "string", "examples": [ "how-are-you" ] }, "answerId": { "type": "string", "examples": [ "notbad" ] } }, "required": [ "questionId", "answerId" ] } } }, "required": [ "@context", "answers" ] }