Skip to content

Commit

Permalink
fix: bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nis Jespersen committed Sep 5, 2024
1 parent e07e02a commit 763fb04
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/openapi/components/schemas/credentials/WebLeiCredential.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -267,7 +267,7 @@ required:
- '@context'
- type
- id
- validFrom
- issuanceDate
- issuer
- credentialSubject
- credentialSchema
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 763fb04

Please sign in to comment.