Imperva Cloud Application Security - ApiResult schema
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ApiResult", "description": "Imperva Cloud Application Security - ApiResult schema", "type": "object", "properties": { "res": { "type": "integer", "description": "res - contains specific error code", "format": "int32", "example": 0 }, "res_message": { "type": "string", "example": "OK" }, "debug_info": { "type": "array", "items": { "type": "object", "additionalProperties": { "type": "object", "example": {} }, "example": {} } } } }