{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/NotificationFilterPushListing",
"title": "NotificationFilterPushListing",
"type": "object",
"properties": {
"notification_filters": {
"type": "array",
"description": "The types of notifications that will result in a push notification for this user.",
"readOnly": true,
"writeOnly": false,
"items": {
"$ref": "#/components/schemas/NotificationFilterPush"
}
}
}
}