Create Claim Type

Covid-19 Status Card

Creatorw3n:widgetvrp
Number of attestations

0

Description:

COVID-19 status card detailing vaccination and infection history.

Creation date
Property 1
Name:
Contact Number
Type:
number
Property 2
Name:
Have you had COVID-19 before?
Type:
boolean
Property 3
Name:
Last PCR Date
Type:
string
Format:
date
Property 4
Name:
Name-Surname
Type:
string
Property 5
Name:
Number of vaccine doses received
Type:
integer
Allowed values:
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
Transaction0x6f5a01a8e6024d888223e7525146852e09121b2bb16fb05e7b8568be044e0e5d
Tags
Technical Details
{
  "$id": "kilt:ctype:0x5ba940cb3a3280a910b967162395e04bc2b6d72c5e3278c77432e47d584eea5c",
  "$schema": "ipfs://bafybeiah66wbkhqbqn7idkostj2iqyan2tstc4tpqt65udlhimd7hcxjyq/",
  "additionalProperties": false,
  "properties": {
    "Contact Number": {
      "type": "number"
    },
    "Have you had COVID-19 before?": {
      "type": "boolean"
    },
    "Last PCR Date": {
      "format": "date",
      "type": "string"
    },
    "Name-Surname": {
      "type": "string"
    },
    "Number of vaccine doses received": {
      "enum": [
        0,
        1,
        2,
        3,
        4,
        5
      ],
      "type": "integer"
    }
  },
  "title": "Covid-19 Status Card",
  "type": "object"
}