Skip to content

Commit

Permalink
deploy: 6feaf94
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhraisha committed Dec 14, 2023
1 parent 4237250 commit 4590af7
Show file tree
Hide file tree
Showing 8 changed files with 90 additions and 32 deletions.
2 changes: 1 addition & 1 deletion contexts/traceability-v1.jsonld

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion credentials-with-issuer-dependent-terms.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
},
{
"type": "DeliveryScheduleCredential",
"count": 8
"count": 12
},
{
"type": "DCSATransportDocumentCredential",
Expand Down
32 changes: 24 additions & 8 deletions openapi/components/schemas/common/DeliverySchedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,20 +90,34 @@ properties:
$linkedData:
term: injectionVolume
'@id': https://w3id.org/traceability#QuantitativeValue
injectionDate:
title: Injection Date
description: The planned time for crude oil injection starts
injectionStartDate:
title: Injection Start Date
description: The planned time for crude oil injection to start
type: string
$linkedData:
term: injectionDate
'@id': https://schema.org/departureTime
deliveryDate:
title: Delivery Date
description: The planned time for crude oil delivery starts
injectionEndDate:
title: Injection End Date
description: The planned time for crude oil injection to end
type: string
$linkedData:
term: injectionEndDate
'@id': https://schema.org/departureTime
deliveryStartDate:
title: Delivery Start Date
description: The planned time for crude oil delivery to start
type: string
$linkedData:
term: deliveryDate
'@id': https://schema.org/arrivalTime
deliveryEndDate:
title: Delivery End Date
description: The planned time for crude oil delivery to end
type: string
$linkedData:
term: deliveryEndDate
'@id': https://schema.org/arrivalTime
portOfEntry:
title: Port of Entry
description: The port where the commodity crosses the border.
Expand Down Expand Up @@ -247,8 +261,10 @@ example: |-
"unitCode":"bbl"
}
],
"injectionDate":"2022-05-01 10:13:00 PM",
"deliveryDate":"2022-05-01 10:13:00 PM",
"injectionStartDate":"2022-05-01 10:13:00 PM",
"injectionEndDate":"2022-05-01 12:13:00 PM",
"deliveryStartDate":"2022-05-10 10:13:00 PM",
"deliveryEndDate":"2022-05-10 12:13:00 PM",
"portOfEntry":{
"type":[
"Place"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,10 @@ example: |-
"unitCode": "bbl"
}
],
"injectionDate": "2022-05-01 10:13:00 PM",
"deliveryDate": "2022-05-01 10:13:00 PM",
"injectionStartDate": "2022-05-01 10:13:00 PM",
"injectionEndDate": "2022-05-01 12:13:00 PM",
"deliveryStartDate": "2022-05-10 10:13:00 PM",
"deliveryEndDate": "2022-05-10 12:13:00 PM",
"portOfEntry": {
"type": [
"Place"
Expand Down
66 changes: 51 additions & 15 deletions openapi/openapi.bundled.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions sections/credentials.html
Original file line number Diff line number Diff line change
Expand Up @@ -2674,8 +2674,10 @@ <h2>Delivery Schedule Credential</h2>
"unitCode": "bbl"
}
],
"injectionDate": "2022-05-01 10:13:00 PM",
"deliveryDate": "2022-05-01 10:13:00 PM",
"injectionStartDate": "2022-05-01 10:13:00 PM",
"injectionEndDate": "2022-05-01 12:13:00 PM",
"deliveryStartDate": "2022-05-10 10:13:00 PM",
"deliveryEndDate": "2022-05-10 12:13:00 PM",
"portOfEntry": {
"type": [
"Place"
Expand Down
6 changes: 4 additions & 2 deletions sections/vocab.html
Original file line number Diff line number Diff line change
Expand Up @@ -3244,8 +3244,10 @@ <h2>Delivery Schedule</h2>
"unitCode":"bbl"
}
],
"injectionDate":"2022-05-01 10:13:00 PM",
"deliveryDate":"2022-05-01 10:13:00 PM",
"injectionStartDate":"2022-05-01 10:13:00 PM",
"injectionEndDate":"2022-05-01 12:13:00 PM",
"deliveryStartDate":"2022-05-10 10:13:00 PM",
"deliveryEndDate":"2022-05-10 12:13:00 PM",
"portOfEntry":{
"type":[
"Place"
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 4590af7

Please sign in to comment.