No description available.
Properties
View raw schema
{
"type": "object",
"required": [
"post",
"loopCount"
],
"properties": {
"post": {
"type": "string",
"format": "at-uri"
},
"loopCount": {
"type": "integer",
"minimum": 0
}
}
}