2022-07-16 22:48:27 +09:30
|
|
|
{
|
|
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
|
|
"type": "object",
|
|
|
|
"additionalProperties": false,
|
|
|
|
"required": [
|
|
|
|
"rune",
|
|
|
|
"unique_id"
|
|
|
|
],
|
|
|
|
"properties": {
|
|
|
|
"rune": {
|
|
|
|
"type": "string",
|
|
|
|
"description": "the resulting rune"
|
|
|
|
},
|
|
|
|
"unique_id": {
|
|
|
|
"type": "string",
|
|
|
|
"description": "the id of this rune: this is set at creation and cannot be changed (even as restrictions are added)"
|
2022-07-28 07:05:51 -07:00
|
|
|
},
|
|
|
|
"warning_unrestricted_rune": {
|
|
|
|
"type": "string",
|
|
|
|
"description": "A warning shown when runes are created with powers that could drain your node"
|
2022-07-16 22:48:27 +09:30
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|