diff --git a/docs/openapi/components/schemas/credentials/WebLeiCredential.yml b/docs/openapi/components/schemas/credentials/WebLeiCredential.yml index 3e9dffbba..a8753a13c 100644 --- a/docs/openapi/components/schemas/credentials/WebLeiCredential.yml +++ b/docs/openapi/components/schemas/credentials/WebLeiCredential.yml @@ -99,13 +99,13 @@ properties: type: array readOnly: true const: - - WebLei + - WebLEI default: - - WebLei + - WebLEI items: type: string enum: - - WebLei + - WebLEI id: title: Identifier description: Decentralized Identifier (DID) @@ -267,7 +267,7 @@ required: - '@context' - type - id - - validFrom + - issuanceDate - issuer - credentialSubject - credentialSchema @@ -279,8 +279,8 @@ example: |- ], "id": "http://example.com/dd0c6f9a-5df6-40a3-bb34-863cd1fda606", "credentialSchema": { - "type": "JsonSchema", - "id": "https://platform.transmute.industries/templates/urn:transmute:template:web-lei-credential" + "type": "OpenApiSpecificationValidator2022", + "id": "https://w3id.org/traceability/openapi/components/schemas/credentials/WebLEICredential.yml" }, "type": [ "VerifiableCredential", @@ -296,7 +296,7 @@ example: |- "issuanceDate": "2022-11-01T10:58:45-04:00", "credentialSubject": { "type": [ - "WebLei" + "WebLEI" ], "id": "did:web:organization.example.com", "lei": "12345678901011121314",