JSON-Schema wrong type for evidence:created_at

Issue #1189 resolved
Marcos Sanz created an issue

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"
              }

Comments (2)

  1. Log in to comment