Skip to content

Commit

Permalink
deploy: 419f5cb
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhraisha committed Aug 8, 2023
1 parent 15f2640 commit bc3760f
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 4 deletions.
17 changes: 16 additions & 1 deletion openapi/components/schemas/credentials/EntryNumberCredential.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,22 @@ example: |-
"Organization"
],
"id": "did:key:z6MktHQo3fRRohk44dsbE76CuiTpBmyMWq2VVjvV6aBSeE3U",
"name": "Onwards A/S"
"name": "Onwards A/S",
"location": {
"type": [
"Place"
],
"address": {
"type": [
"PostalAddress"
],
"streetAddress": "19 Knox St",
"addressLocality": "Toronto",
"addressRegion": "ON",
"addressCountry": "CA",
"postalCode": "M3B 1A2"
}
}
},
"issuanceDate": "2022-11-01T10:58:45-04:00",
"credentialSubject": {
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi.bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -649432,7 +649432,7 @@
"issuer",
"credentialSubject"
],
"example": "{\n \"@context\": [\n \"https://www.w3.org/2018/credentials/v1\",\n \"https://w3id.org/traceability/v1\"\n ],\n \"id\": \"http://example.com/dd0c6f9a-5df6-40a3-bb34-863cd1fda606\",\n \"type\": [\n \"VerifiableCredential\",\n \"EntryNumberCredential\"\n ],\n \"issuer\": {\n \"type\": [\n \"Organization\"\n ],\n \"id\": \"did:key:z6MktHQo3fRRohk44dsbE76CuiTpBmyMWq2VVjvV6aBSeE3U\",\n \"name\": \"Onwards A/S\"\n },\n \"issuanceDate\": \"2022-11-01T10:58:45-04:00\",\n \"credentialSubject\": {\n \"type\": [\n \"EntryNumber\"\n ],\n \"entryNumber\": \"12345123456\"\n }\n}"
"example": "{\n \"@context\": [\n \"https://www.w3.org/2018/credentials/v1\",\n \"https://w3id.org/traceability/v1\"\n ],\n \"id\": \"http://example.com/dd0c6f9a-5df6-40a3-bb34-863cd1fda606\",\n \"type\": [\n \"VerifiableCredential\",\n \"EntryNumberCredential\"\n ],\n \"issuer\": {\n \"type\": [\n \"Organization\"\n ],\n \"id\": \"did:key:z6MktHQo3fRRohk44dsbE76CuiTpBmyMWq2VVjvV6aBSeE3U\",\n \"name\": \"Onwards A/S\",\n \"location\": {\n \"type\": [\n \"Place\"\n ],\n \"address\": {\n \"type\": [\n \"PostalAddress\"\n ],\n \"streetAddress\": \"19 Knox St\",\n \"addressLocality\": \"Toronto\",\n \"addressRegion\": \"ON\",\n \"addressCountry\": \"CA\",\n \"postalCode\": \"M3B 1A2\"\n }\n }\n },\n \"issuanceDate\": \"2022-11-01T10:58:45-04:00\",\n \"credentialSubject\": {\n \"type\": [\n \"EntryNumber\"\n ],\n \"entryNumber\": \"12345123456\"\n }\n}"
}
}
}
Expand Down
17 changes: 16 additions & 1 deletion sections/credentials.html
Original file line number Diff line number Diff line change
Expand Up @@ -2684,7 +2684,22 @@ <h2>Entry Number Credential</h2>
"Organization"
],
"id": "did:key:z6MktHQo3fRRohk44dsbE76CuiTpBmyMWq2VVjvV6aBSeE3U",
"name": "Onwards A/S"
"name": "Onwards A/S",
"location": {
"type": [
"Place"
],
"address": {
"type": [
"PostalAddress"
],
"streetAddress": "19 Knox St",
"addressLocality": "Toronto",
"addressRegion": "ON",
"addressCountry": "CA",
"postalCode": "M3B 1A2"
}
}
},
"issuanceDate": "2022-11-01T10:58:45-04:00",
"credentialSubject": {
Expand Down
2 changes: 1 addition & 1 deletion testsuite/jest-html-reporters-attach/result.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc3760f

Please sign in to comment.