|
- {
- "kind": "collectionType",
- "collectionName": "messages",
- "info": {
- "name": "message",
- "description": ""
- },
- "options": {
- "increments": true,
- "timestamps": true,
- "draftAndPublish": true
- },
- "attributes": {
- "to": {
- "type": "string",
- "regex": "\\+?([ -]?\\d+)+|\\(\\d+\\)([ -]\\d+)",
- "required": false
- },
- "attachment": {
- "collection": "file",
- "via": "related",
- "allowedTypes": [
- "files",
- "images",
- "videos"
- ],
- "plugin": "upload",
- "required": false
- },
- "state": {
- "type": "string",
- "private": false
- },
- "body": {
- "type": "string"
- },
- "keterangan": {
- "type": "string"
- },
- "isForwarded": {
- "type": "boolean",
- "default": false
- },
- "chat_key": {
- "model": "chats"
- },
- "from": {
- "type": "string"
- },
- "messageId": {
- "type": "string"
- },
- "timestamp": {
- "type": "datetime"
- },
- "template_key": {
- "model": "message-template",
- "via": "message"
- }
- }
- }
|