Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: replace w3id.org #DateTime types with w3.org #dateTime types #228

Merged
merged 1 commit into from
Dec 14, 2021

Conversation

rhofvendahl
Copy link
Collaborator

Replaces all 6 instances of \"@type\": \"https://w3id.org/traceability#DateTime\" with \"@type\": \"http://www.w3.org/2001/XMLSchema#dateTime\", as specified in #213.

"title": "dateOfEntry",
"description": "Date when the the package entered the port of entry.",
"type": "string"
},
"signatureDate": {
"$comment": "{\"term\": \"signatureDate\", \"@id\": \"https://w3id.org/traceability#signatureDate\", \"@type\": \"https://w3id.org/traceability#DateTime\"}",
"$comment": "{\"term\": \"signatureDate\", \"@id\": \"https://w3id.org/traceability#signatureDate\", \"@type\": \"http://www.w3.org/2001/XMLSchema#dateTime\"}",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I question why we have this here... and why its not the issuanceDate or proof.created values... this is why Credential Types are needed not just JSON-LD Class types... still its orthogonal to the purpose of this PR.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My understanding is this is a 1-1 from a physical document, I could be wrong though

Copy link
Collaborator

@OR13 OR13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these changes are correct.

@OR13 OR13 merged commit 1e6e084 into w3c-ccg:main Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants