From 8663f88503f33157d4a6babceb1974b609e119b6 Mon Sep 17 00:00:00 2001 From: Yen Le Date: Thu, 28 Nov 2024 16:50:43 +0700 Subject: [PATCH] docs: update doc for validUntil --- .../docs/mock-apps/services/process-aggregation-event.md | 3 ++- .../docs/mock-apps/services/process-association-event.md | 5 +++-- .../services/process-digital-conformity-credential.md | 5 +++-- .../mock-apps/services/process-digital-facility-record.md | 4 ++-- .../mock-apps/services/process-digital-identity-anchor.md | 4 ++-- documentation/docs/mock-apps/services/process-dpp.md | 4 ++-- .../docs/mock-apps/services/process-object-event.md | 4 ++-- .../docs/mock-apps/services/process-traceability-event.md | 4 ++-- .../docs/mock-apps/services/process-transaction-event.md | 4 ++-- .../services/process-transformation-event-only.md | 6 +++--- .../mock-apps/services/process-transformation-event.md | 7 ++++--- 11 files changed, 27 insertions(+), 23 deletions(-) diff --git a/documentation/docs/mock-apps/services/process-aggregation-event.md b/documentation/docs/mock-apps/services/process-aggregation-event.md index 4dadc956..4bc85fcd 100644 --- a/documentation/docs/mock-apps/services/process-aggregation-event.md +++ b/documentation/docs/mock-apps/services/process-aggregation-event.md @@ -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", diff --git a/documentation/docs/mock-apps/services/process-association-event.md b/documentation/docs/mock-apps/services/process-association-event.md index 7e19bd4e..669f30c8 100644 --- a/documentation/docs/mock-apps/services/process-association-event.md +++ b/documentation/docs/mock-apps/services/process-association-event.md @@ -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": { diff --git a/documentation/docs/mock-apps/services/process-digital-conformity-credential.md b/documentation/docs/mock-apps/services/process-digital-conformity-credential.md index 2564c731..1c27f00c 100644 --- a/documentation/docs/mock-apps/services/process-digital-conformity-credential.md +++ b/documentation/docs/mock-apps/services/process-digital-conformity-credential.md @@ -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": { diff --git a/documentation/docs/mock-apps/services/process-digital-facility-record.md b/documentation/docs/mock-apps/services/process-digital-facility-record.md index 5fe954d6..4ed974a0 100644 --- a/documentation/docs/mock-apps/services/process-digital-facility-record.md +++ b/documentation/docs/mock-apps/services/process-digital-facility-record.md @@ -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", @@ -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. | - diff --git a/documentation/docs/mock-apps/services/process-digital-identity-anchor.md b/documentation/docs/mock-apps/services/process-digital-identity-anchor.md index b4d0052a..8a539fe0 100644 --- a/documentation/docs/mock-apps/services/process-digital-identity-anchor.md +++ b/documentation/docs/mock-apps/services/process-digital-identity-anchor.md @@ -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", @@ -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. | - diff --git a/documentation/docs/mock-apps/services/process-dpp.md b/documentation/docs/mock-apps/services/process-dpp.md index 8ff11b7c..c541d5f2 100644 --- a/documentation/docs/mock-apps/services/process-dpp.md +++ b/documentation/docs/mock-apps/services/process-dpp.md @@ -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", @@ -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. | - diff --git a/documentation/docs/mock-apps/services/process-object-event.md b/documentation/docs/mock-apps/services/process-object-event.md index b05fe9ca..ca1a6410 100644 --- a/documentation/docs/mock-apps/services/process-object-event.md +++ b/documentation/docs/mock-apps/services/process-object-event.md @@ -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", @@ -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. | - diff --git a/documentation/docs/mock-apps/services/process-traceability-event.md b/documentation/docs/mock-apps/services/process-traceability-event.md index 64ec02b0..0e69f25e 100644 --- a/documentation/docs/mock-apps/services/process-traceability-event.md +++ b/documentation/docs/mock-apps/services/process-traceability-event.md @@ -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", @@ -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. | - diff --git a/documentation/docs/mock-apps/services/process-transaction-event.md b/documentation/docs/mock-apps/services/process-transaction-event.md index b70ec84b..2b6d666e 100644 --- a/documentation/docs/mock-apps/services/process-transaction-event.md +++ b/documentation/docs/mock-apps/services/process-transaction-event.md @@ -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", @@ -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. | - diff --git a/documentation/docs/mock-apps/services/process-transformation-event-only.md b/documentation/docs/mock-apps/services/process-transformation-event-only.md index 47c46f7a..2f49799a 100644 --- a/documentation/docs/mock-apps/services/process-transformation-event-only.md +++ b/documentation/docs/mock-apps/services/process-transformation-event-only.md @@ -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": { @@ -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. | - diff --git a/documentation/docs/mock-apps/services/process-transformation-event.md b/documentation/docs/mock-apps/services/process-transformation-event.md index 25c69c03..065685f2 100644 --- a/documentation/docs/mock-apps/services/process-transformation-event.md +++ b/documentation/docs/mock-apps/services/process-transformation-event.md @@ -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", @@ -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": [ { @@ -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. | -