Skip to content

Commit

Permalink
oxTrust issue #485 : changes required for functionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhar16 committed Feb 24, 2017
1 parent 6e773a8 commit 295e576
Showing 1 changed file with 22 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
"type": "object",
"additionalProperties": true,
"properties": {
"cacheProviderType": {
"id": "cacheProviderType",
"description": "The cacheProvider Type.",
"type": "string",
"enum": [
"IN_MEMORY",
"MEMCACHED"
]
},
"memcachedConfiguration":{
"type":"object",
"additionalProperties":false,
Expand Down Expand Up @@ -46,13 +55,23 @@
"minimum": 1,
"exclusiveMaximum": false,
"exclusiveMinimum": false
}
},
"MemcachedConnectionFactoryType": {
"id": "MemcachedConnectionFactoryType",
"description": "The MemcachedConnectionFactoryType Type.",
"type": "string",
"enum": [
"IN_MEMORY",
"MEMCACHED"
]
}
},
"required": [
"servers",
"maxOperationQueueLength",
"bufferSize",
"defaultPutExpiration"
"defaultPutExpiration",
"MemcachedConnectionFactoryType"
]
},
"inMemoryConfiguration": {
Expand All @@ -70,15 +89,6 @@
"exclusiveMinimum": false
}
}
},
"cacheProviderType": {
"id": "cacheProviderType",
"description": "The cacheProvider Type.",
"type": "string",
"enum": [
"IN_MEMORY",
"MEMCACHED"
]
}
}
}
}

0 comments on commit 295e576

Please sign in to comment.