View | Details | Raw Unified | Return to bug 16497
Collapse All | Expand All

(-)a/api/v1/swagger/definitions/library.json (-1 / +4 lines)
Lines 83-88 Link Here
83
    "geolocation": {
83
    "geolocation": {
84
      "type": ["string", "null"],
84
      "type": ["string", "null"],
85
      "description": "geolocation of your library"
85
      "description": "geolocation of your library"
86
    },
87
    "marcorgcode": {
88
        "type": [ "string", "null" ],
89
        "description": "MARC Organization Code, see http://www.loc.gov/marc/organizations/orgshome.html, when empty defaults to syspref MARCOrgCode"
86
    }
90
    }
87
  },
91
  },
88
  "additionalProperties": false,
92
  "additionalProperties": false,
89
- 

Return to bug 16497