Create Claim Type

Color

Creatorw3n:jungfernheit
Number of attestations

0

Creation date
Property 1
Name:
Aliases
Type:
array
Type of items:
string
Property 2
Name:
Blue (for RGB illusion)
Type:
integer
Minimum value:
0
Maximum value:
255
Property 3
Name:
Green (for RGB illusion)
Type:
integer
Minimum value:
0
Maximum value:
255
Property 4
Name:
Name
Type:
string
Property 5
Name:
Red (for RGB illusion)
Type:
integer
Minimum value:
0
Maximum value:
255
Property 6
Name:
RGB HexCode
Type:
string
Allowed values:
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • A
  • B
  • C
  • D
  • F
Registration Block6624052
Technical Details
{
  "$id": "kilt:ctype:0xed754c1bb76abe266ad515b53c69ec3b8a5591de7c47c63ff990c3b0d9dfeb80",
  "$schema": "ipfs://bafybeiah66wbkhqbqn7idkostj2iqyan2tstc4tpqt65udlhimd7hcxjyq/",
  "additionalProperties": false,
  "properties": {
    "Aliases": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "Blue (for RGB illusion)": {
      "maximum": 255,
      "minimum": 0,
      "type": "integer"
    },
    "Green (for RGB illusion)": {
      "maximum": 255,
      "minimum": 0,
      "type": "integer"
    },
    "Name": {
      "type": "string"
    },
    "Red (for RGB illusion)": {
      "maximum": 255,
      "minimum": 0,
      "type": "integer"
    },
    "RGB HexCode": {
      "enum": [
        "1",
        "2",
        "3",
        "4",
        "5",
        "6",
        "7",
        "8",
        "9",
        "A",
        "B",
        "C",
        "D",
        "F"
      ],
      "type": "string"
    }
  },
  "title": "Color",
  "type": "object"
}