provisioner.openicf-opendjldap.json revision 8e012debfc5fc7d38f85af83a63583866d3213ff
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte{
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "name" : "OpenDJ",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "connectorRef" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "bundleName" : "org.forgerock.openicf.connectors.ldap-connector",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "bundleVersion" : "[1.4.0.0,2.0.0.0)",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "connectorName" : "org.identityconnectors.ldap.LdapConnector"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "poolConfigOption" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "maxObjects" : 10,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "maxIdle" : 10,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "maxWait" : 150000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "minEvictableIdleTimeMillis" : 120000,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "minIdle" : 1
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "operationTimeout" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "CREATE" : -1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "VALIDATE" : -1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "TEST" : -1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "SCRIPT_ON_CONNECTOR" : -1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "SCHEMA" : -1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "DELETE" : -1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "UPDATE" : -1,
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "SYNC" : -1,
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "AUTHENTICATE" : -1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "GET" : -1,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "SCRIPT_ON_RESOURCE" : -1,
93c20f2609342fd05f6625f16dfcb9348e7977f2Sukumar Swaminathan "SEARCH" : -1
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "configurationProperties" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "accountSynchronizationFilter" : null,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "passwordAttributeToSynchronize" : null,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "synchronizePasswords" : false,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "removeLogEntryObjectClassFromFilter" : true,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "modifiersNamesToFilterOut" : [
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte ],
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "passwordDecryptionKey" : null,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "credentials" : "Passw0rd",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "changeLogBlockSize" : 100,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "baseContextsToSynchronize" : [
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte ],
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "attributesToSynchronize" : [
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan ],
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "changeNumberAttribute" : "changeNumber",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "passwordDecryptionInitializationVector" : null,
6a573d82e26abdedeb701fcdd5b5461b2fa0da40Sukumar Swaminathan "filterWithOrInsteadOfAnd" : false,
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "objectClassesToSynchronize" : [
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "inetOrgPerson"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan ],
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "port" : 1389,
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "vlvSortAttribute" : "uid",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "passwordAttribute" : "userPassword",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "useBlocks" : false,
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "maintainPosixGroupMembership" : false,
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "failover" : [
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan ],
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "ssl" : false,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "principal" : "cn=Directory Manager",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "baseContexts" : [
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "dc=example,dc=com"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte ],
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "readSchema" : true,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "accountObjectClasses" : [
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "top",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "person",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "organizationalPerson",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "inetOrgPerson"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte ],
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "accountUserNameAttributes" : [
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "uid"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte ],
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "host" : "localhost",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "groupMemberAttribute" : "uniqueMember",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "accountSearchFilter" : null,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "passwordHashAlgorithm" : null,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "usePagedResultControl" : true,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "blockSize" : 100,
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "uidAttribute" : "dn",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "maintainLdapGroupMembership" : false,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "respectResourcePasswordPolicyChangeAfterReset" : false
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "syncFailureHandler" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "maxRetries" : 5,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "postRetryAction" : "logged-ignore"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "objectTypes" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "organizationalUnit" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "$schema" : "http://json-schema.org/draft-03/schema",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "id" : "organizationalUnit",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "object",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "organizationalUnit",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "properties" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "preferredDeliveryMethod" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "preferredDeliveryMethod",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "seeAlso" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "seeAlso",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "x121Address" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeName" : "x121Address",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "l" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "array",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
a9800beb32c1006bb21c8da39e0180ea440b7badGarrett D'Amore },
a9800beb32c1006bb21c8da39e0180ea440b7badGarrett D'Amore "nativeName" : "l",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeType" : "string"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "businessCategory" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "array",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "items" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "string",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeType" : "string"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeName" : "businessCategory",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeType" : "string"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "street" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "array",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "items" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "string",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeType" : "string"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeName" : "street",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeType" : "string"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "postOfficeBox" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "array",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "items" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "string",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeType" : "string"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeName" : "postOfficeBox",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeType" : "string"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "postalCode" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "array",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "items" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeName" : "postalCode",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "st" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "items" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "string",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeName" : "st",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "registeredAddress" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
6a573d82e26abdedeb701fcdd5b5461b2fa0da40Sukumar Swaminathan "items" : {
6a573d82e26abdedeb701fcdd5b5461b2fa0da40Sukumar Swaminathan "type" : "string",
6a573d82e26abdedeb701fcdd5b5461b2fa0da40Sukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "registeredAddress",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "postalAddress" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "postalAddress",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "objectClass" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "objectClass",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "flags" : [
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "NOT_CREATABLE",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "NOT_UPDATEABLE"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte ]
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "description" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "string",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "description",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "internationaliSDNNumber" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeName" : "internationaliSDNNumber",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "searchGuide" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "array",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "items" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "string",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeName" : "searchGuide",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "ou" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "required" : true,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "ou",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "physicalDeliveryOfficeName" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeName" : "physicalDeliveryOfficeName",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "telexNumber" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "telexNumber",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "teletexTerminalIdentifier" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "teletexTerminalIdentifier",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "userPassword" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "JAVA_TYPE_BYTE_ARRAY"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "userPassword",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "JAVA_TYPE_BYTE_ARRAY"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "__NAME__" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "required" : true,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "__NAME__",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "telephoneNumber" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "telephoneNumber",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "destinationIndicator" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeName" : "destinationIndicator",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "facsimileTelephoneNumber" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "facsimileTelephoneNumber",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte }
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte }
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "account" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "$schema" : "http://json-schema.org/draft-03/schema",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "id" : "account",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "object",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "__ACCOUNT__",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "properties" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "host" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "host",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "seeAlso" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "seeAlso",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "description" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeName" : "description",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "uid" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "required" : true,
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeName" : "uid",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "l" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "l",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeType" : "string"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "__NAME__" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "required" : true,
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeName" : "__NAME__",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeType" : "string"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "o" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "o",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "ou" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeName" : "ou",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "objectClass" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "objectClass",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "flags" : [
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "NOT_CREATABLE",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "NOT_UPDATEABLE"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan ]
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte }
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan }
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "locality" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "$schema" : "http://json-schema.org/draft-03/schema",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "id" : "locality",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "object",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "locality",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "properties" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "st" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "array",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "st",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "seeAlso" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "string",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "seeAlso",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeType" : "string"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "description" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "description",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "l" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "l",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "__NAME__" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "required" : true,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "__NAME__",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "searchGuide" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeName" : "searchGuide",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "street" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "array",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "items" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "string",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeName" : "street",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "objectClass" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "objectClass",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "flags" : [
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "NOT_CREATABLE",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "NOT_UPDATEABLE"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte ]
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte }
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte }
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "groupOfNames" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "$schema" : "http://json-schema.org/draft-03/schema",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "id" : "groupOfNames",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "object",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "groupOfNames",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "properties" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "seeAlso" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "array",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeName" : "seeAlso",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "member" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "member",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "description" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "description",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "__NAME__" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "required" : true,
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeName" : "__NAME__",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
a9800beb32c1006bb21c8da39e0180ea440b7badGarrett D'Amore "o" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "array",
a9800beb32c1006bb21c8da39e0180ea440b7badGarrett D'Amore "items" : {
a9800beb32c1006bb21c8da39e0180ea440b7badGarrett D'Amore "type" : "string",
a9800beb32c1006bb21c8da39e0180ea440b7badGarrett D'Amore "nativeType" : "string"
a9800beb32c1006bb21c8da39e0180ea440b7badGarrett D'Amore },
a9800beb32c1006bb21c8da39e0180ea440b7badGarrett D'Amore "nativeName" : "o",
a9800beb32c1006bb21c8da39e0180ea440b7badGarrett D'Amore "nativeType" : "string"
a9800beb32c1006bb21c8da39e0180ea440b7badGarrett D'Amore },
a9800beb32c1006bb21c8da39e0180ea440b7badGarrett D'Amore "ou" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "array",
a9800beb32c1006bb21c8da39e0180ea440b7badGarrett D'Amore "items" : {
a9800beb32c1006bb21c8da39e0180ea440b7badGarrett D'Amore "type" : "string",
a9800beb32c1006bb21c8da39e0180ea440b7badGarrett D'Amore "nativeType" : "string"
a9800beb32c1006bb21c8da39e0180ea440b7badGarrett D'Amore },
a9800beb32c1006bb21c8da39e0180ea440b7badGarrett D'Amore "nativeName" : "ou",
a9800beb32c1006bb21c8da39e0180ea440b7badGarrett D'Amore "nativeType" : "string"
a9800beb32c1006bb21c8da39e0180ea440b7badGarrett D'Amore },
a9800beb32c1006bb21c8da39e0180ea440b7badGarrett D'Amore "businessCategory" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "array",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "items" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "string",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeName" : "businessCategory",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "owner" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "owner",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "cn" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "required" : true,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "cn",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "objectClass" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "array",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "items" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "string",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeName" : "objectClass",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "flags" : [
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "NOT_CREATABLE",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "NOT_UPDATEABLE"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld ]
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld }
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld }
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "organization" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "$schema" : "http://json-schema.org/draft-03/schema",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "id" : "organization",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "object",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "organization",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "properties" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "preferredDeliveryMethod" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "string",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeName" : "preferredDeliveryMethod",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "seeAlso" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "array",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "items" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "string",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeName" : "seeAlso",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "x121Address" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "x121Address",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "l" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "items" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "string",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "l",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "o" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "array",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "items" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "string",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "required" : true,
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeName" : "o",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "businessCategory" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "array",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "items" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
728bdc9be5faf84b5dca42f545967bd4910d608eSukumar Swaminathan "nativeName" : "businessCategory",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "street" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
728bdc9be5faf84b5dca42f545967bd4910d608eSukumar Swaminathan },
728bdc9be5faf84b5dca42f545967bd4910d608eSukumar Swaminathan "nativeName" : "street",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "postOfficeBox" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "array",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "items" : {
728bdc9be5faf84b5dca42f545967bd4910d608eSukumar Swaminathan "type" : "string",
728bdc9be5faf84b5dca42f545967bd4910d608eSukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeName" : "postOfficeBox",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "postalCode" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "postalCode",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "st" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "st",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "registeredAddress" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeName" : "registeredAddress",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "postalAddress" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeName" : "postalAddress",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "objectClass" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "array",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "items" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "string",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeName" : "objectClass",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "flags" : [
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "NOT_CREATABLE",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "NOT_UPDATEABLE"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan ]
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "description" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "items" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "string",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeName" : "description",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "internationaliSDNNumber" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "items" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "string",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeName" : "internationaliSDNNumber",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "searchGuide" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "array",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "items" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "searchGuide",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "physicalDeliveryOfficeName" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "physicalDeliveryOfficeName",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "telexNumber" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "string",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "telexNumber",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "teletexTerminalIdentifier" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "teletexTerminalIdentifier",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "userPassword" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "JAVA_TYPE_BYTE_ARRAY"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeName" : "userPassword",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "JAVA_TYPE_BYTE_ARRAY"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "__NAME__" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "required" : true,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "__NAME__",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "telephoneNumber" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "telephoneNumber",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "destinationIndicator" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "destinationIndicator",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "facsimileTelephoneNumber" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "string",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeName" : "facsimileTelephoneNumber",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan }
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan }
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "person" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "$schema" : "http://json-schema.org/draft-03/schema",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "id" : "person",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "object",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "person",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "properties" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "userPassword" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "JAVA_TYPE_BYTE_ARRAY"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "userPassword",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "JAVA_TYPE_BYTE_ARRAY"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "seeAlso" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeName" : "seeAlso",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "description" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeName" : "description",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "__NAME__" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "required" : true,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "__NAME__",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "sn" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "required" : true,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "sn",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "cn" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "required" : true,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "cn",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "telephoneNumber" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeName" : "telephoneNumber",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "objectClass" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "array",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "items" : {
a9800beb32c1006bb21c8da39e0180ea440b7badGarrett D'Amore "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "objectClass",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "flags" : [
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "NOT_CREATABLE",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "NOT_UPDATEABLE"
6a573d82e26abdedeb701fcdd5b5461b2fa0da40Sukumar Swaminathan ]
6a573d82e26abdedeb701fcdd5b5461b2fa0da40Sukumar Swaminathan }
6a573d82e26abdedeb701fcdd5b5461b2fa0da40Sukumar Swaminathan }
6a573d82e26abdedeb701fcdd5b5461b2fa0da40Sukumar Swaminathan },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "__ACCOUNT__" : {
6a573d82e26abdedeb701fcdd5b5461b2fa0da40Sukumar Swaminathan "$schema" : "http://json-schema.org/draft-03/schema",
6a573d82e26abdedeb701fcdd5b5461b2fa0da40Sukumar Swaminathan "id" : "__ACCOUNT__",
6a573d82e26abdedeb701fcdd5b5461b2fa0da40Sukumar Swaminathan "type" : "object",
6a573d82e26abdedeb701fcdd5b5461b2fa0da40Sukumar Swaminathan "nativeType" : "__ACCOUNT__",
6a573d82e26abdedeb701fcdd5b5461b2fa0da40Sukumar Swaminathan "properties" : {
6a573d82e26abdedeb701fcdd5b5461b2fa0da40Sukumar Swaminathan "audio" : {
6a573d82e26abdedeb701fcdd5b5461b2fa0da40Sukumar Swaminathan "type" : "array",
6a573d82e26abdedeb701fcdd5b5461b2fa0da40Sukumar Swaminathan "items" : {
6a573d82e26abdedeb701fcdd5b5461b2fa0da40Sukumar Swaminathan "type" : "string",
6a573d82e26abdedeb701fcdd5b5461b2fa0da40Sukumar Swaminathan "nativeType" : "JAVA_TYPE_BYTE_ARRAY"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeName" : "audio",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "JAVA_TYPE_BYTE_ARRAY"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "seeAlso" : {
a9800beb32c1006bb21c8da39e0180ea440b7badGarrett D'Amore "type" : "array",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "items" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "string",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
a9800beb32c1006bb21c8da39e0180ea440b7badGarrett D'Amore "nativeName" : "seeAlso",
6a573d82e26abdedeb701fcdd5b5461b2fa0da40Sukumar Swaminathan "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "employeeNumber" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "string",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeName" : "employeeNumber",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "roomNumber" : {
6a573d82e26abdedeb701fcdd5b5461b2fa0da40Sukumar Swaminathan "type" : "array",
6a573d82e26abdedeb701fcdd5b5461b2fa0da40Sukumar Swaminathan "items" : {
6a573d82e26abdedeb701fcdd5b5461b2fa0da40Sukumar Swaminathan "type" : "string",
6a573d82e26abdedeb701fcdd5b5461b2fa0da40Sukumar Swaminathan "nativeType" : "string"
6a573d82e26abdedeb701fcdd5b5461b2fa0da40Sukumar Swaminathan },
6a573d82e26abdedeb701fcdd5b5461b2fa0da40Sukumar Swaminathan "nativeName" : "roomNumber",
6a573d82e26abdedeb701fcdd5b5461b2fa0da40Sukumar Swaminathan "nativeType" : "string"
6a573d82e26abdedeb701fcdd5b5461b2fa0da40Sukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "mail" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "mail",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "registeredAddress" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeName" : "registeredAddress",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "secretary" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "secretary",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "preferredLanguage" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "preferredLanguage",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "postalAddress" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "postalAddress",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "jpegPhoto" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "JAVA_TYPE_BYTE_ARRAY"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "jpegPhoto",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "JAVA_TYPE_BYTE_ARRAY"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "objectClass" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeName" : "objectClass",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "flags" : [
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "NOT_CREATABLE",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "NOT_UPDATEABLE"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte ]
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "userCertificate" : {
fe199829b492e6b3aa36dd76af597360bb4af121Sukumar Swaminathan "type" : "array",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "JAVA_TYPE_BYTE_ARRAY"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "userCertificate",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "JAVA_TYPE_BYTE_ARRAY"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "description" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
a9800beb32c1006bb21c8da39e0180ea440b7badGarrett D'Amore "nativeName" : "description",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "teletexTerminalIdentifier" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "teletexTerminalIdentifier",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "pager" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "array",
a9800beb32c1006bb21c8da39e0180ea440b7badGarrett D'Amore "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeName" : "pager",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "carLicense" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "string",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeName" : "carLicense",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "displayName" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "string",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeName" : "displayName",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "labeledURI" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "array",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "items" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "string",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeName" : "labeledURI",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "uid" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "string",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "required" : true,
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeName" : "__NAME__",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "homePostalAddress" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "array",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "items" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "string",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeName" : "homePostalAddress",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "photo" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "array",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "items" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "string",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "JAVA_TYPE_BYTE_ARRAY"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeName" : "photo",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "JAVA_TYPE_BYTE_ARRAY"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "facsimileTelephoneNumber" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "array",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "items" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "string",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeName" : "facsimileTelephoneNumber",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "preferredDeliveryMethod" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "string",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeName" : "preferredDeliveryMethod",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "homePhone" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "homePhone",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "x121Address" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "x121Address",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "l" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "l",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "o" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "array",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "items" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "o",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "businessCategory" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "items" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "string",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeType" : "string"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "businessCategory",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "street" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeName" : "street",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "postOfficeBox" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "postOfficeBox",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "postalCode" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeName" : "postalCode",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "st" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeName" : "st",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "manager" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "manager",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "__PASSWORD__" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "__PASSWORD__",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "JAVA_TYPE_GUARDEDSTRING",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "flags" : [
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "NOT_RETURNED_BY_DEFAULT"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte ]
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "departmentNumber" : {
a9800beb32c1006bb21c8da39e0180ea440b7badGarrett D'Amore "type" : "array",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "items" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeName" : "departmentNumber",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "internationaliSDNNumber" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "array",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "items" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeName" : "internationaliSDNNumber",
a9800beb32c1006bb21c8da39e0180ea440b7badGarrett D'Amore "nativeType" : "string"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "employeeType" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "items" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "string",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "employeeType",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "initials" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "initials",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "sn" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "required" : true,
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "sn",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "ou" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "items" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "string",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "ou",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "physicalDeliveryOfficeName" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "physicalDeliveryOfficeName",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "telexNumber" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "telexNumber",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "userSMIMECertificate" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "userSMIMECertificate",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "userPassword" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "JAVA_TYPE_BYTE_ARRAY"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "userPassword",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "JAVA_TYPE_BYTE_ARRAY"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "mobile" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeName" : "mobile",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "userPKCS12" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "string",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeName" : "userPKCS12",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "givenName" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "string",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeName" : "givenName",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "x500UniqueIdentifier" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "array",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "items" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "string",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "JAVA_TYPE_BYTE_ARRAY"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeName" : "x500UniqueIdentifier",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "JAVA_TYPE_BYTE_ARRAY"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "cn" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "string",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "required" : true,
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeName" : "cn",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "destinationIndicator" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "array",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "items" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "string",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeName" : "destinationIndicator",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "telephoneNumber" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "string",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeName" : "telephoneNumber",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "title" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "array",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "items" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "type" : "string",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeName" : "title",
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "nativeType" : "string"
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld }
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld }
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld },
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "organizationalRole" : {
8f23e9fa8abcb5857661066b954e63400d589b65Hans Rosenfeld "$schema" : "http://json-schema.org/draft-03/schema",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "id" : "organizationalRole",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "object",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "organizationalRole",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "properties" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "preferredDeliveryMethod" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "preferredDeliveryMethod",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "roleOccupant" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "roleOccupant",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "seeAlso" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeName" : "seeAlso",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "description" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "array",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "items" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "string",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeName" : "description",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "x121Address" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "array",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "items" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "string",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeName" : "x121Address",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "internationaliSDNNumber" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "array",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "items" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "string",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "internationaliSDNNumber",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "l" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "array",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "items" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "string",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeName" : "l",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "ou" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "array",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "items" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "string",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "ou",
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "street" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "string",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeName" : "street",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "physicalDeliveryOfficeName" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeName" : "physicalDeliveryOfficeName",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "telexNumber" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "telexNumber",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "teletexTerminalIdentifier" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "teletexTerminalIdentifier",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "postOfficeBox" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "postOfficeBox",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "postalCode" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "postalCode",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "st" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "st",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "__NAME__" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "required" : true,
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "nativeName" : "__NAME__",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "registeredAddress" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "array",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "items" : {
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "type" : "string",
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte "nativeName" : "registeredAddress",
825277341c15b6b0d2c4b8b622ae7b1d2bdc0390Sukumar Swaminathan "nativeType" : "string"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte },
291a2b48b9adcd7b3666c34e80ba6411929afe7fSukumar Swaminathan "postalAddress" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "postalAddress",
"nativeType" : "string"
},
"cn" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"required" : true,
"nativeName" : "cn",
"nativeType" : "string"
},
"telephoneNumber" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "telephoneNumber",
"nativeType" : "string"
},
"destinationIndicator" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "destinationIndicator",
"nativeType" : "string"
},
"objectClass" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "objectClass",
"nativeType" : "string",
"flags" : [
"NOT_CREATABLE",
"NOT_UPDATEABLE"
]
},
"facsimileTelephoneNumber" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "facsimileTelephoneNumber",
"nativeType" : "string"
}
}
},
"__GROUP__" : {
"$schema" : "http://json-schema.org/draft-03/schema",
"id" : "__GROUP__",
"type" : "object",
"nativeType" : "__GROUP__",
"properties" : {
"seeAlso" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "seeAlso",
"nativeType" : "string"
},
"description" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "description",
"nativeType" : "string"
},
"uniqueMember" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "uniqueMember",
"nativeType" : "string"
},
"__NAME__" : {
"type" : "string",
"required" : true,
"nativeName" : "__NAME__",
"nativeType" : "string"
},
"o" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "o",
"nativeType" : "string"
},
"ou" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "ou",
"nativeType" : "string"
},
"businessCategory" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "businessCategory",
"nativeType" : "string"
},
"owner" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "owner",
"nativeType" : "string"
},
"cn" : {
"type" : "string",
"required" : true,
"nativeName" : "cn",
"nativeType" : "string"
},
"objectClass" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "objectClass",
"nativeType" : "string",
"flags" : [
"NOT_CREATABLE",
"NOT_UPDATEABLE"
]
}
}
},
"domain" : {
"$schema" : "http://json-schema.org/draft-03/schema",
"id" : "domain",
"type" : "object",
"nativeType" : "domain",
"properties" : {
"preferredDeliveryMethod" : {
"type" : "string",
"nativeName" : "preferredDeliveryMethod",
"nativeType" : "string"
},
"seeAlso" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "seeAlso",
"nativeType" : "string"
},
"x121Address" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "x121Address",
"nativeType" : "string"
},
"l" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "l",
"nativeType" : "string"
},
"o" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "o",
"nativeType" : "string"
},
"businessCategory" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "businessCategory",
"nativeType" : "string"
},
"street" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "street",
"nativeType" : "string"
},
"postOfficeBox" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "postOfficeBox",
"nativeType" : "string"
},
"postalCode" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "postalCode",
"nativeType" : "string"
},
"st" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "st",
"nativeType" : "string"
},
"registeredAddress" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "registeredAddress",
"nativeType" : "string"
},
"associatedName" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "associatedName",
"nativeType" : "string"
},
"postalAddress" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "postalAddress",
"nativeType" : "string"
},
"objectClass" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "objectClass",
"nativeType" : "string",
"flags" : [
"NOT_CREATABLE",
"NOT_UPDATEABLE"
]
},
"description" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "description",
"nativeType" : "string"
},
"internationaliSDNNumber" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "internationaliSDNNumber",
"nativeType" : "string"
},
"dc" : {
"type" : "string",
"required" : true,
"nativeName" : "dc",
"nativeType" : "string"
},
"searchGuide" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "searchGuide",
"nativeType" : "string"
},
"physicalDeliveryOfficeName" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "physicalDeliveryOfficeName",
"nativeType" : "string"
},
"telexNumber" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "telexNumber",
"nativeType" : "string"
},
"teletexTerminalIdentifier" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "teletexTerminalIdentifier",
"nativeType" : "string"
},
"userPassword" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "JAVA_TYPE_BYTE_ARRAY"
},
"nativeName" : "userPassword",
"nativeType" : "JAVA_TYPE_BYTE_ARRAY"
},
"__NAME__" : {
"type" : "string",
"required" : true,
"nativeName" : "__NAME__",
"nativeType" : "string"
},
"telephoneNumber" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "telephoneNumber",
"nativeType" : "string"
},
"destinationIndicator" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "destinationIndicator",
"nativeType" : "string"
},
"facsimileTelephoneNumber" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "facsimileTelephoneNumber",
"nativeType" : "string"
}
}
},
"room" : {
"$schema" : "http://json-schema.org/draft-03/schema",
"id" : "room",
"type" : "object",
"nativeType" : "room",
"properties" : {
"seeAlso" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "seeAlso",
"nativeType" : "string"
},
"description" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "description",
"nativeType" : "string"
},
"__NAME__" : {
"type" : "string",
"required" : true,
"nativeName" : "__NAME__",
"nativeType" : "string"
},
"roomNumber" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "roomNumber",
"nativeType" : "string"
},
"cn" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"required" : true,
"nativeName" : "cn",
"nativeType" : "string"
},
"telephoneNumber" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "telephoneNumber",
"nativeType" : "string"
},
"objectClass" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "objectClass",
"nativeType" : "string",
"flags" : [
"NOT_CREATABLE",
"NOT_UPDATEABLE"
]
}
}
}
},
"operationOptions" : {
"DELETE" : {
"denied" : false,
"onDeny" : "DO_NOTHING"
},
"UPDATE" : {
"denied" : false,
"onDeny" : "DO_NOTHING"
},
"CREATE" : {
"denied" : false,
"onDeny" : "DO_NOTHING"
}
}
}