|
- {
- "kind": "collectionType",
- "collectionName": "session_data",
- "info": {
- "name": "Session_Data",
- "description": ""
- },
- "options": {
- "increments": true,
- "timestamps": true,
- "draftAndPublish": true
- },
- "attributes": {
- "name": {
- "type": "string"
- },
- "device_manufacturer": {
- "type": "string"
- },
- "device_model": {
- "type": "string"
- },
- "platform": {
- "type": "string"
- },
- "os_version": {
- "type": "string"
- },
- "session_data": {
- "type": "json"
- },
- "phonenumber": {
- "type": "string",
- "required": true
- },
- "sessionId": {
- "type": "string"
- }
- }
- }
|