1{ 2 "oneOf": [{ 3 "type": "object", 4 "optional": true, 5 "required": [ 6 "lastAccess", 7 "eTag", 8 "hitCount" 9 ], 10 "properties": { 11 "expires": { 12 "type": "string" 13 }, 14 "lastAccess": { 15 "type": "string" 16 }, 17 "eTag": { 18 "type": "string" 19 }, 20 "hitCount": { 21 "type": "integer" 22 }, 23 "comment": { 24 "type": "string" 25 } 26 } 27 }, { 28 "type": null, 29 "additionalProperties": false 30 }] 31} 32 33