From fe59c8a266de58f5a6ad96938890c06566ceca79 Mon Sep 17 00:00:00 2001 From: Chris <34170038+bluesteens@users.noreply.github.com> Date: Wed, 17 Jul 2024 12:12:30 +0200 Subject: [PATCH 1/4] Claim: Subject Associated Identifier edited --- specification/draft/index.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/specification/draft/index.html b/specification/draft/index.html index b9fe9db..acae43b 100644 --- a/specification/draft/index.html +++ b/specification/draft/index.html @@ -818,12 +818,9 @@

Claim: Country

Claim: Subject Associated Identifier

- This attribute pair is OPTIONAL. it can be used to associate an identifier with the Subject DID of the - credential. As an example, a company's GLN can be associated with their GLN which is used in TI/TS EPCIS events - and PI Verification request and response messages. This can be used as an additional integrity check of the PI - Verification request or response message as the Associated Identifier Value should match the Requester GLN or - Responder GLN. It can also be used as an audit aid in collecting all communications about a product (connects - EPCIS, PI Verifications, and future Trace messages). + This attribute is OPTIONAL. It can be used to associate one or more identifiers with the Subject DID of the + credential. For example, a company's GLN may be inserted to associate the credential with respective TI/TS EPCIS events + or PI Verification messages.

@@ -880,7 +877,7 @@

Example DSCSA-ATP-Credential

"identifier": { "@type":"PropertyValue", "propertyID":"globalLocationNumber", - "value":"1234567890123" + "value":"1234567890123, 1234567890234" }, "streetAddress":"Test Street 123", "addressLocality":"Testlocality", From 818102d43c1ca8c53b9576dcde4fb0ebd19088cc Mon Sep 17 00:00:00 2001 From: Sebastian Dechant <763247+S3bb1@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:16:43 +0000 Subject: [PATCH 2/4] chore: align identifier to be an array of elements --- specification/draft/index.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/specification/draft/index.html b/specification/draft/index.html index acae43b..1838645 100644 --- a/specification/draft/index.html +++ b/specification/draft/index.html @@ -874,11 +874,15 @@

Example DSCSA-ATP-Credential

"issuerName":"IssuerCompany Corp.", "legalName":"Testcompany", "organizationType":"Wholesaler", - "identifier": { + "identifier": [{ "@type":"PropertyValue", "propertyID":"globalLocationNumber", - "value":"1234567890123, 1234567890234" - }, + "value":"1234567890123" + },{ + "@type":"PropertyValue", + "propertyID":"globalLocationNumber", + "value":"1234567890234" + }], "streetAddress":"Test Street 123", "addressLocality":"Testlocality", "addressRegion":"Testregion", From 987169b378bf64c694e376e0d200e0cfa6aa7425 Mon Sep 17 00:00:00 2001 From: alexcolganLD <44383456+alexcolganLD@users.noreply.github.com> Date: Mon, 12 Aug 2024 11:09:27 -0300 Subject: [PATCH 3/4] Removed TI reference, changed redundant GLN --- specification/draft/index.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/specification/draft/index.html b/specification/draft/index.html index 1838645..86ec802 100644 --- a/specification/draft/index.html +++ b/specification/draft/index.html @@ -819,8 +819,7 @@

Claim: Country

Claim: Subject Associated Identifier

This attribute is OPTIONAL. It can be used to associate one or more identifiers with the Subject DID of the - credential. For example, a company's GLN may be inserted to associate the credential with respective TI/TS EPCIS events - or PI Verification messages. + credential. For example, a company's GLN may be inserted to associate the credential with PI Verification messages.

@@ -880,8 +879,8 @@

Example DSCSA-ATP-Credential

"value":"1234567890123" },{ "@type":"PropertyValue", - "propertyID":"globalLocationNumber", - "value":"1234567890234" + "propertyID":"DUNSNumber", + "value":"987654321" }], "streetAddress":"Test Street 123", "addressLocality":"Testlocality", From fbaa31fe2cb885f14d0188139e50264039e5b077 Mon Sep 17 00:00:00 2001 From: alexcolganLD <44383456+alexcolganLD@users.noreply.github.com> Date: Mon, 12 Aug 2024 11:12:01 -0300 Subject: [PATCH 4/4] Updated dates prior to release --- specification/draft/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/draft/index.html b/specification/draft/index.html index 86ec802..9756910 100644 --- a/specification/draft/index.html +++ b/specification/draft/index.html @@ -19,14 +19,14 @@ Credential Schema -

v1.2.0

+

v1.3.0