Check
An Object
Note |
Properties
The following properties are available:
Property | Type | Default | Read-Only | Description |
---|---|---|---|---|
belongs | boolean | No | ||
ok | boolean | No | Indicates whether the operation succeeded or not |
Schema
{
"type": "object",
"description": "Check",
"extends": "status",
"properties": {
"belongs": {
"type": "boolean"
},
"ok": null
},
"id": "belongs"
}