{
"$id": "kilt:ctype:0x3b35b924c3b7e0eea599cd570fb5d82ef24e088c8947f8b293e16c0fdb5dce97",
"$schema": "ipfs://bafybeiah66wbkhqbqn7idkostj2iqyan2tstc4tpqt65udlhimd7hcxjyq/",
"additionalProperties": false,
"properties": {
"Aliases": {
"items": {
"type": "string"
},
"type": "array"
},
"color": {
"type": "string"
},
"Ethanol percentage": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"Ideal temperature in °C": {
"type": "number"
},
"Name": {
"type": "string"
},
"Salt percentage": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"Sugar percentage": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"Taste": {
"type": "string"
},
"Viscosity": {
"maximum": 10,
"minimum": 0,
"type": "integer"
}
},
"title": "Drink",
"type": "object"
}