Line 0
Link Here
|
|
|
1 |
{ |
2 |
"type": "object", |
3 |
"properties": { |
4 |
"branchcode": { |
5 |
"type": "string", |
6 |
"description": "Internal library identifier" |
7 |
}, |
8 |
"branchname": { |
9 |
"type": "string", |
10 |
"description": "Printable name of library" |
11 |
}, |
12 |
"branchaddress1": { |
13 |
"type": ["string", "null"], |
14 |
"description": "the first address line of the library" |
15 |
}, |
16 |
"branchaddress2": { |
17 |
"type": ["string", "null"], |
18 |
"description": "the second address line of the library" |
19 |
}, |
20 |
"branchaddress3": { |
21 |
"type": ["string", "null"], |
22 |
"description": "the third address line of the library" |
23 |
}, |
24 |
"branchzip": { |
25 |
"type": ["string", "null"], |
26 |
"description": "the zip or postal code of the library" |
27 |
}, |
28 |
"branchcity": { |
29 |
"type": ["string", "null"], |
30 |
"description": "the city or province of the library" |
31 |
}, |
32 |
"branchstate": { |
33 |
"type": ["string", "null"], |
34 |
"description": "the reqional state of the library" |
35 |
}, |
36 |
"branchcountry": { |
37 |
"type": ["string", "null"], |
38 |
"description": "the county of the library" |
39 |
}, |
40 |
"branchphone": { |
41 |
"type": ["string", "null"], |
42 |
"description": "the primary phone of the library" |
43 |
}, |
44 |
"branchfax": { |
45 |
"type": ["string", "null"], |
46 |
"description": "the fax number of the library" |
47 |
}, |
48 |
"branchemail": { |
49 |
"type": ["string", "null"], |
50 |
"description": "the primary email address of the library" |
51 |
}, |
52 |
"branchreplyto": { |
53 |
"type": ["string", "null"], |
54 |
"description": "the email to be used as a Reply-To" |
55 |
}, |
56 |
"branchreturnpath": { |
57 |
"type": ["string", "null"], |
58 |
"description": "the email to be used as Return-Path" |
59 |
}, |
60 |
"branchurl": { |
61 |
"type": ["string", "null"], |
62 |
"description": "the URL for your library or branch's website" |
63 |
}, |
64 |
"branchip": { |
65 |
"type": ["string", "null"], |
66 |
"description": "the IP address for your library or branch" |
67 |
}, |
68 |
"branchnotes": { |
69 |
"type": ["string", "null"], |
70 |
"description": "notes related to your library or branch" |
71 |
}, |
72 |
"opac_info": { |
73 |
"type": ["string", "null"], |
74 |
"description": "HTML that displays in OPAC" |
75 |
} |
76 |
} |
77 |
} |