summaryrefslogtreecommitdiff
path: root/node_modules/har-schema/lib/postData.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/har-schema/lib/postData.json')
-rw-r--r--node_modules/har-schema/lib/postData.json43
1 files changed, 0 insertions, 43 deletions
diff --git a/node_modules/har-schema/lib/postData.json b/node_modules/har-schema/lib/postData.json
deleted file mode 100644
index 3aa6294..0000000
--- a/node_modules/har-schema/lib/postData.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "$id": "postData.json#",
- "$schema": "http://json-schema.org/draft-06/schema#",
- "type": "object",
- "optional": true,
- "required": [
- "mimeType"
- ],
- "properties": {
- "mimeType": {
- "type": "string"
- },
- "text": {
- "type": "string"
- },
- "params": {
- "type": "array",
- "required": [
- "name"
- ],
- "properties": {
- "name": {
- "type": "string"
- },
- "value": {
- "type": "string"
- },
- "fileName": {
- "type": "string"
- },
- "contentType": {
- "type": "string"
- },
- "comment": {
- "type": "string"
- }
- }
- },
- "comment": {
- "type": "string"
- }
- }
-}