Create Claim Type

User Registration

Creatordid:kilt:4rWR3iYdVr9WqkU5ByZgf5M62ajjqXxYf3SBhj8yGnmau6Kb
Number of attestations

3

Creation date
Property 1
Name:
age
Type:
number
Property 2
Name:
awesome
Type:
array
Minimum number of values:
1
Maximum number of values:
2
Type of items:
number
Property 3
Name:
birthday
Type:
string
Format:
date
Property 4
Name:
email
Type:
string
Property 5
Name:
isSubscribed
Type:
boolean
Property 6
Name:
name
Type:
string
Registration Block7842447
Technical Details
{
  "$id": "kilt:ctype:0xdc945bddbae7f8a3e450c6cc3a20b1326d82264894bad205de5dda76d4436a1c",
  "$schema": "ipfs://bafybeiah66wbkhqbqn7idkostj2iqyan2tstc4tpqt65udlhimd7hcxjyq/",
  "additionalProperties": false,
  "properties": {
    "age": {
      "type": "number"
    },
    "awesome": {
      "items": {
        "type": "number"
      },
      "maxItems": 2,
      "minItems": 1,
      "type": "array"
    },
    "birthday": {
      "format": "date",
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "isSubscribed": {
      "type": "boolean"
    },
    "name": {
      "type": "string"
    }
  },
  "title": "User Registration",
  "type": "object"
}