invalid components: schema "GetLeadResponse": invalid example: string doesn't match the regular expression "^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z$"
Schema:
  {
    "description": "Date created in ISO 8601 format",
    "example": "2020-09-30T07:43:32Z",
    "nullable": true,
    "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}.\\d{3}Z$",
    "readOnly": true,
    "type": "string"
  }

Value:
  "2020-09-30T07:43:32Z"
