Middesk · Schema

ErrorResponse

Business VerificationKYBKnow Your BusinessIdentity VerificationComplianceEIN ValidationTIN VerificationSanctions ScreeningBusiness MonitoringFintechRegTech

Properties

Name Type Description
errors array
View JSON Schema on GitHub

JSON Schema

errorresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/middesk/main/json-schema/errorresponse.json",
  "title": "ErrorResponse",
  "type": "object",
  "properties": {
    "errors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/type_:ErrorResponseErrorsItem"
      }
    }
  },
  "required": [
    "errors"
  ]
}