Skip to content

Commit

Permalink
fix(core-types): regenerate plugin schema (#1416)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickreynolds authored Sep 5, 2024
1 parent d601338 commit 01de67d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/core-types/src/plugin.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4363,7 +4363,15 @@ export const schema = {
"description": "The data type for `@context` properties of credentials, presentations, etc."
},
"DateType": {
"type": "string",
"anyOf": [
{
"type": "string"
},
{
"type": "string",
"format": "date-time"
}
],
"description": "Represents an issuance or expiration date for Credentials / Presentations. This is used as input when creating them."
},
"CredentialStatusReference": {
Expand Down

0 comments on commit 01de67d

Please sign in to comment.