app.thesocialwire.defs

samclemente.me

Documentation

error object

No description available.

Properties

error string Required

No description available.

maxLength: 100 bytes
message string Required

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
    }
  }
}
jsonObject object

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."
}
publicationIds array

No description available.

View raw schema
{
  "type": "array",
  "items": {
    "type": "string",
    "maxLength": 2048
  },
  "maxLength": 1000
}

Lexicon Garden

@