{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.qualtrics.com/schemas/CreateContactInMailingList.json", "title": "CreateContactInMailingList", "type": "object", "properties": { "firstName": { "type": "string" }, "lastName": { "type": "string" }, "email": { "type": "string" }, "unsubscribed": { "type": "boolean" } } }