Archived
1
0

by_json: Generate circulation policies

* Generate a new circulation policies file: policies.svg
  * Parses Circulation policies
  * Parses Item Types
This commit is contained in:
2020-02-07 16:30:48 +01:00
parent 5cb48604c3
commit d2c7cda421
10 changed files with 143 additions and 2 deletions

View File

@ -0,0 +1,12 @@
.[] | {
pid,
name,
description,
organisation: .organisation."$ref",
allow_checkout,
checkout_duration,
allow_requests,
policy_library_level,
libraries: [.libraries[]?],
settings
}

View File

@ -0,0 +1,6 @@
.[] | {
pid,
name,
organisation: .organisation."$ref",
type
}