Skip to content

Commit

Permalink
docs: update doc for validUntil
Browse files Browse the repository at this point in the history
  • Loading branch information
ldhyen99 committed Nov 28, 2024
1 parent b869d94 commit 8663f88
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ P-->>C: Return VC and resolver URL
}
],
"dlrLinkTitle": "Aggregation Event",
"dlrVerificationPage": "https://verify.example.com"
"dlrVerificationPage": "https://verify.example.com",
"validUntil": "2025-11-28T04:47:15.136Z"
},
"storage": {
"url": "http://localhost:3334/v1/documents",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,13 @@ P-->>C: Return association event VC and resolver URL
}
],
"dlrLinkTitle": "Association Event",
"dlrVerificationPage": "https://verify.example.com"
"dlrVerificationPage": "https://verify.example.com",
"validUntil": "2025-11-28T04:47:15.136Z"
},
"storage": {
"url": "https://storage.example.com/upload",
"params": {
"bucket": "bucket-name",
"bucket": "bucket-name"
}
},
"dlr": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,13 @@ P-->>C: Return digital conformity credential VC and resolver URL
}
],
"dlrLinkTitle": "DigitalConformityCredential",
"dlrVerificationPage": "https://verify.example.com"
"dlrVerificationPage": "https://verify.example.com",
"validUntil": "2025-11-28T04:47:15.136Z"
},
"storage": {
"url": "https://storage.example.com/upload",
"params": {
"bucket": "bucket-name",
"bucket": "bucket-name"
}
},
"dlr": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ P-->>C: Return digital facility record VC and resolver URL
}
],
"dlrLinkTitle": "DigitalFacilityRecord",
"dlrVerificationPage": "https://verify.example.com"
"dlrVerificationPage": "https://verify.example.com",
"validUntil": "2025-11-28T04:47:15.136Z"
},
"storage": {
"url": "http://localhost:3334/v1/documents",
Expand Down Expand Up @@ -97,4 +98,3 @@ P-->>C: Return digital facility record VC and resolver URL
| Type | Description |
| ---------- | ------------------------------------------------------------------------------------------------------------------------ |
| ReturnData | It processes the input data or generates data independently and returns the processed result after successful execution. |

Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ P-->>C: Return digital identity anchor VC and resolver URL
}
],
"dlrLinkTitle": "DigitalIdentityAnchor",
"dlrVerificationPage": "https://verify.example.com"
"dlrVerificationPage": "https://verify.example.com",
"validUntil": "2025-11-28T04:47:15.136Z"
},
"storage": {
"url": "http://localhost:3334/v1/documents",
Expand Down Expand Up @@ -97,4 +98,3 @@ P-->>C: Return digital identity anchor VC and resolver URL
| Type | Description |
| ---------- | ------------------------------------------------------------------------------------------------------------------------ |
| ReturnData | It processes the input data or generates data independently and returns the processed result after successful execution. |

4 changes: 2 additions & 2 deletions documentation/docs/mock-apps/services/process-dpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ P-->>C: Return VC and resolver URL
],
"type": ["DigitalProductPassport"],
"dlrLinkTitle": "Steel Passport",
"dlrVerificationPage": "http://localhost:3332/verify"
"dlrVerificationPage": "http://localhost:3332/verify",
"validUntil": "2025-11-28T04:47:15.136Z"
},
"dlr": {
"dlrAPIUrl": "https://dlr.example.com",
Expand Down Expand Up @@ -114,4 +115,3 @@ P-->>C: Return VC and resolver URL
| Type | Description |
| ---------- | ------------------------------------------------------------------------------------------------------------------------ |
| ReturnData | It processes the input data or generates data independently and returns the processed result after successful execution. |

4 changes: 2 additions & 2 deletions documentation/docs/mock-apps/services/process-object-event.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ P-->>C: Return object event VC and resolver URL
}
],
"dlrLinkTitle": "Object Event",
"dlrVerificationPage": "https://verify.example.com"
"dlrVerificationPage": "https://verify.example.com",
"validUntil": "2025-11-28T04:47:15.136Z"
},
"storage": {
"url": "http://localhost:3334/v1/documents",
Expand Down Expand Up @@ -97,4 +98,3 @@ P-->>C: Return object event VC and resolver URL
| Type | Description |
| ---------- | ------------------------------------------------------------------------------------------------------------------------ |
| ReturnData | It processes the input data or generates data independently and returns the processed result after successful execution. |

Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ P-->>C: Return event VC and resolver URL
}
],
"dlrLinkTitle": "Traceability Event",
"dlrVerificationPage": "https://verify.example.com"
"dlrVerificationPage": "https://verify.example.com",
"validUntil": "2025-11-28T04:47:15.136Z"
},
"storage": {
"url": "http://localhost:3334/v1/documents",
Expand Down Expand Up @@ -93,4 +94,3 @@ P-->>C: Return event VC and resolver URL
| Type | Description |
| ---------- | ------------------------------------------------------------------------------------------------------------------------ |
| ReturnData | It processes the input data or generates data independently and returns the processed result after successful execution. |

Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ P-->>C: Return VC and resolver URL
}
],
"dlrLinkTitle": "Transaction Event",
"dlrVerificationPage": "https://verify.example.com"
"dlrVerificationPage": "https://verify.example.com",
"validUntil": "2025-11-28T04:47:15.136Z"
},
"storage": {
"url": "http://localhost:3334/v1/documents",
Expand Down Expand Up @@ -104,4 +105,3 @@ P-->>C: Return VC and resolver URL
| Type | Description |
| ---------- | ------------------------------------------------------------------------------------------------------------------------ |
| ReturnData | It processes the input data or generates data independently and returns the processed result after successful execution. |

Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,13 @@ P-->>C: Return transformation event VC and resolver URL
}
],
"dlrLinkTitle": "Transformation Event",
"dlrVerificationPage": "https://verify.example.com"
"dlrVerificationPage": "https://verify.example.com",
"validUntil": "2025-11-28T04:47:15.136Z"
},
"storage": {
"url": "https://storage.example.com/upload",
"params": {
"bucket": "bucket-name",
"bucket": "bucket-name"
}
},
"dlr": {
Expand Down Expand Up @@ -93,4 +94,3 @@ P-->>C: Return transformation event VC and resolver URL
| Type | Description |
| ---------- | ------------------------------------------------------------------------------------------------------------------------ |
| ReturnData | It processes the input data or generates data independently and returns the processed result after successful execution. |

Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ P-->>C: Return EPCIS VC
],
"dlrIdentificationKeyType": "gtin",
"dlrLinkTitle": "Transformation Event",
"dlrVerificationPage": "https://verify.example.com"
"dlrVerificationPage": "https://verify.example.com",
"validUntil": "2025-11-28T04:47:15.136Z"
},
"dlr": {
"dlrAPIUrl": "https://dlr.example.com/api",
Expand Down Expand Up @@ -95,7 +96,8 @@ P-->>C: Return EPCIS VC
],
"dlrIdentificationKeyType": "gtin",
"dlrLinkTitle": "Product DPP",
"dlrVerificationPage": "https://verify.example.com"
"dlrVerificationPage": "https://verify.example.com",
"validUntil": "2025-11-28T04:47:15.136Z"
},
"dppCredentials": [
{
Expand Down Expand Up @@ -153,4 +155,3 @@ P-->>C: Return EPCIS VC
| Type | Description |
| ---------- | ------------------------------------------------------------------------------------------------------------------------ |
| ReturnData | It processes the input data or generates data independently and returns the processed result after successful execution. |

0 comments on commit 8663f88

Please sign in to comment.