status-go/tests-functional/schemas/wakuext_deleteActivityCenterNotifications
Yevheniia Berdnyk 157d6eb1bd
test_: activity center notifications (#6337)
* test_: activity center notifications

* test_: small fix

* test_: changes according to review
2025-02-12 19:31:35 +02:00

20 lines
350 B
Plaintext

{
"$schema": "http://json-schema.org/schema#",
"properties": {
"id": {
"type": "integer"
},
"jsonrpc": {
"type": "string"
},
"result": {
"type": "null"
}
},
"required": [
"id",
"jsonrpc",
"result"
],
"type": "object"
}