{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LeadGenAnswer", "title": "LeadGenAnswer", "type": "object", "properties": { "questionId": { "type": "string", "example": "firstName" }, "answerValue": { "type": "string", "example": "John" } } }