Skip to content

Commit

Permalink
fix: swagger validation errors
Browse files Browse the repository at this point in the history
Signed-off-by: Sownak Roy <[email protected]>
  • Loading branch information
sownak committed Dec 9, 2024
1 parent c409fe9 commit 6364c09
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/static/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@
"verificationMethod": {
"type": "array",
"items": {
"$ref": "#/components/schemas/DidDocumentVerificationMethod"
"$ref": "#/components/schemas/VerificationMethodTemplate"
}
},
"service": {
Expand Down Expand Up @@ -886,13 +886,6 @@
"did:cheqd:testnet:ca9ff47c-0286-4614-a4be-8ffa83911e09"
]
},
"DidDocumentVerificationMethod": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": {}
}
},
"DidDocumentService": {
"type": "array",
"items": {
Expand Down Expand Up @@ -1031,7 +1024,6 @@
},
"properties": {
"state": {
"example": "finished",
"$ref": "#/components/schemas/String"
},
"did": {
Expand Down

0 comments on commit 6364c09

Please sign in to comment.