Skip to content

Commit

Permalink
chore: schema generation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Brummos committed Oct 16, 2024
1 parent 97b8779 commit 2d3b5b7
Show file tree
Hide file tree
Showing 7 changed files with 173 additions and 173 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,10 @@ export const AuthorizationRequestPayloadVD11SchemaObj = {
},
"logo_uri": {
"anyOf": [
{},
{
"type": "string"
}
},
{}
]
},
"client_purpose": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,10 @@ export const AuthorizationRequestPayloadVD12OID4VPD18SchemaObj = {
},
"logo_uri": {
"anyOf": [
{},
{
"type": "string"
}
},
{}
]
},
"client_purpose": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,10 @@ export const AuthorizationRequestPayloadVD12OID4VPD20SchemaObj = {
},
"logo_uri": {
"anyOf": [
{},
{
"type": "string"
}
},
{}
]
},
"client_purpose": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,10 @@ export const AuthorizationRequestPayloadVID1SchemaObj = {
},
"logo_uri": {
"anyOf": [
{},
{
"type": "string"
}
},
{}
]
},
"client_purpose": {
Expand Down
Loading

0 comments on commit 2d3b5b7

Please sign in to comment.