Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/har-schema/lib/query.json')
-rw-r--r--node_modules/har-schema/lib/query.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/node_modules/har-schema/lib/query.json b/node_modules/har-schema/lib/query.json
deleted file mode 100644
index f82d8d8..0000000
--- a/node_modules/har-schema/lib/query.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "$id": "query.json#",
- "$schema": "http://json-schema.org/draft-06/schema#",
- "type": "object",
- "required": [
- "name",
- "value"
- ],
- "properties": {
- "name": {
- "type": "string"
- },
- "value": {
- "type": "string"
- },
- "comment": {
- "type": "string"
- }
- }
-}