Skip to content

Commit

Permalink
update name to EnvironmentalImapctCredential
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhraisha committed Apr 18, 2024
1 parent 2399039 commit d44d2e9
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$linkedData:
term: EnvironmentalFootprintCredential
'@id': https://w3id.org/traceability#EnvironmentalFootprintCredential
title: EnvironmentalFootprintCredential
term: environmentalImpactCredential
'@id': https://w3id.org/traceability#environmentalImpactCredential
title: environmentalImpactCredential
tags:
- Oil and Gas
description: A credential that represents the environmental impact of a product or event.
Expand All @@ -26,15 +26,15 @@ properties:
readOnly: true
const:
- VerifiableCredential
- EnvironmentalFootprintCredential
- environmentalImpactCredential
default:
- VerifiableCredential
- EnvironmentalFootprintCredential
- environmentalImpactCredential
items:
type: string
enum:
- VerifiableCredential
- EnvironmentalFootprintCredential
- environmentalImpactCredential
id:
type: string
format: uri
Expand All @@ -54,8 +54,8 @@ properties:
description: The url of the schema file to validate the shape of the json object
type: string
format: uri
example: https://w3id.org/traceability/openapi/components/schemas/credentials/EnvironmentalFootprintCredential.yml
default: https://w3id.org/traceability/openapi/components/schemas/credentials/EnvironmentalFootprintCredential.yml
example: https://w3id.org/traceability/openapi/components/schemas/credentials/environmentalImpactCredential.yml
default: https://w3id.org/traceability/openapi/components/schemas/credentials/environmentalImpactCredential.yml
readOnly: true
type:
title: Type
Expand Down Expand Up @@ -123,7 +123,7 @@ example: |-
"id": "http://example.com/dd0c6f9a-5df6-40a3-bb34-863cd1fda606",
"type": [
"VerifiableCredential",
"EnvironmentalFootprintCredential"
"environmentalImpactCredential"
],
"issuer": {
"type": [
Expand Down

0 comments on commit d44d2e9

Please sign in to comment.