diff --git a/src/static/swagger.json b/src/static/swagger.json index 88366f5..8dca7ee 100644 --- a/src/static/swagger.json +++ b/src/static/swagger.json @@ -848,7 +848,7 @@ "verificationMethod": { "type": "array", "items": { - "$ref": "#/components/schemas/DidDocumentVerificationMethod" + "$ref": "#/components/schemas/VerificationMethodTemplate" } }, "service": { @@ -886,13 +886,6 @@ "did:cheqd:testnet:ca9ff47c-0286-4614-a4be-8ffa83911e09" ] }, - "DidDocumentVerificationMethod": { - "type": "array", - "items": { - "type": "object", - "additionalProperties": {} - } - }, "DidDocumentService": { "type": "array", "items": { @@ -1031,7 +1024,6 @@ }, "properties": { "state": { - "example": "finished", "$ref": "#/components/schemas/String" }, "did": {