Skip to content

Commit

Permalink
chore: remove required fields (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
yapyuyou authored Mar 1, 2024
1 parent 5f7b366 commit ec8c7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/4.0/schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"description": "URL of a decentralised renderer to render this document"
}
},
"required": ["renderMethodType", "name", "url"]
"required": ["name"]
},
"credentialSubject": {
"type": "object",
Expand Down

0 comments on commit ec8c7b3

Please sign in to comment.