f2dfa17f0e
This necessitates moving the circ rules from using '*' to using undef/NULL. Signed-off-by: Minna Kivinen <minna.kivinen@hamk.fi> Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
15 lines
326 B
JSON
15 lines
326 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"scope": {
|
|
"description": "levels that this rule kind can be set for",
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string",
|
|
"enum": [ "branchcode", "categorycode", "itemtype" ]
|
|
}
|
|
}
|
|
},
|
|
"additionalProperties": false,
|
|
"required": ["scope"]
|
|
}
|