Newer
Older
ez-indexation / app / node_modules / har-validator / lib / schemas / cacheEntry.json
@kieffer kieffer on 7 Mar 2017 494 bytes v0.0.0
{
  "oneOf": [{
    "type": "object",
    "optional": true,
    "required": [
      "lastAccess",
      "eTag",
      "hitCount"
    ],
    "properties": {
      "expires": {
        "type": "string"
      },
      "lastAccess": {
        "type": "string"
      },
      "eTag": {
        "type": "string"
      },
      "hitCount": {
        "type": "integer"
      },
      "comment": {
        "type": "string"
      }
    }
  }, {
    "type": null,
    "additionalProperties": false
  }]
}