Copy {
"$schema": "http://json-schema.org/draft-07/notification#",
"title": "notification",
"type": "object",
"required": [
"priority",
"type",
"action"
],
"properties": {
"ids": {
"$id": "#root/ids",
"title": "ids",
"type": "array",
"default": [],
"items":{
"$id": "#root/ids/items",
"title": "Items",
"type": "string"
}
},
"priority": {
"$id": "#root/priority",
"title": "Priority",
"type": "integer"
},
"type": {
"$id": "#root/type",
"title": "Type",
"type": "string",
"enum": ["EMAIL", "SMS", "FCM", "FEED"]
},
"action": {
"$id": "#root/action",
"title": "Action",
"type": "object",
"required": [
"type",
"category",
"createdBy"
],
"properties": {
"type": {
"$id": "#root/action/type",
"title": "Type",
"type": "string"
},
"category": {
"$id": "#root/action/category",
"title": "Category",
"type": "string"
},
"template": {
"$id": "#root/action/template",
"title": "Template",
"type": "object",
"required": [
"params"
],
"properties": {
"id": {
"$id": "#root/action/template/id",
"title": "Id",
"type": "string"
},
"type": {
"$id": "#root/action/template/type",
"title": "Type",
"type": "string"
},
"data": {
"$id": "#root/action/template/data",
"title": "Data",
"type": "string"
},
"ver": {
"$id": "#root/action/template/ver",
"title": "Ver",
"type": "string"
},
"params": {
"$ref": "#/definitions/mapString"
"definitions": {
"mapString": {
"type": "object",
"additionalProperties": {"type": "string"}
}
}
}
}
},
"createdBy": {
"$id": "#root/action/createdBy",
"title": "Createdby",
"type": "object",
"required": [
"id",
"type"
],
"properties": {
"id": {
"$id": "#root/action/createdBy/id",
"title": "Id",
"type": "string"
},
"name": {
"$id": "#root/action/createdBy/name",
"title": "Name",
"type": "string"
},
"type": {
"$id": "#root/action/createdBy/type",
"title": "Type",
"type": "string"
}
}
},
"additionalInfo": {
"$id": "#root/action/additionalInfo",
"title": "Additionalinfo",
"type": "object",
"properties": {
{
"id": "api.notification.feed.read.e79ee6a4-d79c-4236-9e05-f754010932d6",
"ver": "v1",
"ts": "2021-05-10 05:54:35:649+0000",
"params": {
"resmsgid": null,
"msgid": "8470ecb7fa05d7d22313a30c9a16927d",
"err": null,
"status": "success",
"errmsg": null
},
"responseCode": "OK",
"result": {
"response": {
"userFeed": [
{
"id": "ddab7b78-5978-4a11-b7f8-6594c7a6e7b8",
"userId": "e79ee6a4-d79c-4236-9e05-f754010932d6",
"priority": 1,
"createdBy": "e79ee6a4-d79c-4236-9e05-f754010932d6",
"status": "unread",
"createdOn": 1620626043127,
"action": {
"type": "add-member",
"category": "groups",
"template": {
"data": "{"title": "आपको Test group में जोड़ दिया गया है"}",
"type": "JSON",
"ver": "4.2.0"
},
"createdBy":{
"id":"e79ee6a4-d79c-4236-9e05-f754010932d6",
"name":"John",
"type": "User"
},
"additionalInfo":{
}
]
}
}
}
},
}
}
}
}
}