mirror of
https://github.com/thewesker/bug-em.git
synced 2025-12-23 21:41:06 -05:00
lol
This commit is contained in:
31
node_modules/har-validator/lib/schemas/cacheEntry.json
generated
vendored
Normal file
31
node_modules/har-validator/lib/schemas/cacheEntry.json
generated
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user