You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the J-Son it states the issuance date as type string and format datetime.
Then it states expiry date only the format datetime. The type : string is missing.
"issuance_date": {
"description": "Date and possibly time of issuance",
"type": "string",
"format": "datetime"
},
"expiry_date": {
"description": "Date and possibly time of ODI expiration",
"format": "datetime"
},
The text was updated successfully, but these errors were encountered:
bartbink
changed the title
Dates in legal person identification
Dates in legal person identification in EUCC
Oct 30, 2024
https://github.com/EWC-consortium/eudi-wallet-rulebooks-and-schemas/blob/main/data-schemas/ds001-eu-company-certificate.json
In the J-Son it states the issuance date as type string and format datetime.
Then it states expiry date only the format datetime. The type : string is missing.
The text was updated successfully, but these errors were encountered: