{ "$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-list-structure.json", "name": "ProfileList", "description": "ProfileList schema", "type": "object", "properties": { "content": { "type": "array", "items": { "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" } } } }, "count": { "type": "object", "properties": { "value": { "type": "int32" } } } } }