Application reject response
Application reject response schema
JSON schema
{
    "$schema": "http://json-schema.org/draft-04/schema", 
    "id": "http://api.xeebo.com/schema/xeebo-rest-application-reject-response-schema-v1.0.0.json", 
    "title": "Application reject response", 
    "description": "Application reject response schema", 
    "type": "object", 
    "properties": {
        "status": {
            "$ref": "http://api.xeebo.com/schema/xeebo-error-schema-v1.0.0.json#/definitions/statusCodeType"
        }, 
        "code": {
            "$ref": "http://api.xeebo.com/schema/xeebo-error-schema-v1.0.0.json#/definitions/errorCodeType"
        }, 
        "error": {
            "$ref": "http://api.xeebo.com/schema/xeebo-error-schema-v1.0.0.json#/definitions/errorMessageType"
        }, 
        "description": {
            "$ref": "http://api.xeebo.com/schema/xeebo-error-schema-v1.0.0.json#/definitions/errorDescriptionType"
        }, 
        "url": {
            "$ref": "http://api.xeebo.com/schema/xeebo-error-schema-v1.0.0.json#/definitions/errorURLType"
        }
    }, 
    "required": [
        "status"
    ], 
    "additionalProperties": false
}
JSON schema data description
Path/Attribute Title Description Required