Skip to content

Commit

Permalink
update name to EnvironmentalFootprint
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhraisha committed Apr 18, 2024
1 parent 7f0f43b commit 2399039
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$linkedData:
term: EnvironmentFootprintCredential
'@id': https://w3id.org/traceability#EnvironmentFootprintCredential
title: EnvironmentFootprintCredential
term: EnvironmentalFootprintCredential
'@id': https://w3id.org/traceability#EnvironmentalFootprintCredential
title: EnvironmentalFootprintCredential
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
- EnvironmentFootprintCredential
- EnvironmentalFootprintCredential
default:
- VerifiableCredential
- EnvironmentFootprintCredential
- EnvironmentalFootprintCredential
items:
type: string
enum:
- VerifiableCredential
- EnvironmentFootprintCredential
- EnvironmentalFootprintCredential
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/EnvironmentFootprintCredential.yml
default: https://w3id.org/traceability/openapi/components/schemas/credentials/EnvironmentFootprintCredential.yml
example: https://w3id.org/traceability/openapi/components/schemas/credentials/EnvironmentalFootprintCredential.yml
default: https://w3id.org/traceability/openapi/components/schemas/credentials/EnvironmentalFootprintCredential.yml
readOnly: true
type:
title: Type
Expand Down Expand Up @@ -84,14 +84,14 @@ properties:
type:
type: array
readOnly: true
const:
const:
- Pollutants
default:
- Pollutants
items:
type: string
enum:
- Pollutants
- Pollutants
CO2:
title: CO2
description: amount of carbon dioxide released into the atmosphere, measured in kilograms
Expand Down Expand Up @@ -123,7 +123,7 @@ example: |-
"id": "http://example.com/dd0c6f9a-5df6-40a3-bb34-863cd1fda606",
"type": [
"VerifiableCredential",
"EnvironmentFootprintCredential"
"EnvironmentalFootprintCredential"
],
"issuer": {
"type": [
Expand All @@ -142,4 +142,4 @@ example: |-
},
"CO2e": "1190"
}
}
}

0 comments on commit 2399039

Please sign in to comment.