No description available.
Properties
View raw schema
{
"type": "object",
"required": [
"include",
"push"
],
"properties": {
"push": {
"type": "boolean"
},
"include": {
"type": "string",
"knownValues": [
"all",
"follows"
]
}
}
}