From 81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 Mon Sep 17 00:00:00 2001 From: Piotr Russ Date: Wed, 18 Nov 2020 23:26:45 +0100 Subject: rm node_modules --- node_modules/har-schema/lib/postData.json | 43 ------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 node_modules/har-schema/lib/postData.json (limited to 'node_modules/har-schema/lib/postData.json') 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" - } - } -} -- cgit v1.2.3