{
"$id": "kilt:ctype:0x2180df7391d088236b6a7e723ef6c72cbf5ffb00bb6ab4f0ddf5726f5e3427a4",
"$schema": "ipfs://bafybeiah66wbkhqbqn7idkostj2iqyan2tstc4tpqt65udlhimd7hcxjyq/",
"additionalProperties": false,
"properties": {
"age": {
"type": "number"
},
"awesome": {
"items": {
"type": "number"
},
"maxItems": 2,
"minItems": 1,
"type": "array"
},
"birthday": {
"type": "string"
},
"email": {
"type": "string"
},
"isSubscribed": {
"type": "boolean"
},
"name": {
"type": "string"
}
},
"title": "User Registration",
"type": "object"
}