Application update response
Application update response schema
JSON schema
  1. {
  2.     "$schema": "http://json-schema.org/draft-04/schema",
  3.     "id": "http://api.xeebo.com/schema/xeebo-integration-application-apply-response-schema-v1.0.0.json",
  4.     "title": "Application update response",
  5.     "description": "Application update response schema",
  6.     "type": "object",
  7.     "properties": {
  8.         "status": {
  9.             "$ref": "http://api.xeebo.com/schema/xeebo-error-schema-v1.0.0.json#/definitions/statusCodeType"
  10.         },
  11.         "code": {
  12.             "$ref": "http://api.xeebo.com/schema/xeebo-error-schema-v1.0.0.json#/definitions/errorCodeType"
  13.         },
  14.         "error": {
  15.             "$ref": "http://api.xeebo.com/schema/xeebo-error-schema-v1.0.0.json#/definitions/errorMessageType"
  16.         },
  17.         "description": {
  18.             "$ref": "http://api.xeebo.com/schema/xeebo-error-schema-v1.0.0.json#/definitions/errorDescriptionType"
  19.         },
  20.         "url": {
  21.             "$ref": "http://api.xeebo.com/schema/xeebo-error-schema-v1.0.0.json#/definitions/errorURLType"
  22.         }
  23.     },
  24.     "required": [
  25.         "status"
  26.     ],
  27.     "additionalProperties": false
  28. }
JSON schema data description
Path/Attribute Title Description Required