{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "rejectCode": {
      "type": "string",
      "minLength": 1,
      "maxLength": 40
    },
    "rejectText": {
      "type": "string",
      "maxLength": 500
    }
  }
}