2023-07-21 10:55:45 +09:30
|
|
|
{
|
|
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
|
|
"type": "object",
|
|
|
|
"additionalProperties": false,
|
|
|
|
"required": [],
|
|
|
|
"added": "v23.08",
|
|
|
|
"properties": {
|
|
|
|
"rune": {
|
|
|
|
"type": "string",
|
|
|
|
"description": "optional rune to add to"
|
|
|
|
},
|
|
|
|
"restrictions": {
|
|
|
|
"oneOf": [
|
|
|
|
{
|
|
|
|
"type": "array",
|
|
|
|
"description": "array of restrictions to add to rune",
|
|
|
|
"items": {
|
|
|
|
"type": "array",
|
|
|
|
"items": {
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "string",
|
|
|
|
"enum": [
|
|
|
|
"readonly"
|
|
|
|
],
|
2024-02-02 15:17:43 +10:30
|
|
|
"description": "readonly string to indicate standard readonly restrictions"
|
2023-07-21 10:55:45 +09:30
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|