Create Claim Type

Drink

Creatorw3n:jungfernheit
Number of attestations

0

Creation date
Property 1
Name:
Aliases
Type:
array
Type of items:
string
Property 2
Name:
color
Type:
string
Property 3
Name:
Ethanol percentage
Type:
number
Minimum value:
0
Maximum value:
100
Property 4
Name:
Ideal temperature in °C
Type:
number
Property 5
Name:
Name
Type:
string
Property 6
Name:
Salt percentage
Type:
number
Minimum value:
0
Maximum value:
100
Property 7
Name:
Sugar percentage
Type:
number
Minimum value:
0
Maximum value:
100
Property 8
Name:
Taste
Type:
string
Property 9
Name:
Viscosity
Type:
integer
Minimum value:
0
Maximum value:
10
Registration Block6622871
Technical Details
{
  "$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"
}