Create Claim Type

KYC internet

Creatorw3n:peranto
Number of attestations

0

Creation date
Property 1
Name:
CURP
Type:
string
Property 2
Name:
email
Type:
string
Property 3
Name:
fullLegalName
Type:
string
Property 4
Name:
gender
Type:
string
Property 5
Name:
IDMX
Type:
string
Property 6
Name:
nationality
Type:
string
Property 7
Name:
over18
Type:
boolean
Property 8
Name:
phoneNumber
Type:
number
Registration Block9352077
Technical Details
{
  "$id": "kilt:ctype:0x90e76161d90cb075e532aebf9d7977a1c6a01c8eb439789509544735f9f99344",
  "$schema": "http://kilt-protocol.org/draft-01/ctype#",
  "properties": {
    "CURP": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "fullLegalName": {
      "type": "string"
    },
    "gender": {
      "type": "string"
    },
    "IDMX": {
      "type": "string"
    },
    "nationality": {
      "type": "string"
    },
    "over18": {
      "type": "boolean"
    },
    "phoneNumber": {
      "type": "number"
    }
  },
  "title": "KYC internet",
  "type": "object"
}