Assurance: "date" in the "max_age" example

Issue #1138 closed
Takahiko Kawasaki created an issue

An example in Section 5.3:

{  
   "userinfo":{  
      "verified_claims":{  
         "verification":{  
            "date":{  
               "max_age":63113852
            }
         },
         "claims":null
      }
   }
}

”date” is used in the example, but shouldn’t it be ”time”?