How can I create my own Context?

I would like to know the steps to generate an original Context.

How can I create my own Context?

I want to add a custom context, similar to https://w3id.org/blockcerts/v3, and include my own attributes inside credentialSubject.

I believe I can achieve this by following these steps. Could you confirm if this is correct?

  1. Create a Context file (JSON-LD)
  2. Host the Context file
  3. Add the custom Context to the @context of the Verifiable Credential (VC)

To test whether my Context is working correctly, I plan to use the following tool. Is this the right approach?

Hi @HarukiK,

Your approach seems correct indeed. You will need to define a type, and there will be some fine tuning needed. Make sure your document is correctly normalized (that all the properties of your json appear in the normalized output) to ensure you are not missing any definition in your context.