{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/response-apierror", "title": "response.APIError", "type": "object", "properties": { "code": { "description": "support to guardian-api code.", "type": "integer" }, "details": { "type": "array", "items": { "$ref": "#/definitions/response.ErrorDetail" } }, "message": { "type": "string" } } }