Bug 16497: (follow-up) New column marcorgcode added
authorTomas Cohen Arazi <tomascohen@theke.io>
Fri, 27 Oct 2017 15:07:50 +0000 (12:07 -0300)
committerroot <root@f1ebe1bec408>
Tue, 19 Feb 2019 13:52:14 +0000 (13:52 +0000)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

api/v1/swagger/definitions/library.json

index 112dfdd..b7f8aa1 100644 (file)
     "geolocation": {
       "type": ["string", "null"],
       "description": "geolocation of your library"
+    },
+    "marcorgcode": {
+        "type": [ "string", "null" ],
+        "description": "MARC Organization Code, see http://www.loc.gov/marc/organizations/orgshome.html, when empty defaults to syspref MARCOrgCode"
     }
   },
   "additionalProperties": false,