No description available.
Properties
No description available.
maxLength: 100 bytes
No description available.
maxLength: 2000 bytes
View raw schema
{
"type": "object",
"required": [
"error",
"message"
],
"properties": {
"error": {
"type": "string",
"maxLength": 100
},
"message": {
"type": "string",
"maxLength": 2000
}
}
}
A forward-compatible Social Wire response object. Method-specific fields are documented by the service contract and may be extended without breaking older clients.
This object has no properties defined.
View raw schema
{
"type": "object",
"description": "A forward-compatible Social Wire response object. Method-specific fields are documented by the service contract and may be extended without breaking older clients."
}
No description available.
View raw schema
{
"type": "array",
"items": {
"type": "string",
"maxLength": 2048
},
"maxLength": 1000
}