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