{
  "id": "tradle.Check",
  "type": "tradle.Model",
  "title": "Check",
  "abstract": true,
  "properties": {
    "provider": {
      "type": "string",
      "readOnly": true
    },
    "status": {
      "type": "object",
      "ref": "tradle.Status",
      "readOnly": true
    },
    "message": {
      "type": "string",
      "displayName": true,
      "readOnly": true
    },
    "resultDetails": {
      "type": "string"
    },
    "application": {
      "type": "object",
      "ref": "tradle.Application"
    },
    "aspects": {
      "type": "string"
    },
    "isInactive": {
      "type": "boolean"
    },
    "providerReferenceNumber": {
      "type": "string"
    }
  },
  "required": [
    "provider"
  ]
}
