{
"$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"
}