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