[OpenID-Specs-eKYC-IDA] Issue #1189: JSON-Schema wrong type for evidence:created_at (openid/ekyc-ida)

marsangr issues-reply at bitbucket.org
Fri Apr 3 04:37:34 UTC 2020


New issue 1189: JSON-Schema wrong type for evidence:created_at
https://bitbucket.org/openid/ekyc-ida/issues/1189/json-schema-wrong-type-for-evidence

Marcos Sanz:

The spec says

`created_at`: The time the signature was created as ISO 8601:2004 `YYYY-MM-DDThh:mm[:ss]TZD` format.

however the schema uses a date type instead of a time

```
              "created_at": {
                "$ref": "#/definitions/date_type"
              }
```

‌




More information about the Openid-specs-ekyc-ida mailing list