Lines 83-88
Link Here
|
83 |
"pickup_location": { |
83 |
"pickup_location": { |
84 |
"type": "boolean", |
84 |
"type": "boolean", |
85 |
"description": "If the library can act as a pickup location" |
85 |
"description": "If the library can act as a pickup location" |
|
|
86 |
}, |
87 |
"smtp_server_info": { |
88 |
"type": "object", |
89 |
"properties": { |
90 |
"name": { |
91 |
"description": "SMTP server name. 'system_default' if no SMTP server is assigned", |
92 |
"type": "string" |
93 |
}, |
94 |
"smtp_server_id": { |
95 |
"description": "Internal identifier for the SMTP server", |
96 |
"type": ["integer", "null"] |
97 |
} |
98 |
}, |
99 |
"description": "The library effective SMTP server information." |
86 |
} |
100 |
} |
87 |
}, |
101 |
}, |
88 |
"additionalProperties": false, |
102 |
"additionalProperties": false, |