Create Claim Type

User Registration

Creatordid:kilt:4rWR3iYdVr9WqkU5ByZgf5M62ajjqXxYf3SBhj8yGnmau6Kb
Number of attestations

1

Creation date
Property 1
Name:
age
Type:
number
Property 2
Name:
birthday
Type:
string
Format:
date
Property 3
Name:
email
Type:
string
Property 4
Name:
isSubscribed
Type:
boolean
Property 5
Name:
name
Type:
string
Registration Block7790418
Technical Details
{
  "$id": "kilt:ctype:0xd92ce12c284f71833d441dcada4dd7f339b17b590d15e3693e294b3d46abc0f0",
  "$schema": "ipfs://bafybeiah66wbkhqbqn7idkostj2iqyan2tstc4tpqt65udlhimd7hcxjyq/",
  "additionalProperties": false,
  "properties": {
    "age": {
      "type": "number"
    },
    "birthday": {
      "format": "date",
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "isSubscribed": {
      "type": "boolean"
    },
    "name": {
      "type": "string"
    }
  },
  "title": "User Registration",
  "type": "object"
}