4a7f808b184baa22b7d071d69828421f4cbd79dbJaco Jooste{
4a7f808b184baa22b7d071d69828421f4cbd79dbJaco Jooste "type": "object",
4a7f808b184baa22b7d071d69828421f4cbd79dbJaco Jooste "properties": {
4a7f808b184baa22b7d071d69828421f4cbd79dbJaco Jooste "directoryConfiguration": {
4a7f808b184baa22b7d071d69828421f4cbd79dbJaco Jooste "type": "object",
4a7f808b184baa22b7d071d69828421f4cbd79dbJaco Jooste "title": "amconfig.serverconfig.xml.server.header",
40bb86b15037ea7692f11b39c298658a068d948asean oneill "propertyOrder": 0,
40bb86b15037ea7692f11b39c298658a068d948asean oneill "properties": {
40bb86b15037ea7692f11b39c298658a068d948asean oneill "minConnectionPool": {
40bb86b15037ea7692f11b39c298658a068d948asean oneill "title": "amconfig.serverconfig.server.min.pool",
40bb86b15037ea7692f11b39c298658a068d948asean oneill "propertyOrder": 0,
40bb86b15037ea7692f11b39c298658a068d948asean oneill "type": "number"
40bb86b15037ea7692f11b39c298658a068d948asean oneill },
40bb86b15037ea7692f11b39c298658a068d948asean oneill "maxConnectionPool": {
40bb86b15037ea7692f11b39c298658a068d948asean oneill "title": "amconfig.serverconfig.server.max.pool",
40bb86b15037ea7692f11b39c298658a068d948asean oneill "propertyOrder": 1,
40bb86b15037ea7692f11b39c298658a068d948asean oneill "type": "number"
40bb86b15037ea7692f11b39c298658a068d948asean oneill },
40bb86b15037ea7692f11b39c298658a068d948asean oneill "bindDn": {
40bb86b15037ea7692f11b39c298658a068d948asean oneill "title": "amconfig.serverconfig.user.binddn",
40bb86b15037ea7692f11b39c298658a068d948asean oneill "propertyOrder": 2,
40bb86b15037ea7692f11b39c298658a068d948asean oneill "type": "string"
40bb86b15037ea7692f11b39c298658a068d948asean oneill },
40bb86b15037ea7692f11b39c298658a068d948asean oneill "bindPassword": {
40bb86b15037ea7692f11b39c298658a068d948asean oneill "title": "amconfig.serverconfig.user.bindpwd",
40bb86b15037ea7692f11b39c298658a068d948asean oneill "propertyOrder": 3,
5a96ceafa056badb5fe2783a509596cda36f4b03sean oneill "type": "string",
5a96ceafa056badb5fe2783a509596cda36f4b03sean oneill "format": "password"
40bb86b15037ea7692f11b39c298658a068d948asean oneill }
40bb86b15037ea7692f11b39c298658a068d948asean oneill }
40bb86b15037ea7692f11b39c298658a068d948asean oneill },
40bb86b15037ea7692f11b39c298658a068d948asean oneill "directoryServers": {
40bb86b15037ea7692f11b39c298658a068d948asean oneill "type": "array",
40bb86b15037ea7692f11b39c298658a068d948asean oneill "title": "amconfig.serverconfig.xml.server.table.header",
40bb86b15037ea7692f11b39c298658a068d948asean oneill "propertyOrder": 1,
40bb86b15037ea7692f11b39c298658a068d948asean oneill "items": {
b579485fec95fdd339bd9f95e2cf47426538b3f9James Phillpotts "type": "object",
40bb86b15037ea7692f11b39c298658a068d948asean oneill "required" : [
40bb86b15037ea7692f11b39c298658a068d948asean oneill "serverName", "hostName", "portNumber", "connectionType"
40bb86b15037ea7692f11b39c298658a068d948asean oneill ],
40bb86b15037ea7692f11b39c298658a068d948asean oneill "properties": {
40bb86b15037ea7692f11b39c298658a068d948asean oneill "serverName": {
40bb86b15037ea7692f11b39c298658a068d948asean oneill "title": "amconfig.serverconfig.xml.server.table.column.name",
40bb86b15037ea7692f11b39c298658a068d948asean oneill "type": "string",
40bb86b15037ea7692f11b39c298658a068d948asean oneill "propertyOrder": 0
40bb86b15037ea7692f11b39c298658a068d948asean oneill },
40bb86b15037ea7692f11b39c298658a068d948asean oneill "hostName": {
40bb86b15037ea7692f11b39c298658a068d948asean oneill "title": "amconfig.serverconfig.xml.server.table.column.host",
40bb86b15037ea7692f11b39c298658a068d948asean oneill "type": "string",
40bb86b15037ea7692f11b39c298658a068d948asean oneill "propertyOrder": 1
40bb86b15037ea7692f11b39c298658a068d948asean oneill },
40bb86b15037ea7692f11b39c298658a068d948asean oneill "portNumber": {
40bb86b15037ea7692f11b39c298658a068d948asean oneill "title": "amconfig.serverconfig.xml.server.table.column.port",
40bb86b15037ea7692f11b39c298658a068d948asean oneill "type": "string",
40bb86b15037ea7692f11b39c298658a068d948asean oneill "propertyOrder": 2
40bb86b15037ea7692f11b39c298658a068d948asean oneill },
40bb86b15037ea7692f11b39c298658a068d948asean oneill "connectionType": {
b579485fec95fdd339bd9f95e2cf47426538b3f9James Phillpotts "type": "string",
40bb86b15037ea7692f11b39c298658a068d948asean oneill "enum": [
40bb86b15037ea7692f11b39c298658a068d948asean oneill "SIMPLE",
40bb86b15037ea7692f11b39c298658a068d948asean oneill "SSL"
40bb86b15037ea7692f11b39c298658a068d948asean oneill ],
40bb86b15037ea7692f11b39c298658a068d948asean oneill "options": {
40bb86b15037ea7692f11b39c298658a068d948asean oneill "enum_titles": [
40bb86b15037ea7692f11b39c298658a068d948asean oneill "SIMPLE",
40bb86b15037ea7692f11b39c298658a068d948asean oneill "SSL"
40bb86b15037ea7692f11b39c298658a068d948asean oneill ]
4a7f808b184baa22b7d071d69828421f4cbd79dbJaco Jooste },
40bb86b15037ea7692f11b39c298658a068d948asean oneill "title": "amconfig.serverconfig.xml.server.table.column.type",
40bb86b15037ea7692f11b39c298658a068d948asean oneill "propertyOrder": 3
4a7f808b184baa22b7d071d69828421f4cbd79dbJaco Jooste }
4a7f808b184baa22b7d071d69828421f4cbd79dbJaco Jooste }
4a7f808b184baa22b7d071d69828421f4cbd79dbJaco Jooste }
4a7f808b184baa22b7d071d69828421f4cbd79dbJaco Jooste }
4a7f808b184baa22b7d071d69828421f4cbd79dbJaco Jooste }
4a7f808b184baa22b7d071d69828421f4cbd79dbJaco Jooste}