{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-experience-cloud/refs/heads/main/json-structure/campaign-api-profile-structure.json", "name": "Profile", "description": "Profile schema", "type": "object", "properties": { "PKey": { "type": "string" }, "email": { "type": "string" }, "firstName": { "type": "string" }, "lastName": { "type": "string" }, "birthDate": { "type": "date" }, "phone": { "type": "string" }, "created": { "type": "datetime" }, "lastModified": { "type": "datetime" } } }