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

Review the JSONSchema in VC #1860

Open
Kailai-Wang opened this issue Jul 8, 2023 · 2 comments
Open

Review the JSONSchema in VC #1860

Kailai-Wang opened this issue Jul 8, 2023 · 2 comments
Assignees
Labels
D1-feature A new feature, a piece of functionality that needs to be developed I3-high should be completed within 5 working days Stale

Comments

@Kailai-Wang
Copy link
Collaborator

Kailai-Wang commented Jul 8, 2023

Context

At present the JSON schema in VC is pretty much a placeholder, it's neither used nor contains the real schema information. The schema registry is empty too.

There's some code prepared in the VCMP pallet. Meanwhile, we have some TODOs in the vc generation, e.g.:

pub fn validate_schema(&self) -> Result<(), Error> {
//ToDo: fetch schema from Parentchain and check its status
Ok(())
}

Tasks:

  • do the search, maybe refer to w3c standard
  • review the usage of JSONSchema
  • decide on the right workflow including the store, retrieval, version management, content generation ...

We can implement it along with the review if not too sophisticated, otherwise let's have dedicated issues for the implementation.


✔️ Please set appropriate labels and assignees if applicable.

@Kailai-Wang Kailai-Wang added I3-high should be completed within 5 working days D1-feature A new feature, a piece of functionality that needs to be developed labels Jul 8, 2023
@Kailai-Wang Kailai-Wang self-assigned this Jul 24, 2023
@Kailai-Wang
Copy link
Collaborator Author

I have been reviewing and double-checking this recently, maybe I can provide some feedbacks/comments too

@github-actions
Copy link
Contributor

❗ This issue is stale because it has been open for 60 days with no activity.
Please take proper action against it.
@litentry/parachain

@github-actions github-actions bot added the Stale label Sep 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D1-feature A new feature, a piece of functionality that needs to be developed I3-high should be completed within 5 working days Stale
Projects
None yet
Development

No branches or pull requests

2 participants