Skip to main content

2. Creating your first credential schema

Overview

A credential schema defines the structure and content of your credentials. You'll choose a format and create the attributes – like name, email, or certification date – that you'll fill in when issuing.

Prerequisites

Steps

  1. Navigate to Credential schemas

  • Click "Credential schemas"
  • Click "New credential schema"
  1. Setup the schema

  • Enter a name
  • Select "Software" for Wallet key storage type
  • Select "IETF SD-JWT VC"
  • Select "Token Status List" for revocation method
  • Check "Allow suspension" box
  • Enter "employee-badge"
  • Click "Next step"
  1. Define the attributes

  • Click "Add another attribute" four times
  • Enter "Name" for an attribute
  • Enter "Employee ID" for an attribute key
  • Enter "Department" for an attribute key
  • Enter "Start Date" for an attribute key
  • Select "Date" for attribute type
  • Enter "Active Status" for an attribute key
  • Select "Boolean" for attribute type
  • Click "Next step"
  1. Credential design

  • Select "Employee ID" for primary attribute to display
  • Select "Name" for secondary attribute to display
  • Click "Next step" → "Generate"

Next steps

Continue to Issuing your first credential schema.