No description available.
Record Key
literal:self
Fixed literal value
Properties
points
integer
Required
No description available.
Default:
0powers
array
of
ref
#power
Required
No description available.
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"points",
"powers"
],
"properties": {
"points": {
"type": "integer",
"default": 0
},
"powers": {
"type": "array",
"items": {
"ref": "#power",
"type": "ref"
}
}
}
}
}