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