doc-detective-common 1.16.1-dev.1 → 1.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/schemas/output_schemas/config_v2.schema.json +1 -1
- package/src/schemas/output_schemas/httpRequest_v2.schema.json +1 -1
- package/src/schemas/output_schemas/spec_v2.schema.json +1 -1
- package/src/schemas/output_schemas/test_v2.schema.json +1 -1
- package/src/schemas/schemas.json +4 -4
- package/src/schemas/src_schemas/httpRequest_v2.schema.json +1 -1
package/package.json
CHANGED
package/src/schemas/schemas.json
CHANGED
|
@@ -863,7 +863,7 @@
|
|
|
863
863
|
"action": {
|
|
864
864
|
"type": "string",
|
|
865
865
|
"const": "httpRequest",
|
|
866
|
-
"description": "
|
|
866
|
+
"description": "Action to perform."
|
|
867
867
|
},
|
|
868
868
|
"url": {
|
|
869
869
|
"type": "string",
|
|
@@ -2503,7 +2503,7 @@
|
|
|
2503
2503
|
"action": {
|
|
2504
2504
|
"type": "string",
|
|
2505
2505
|
"const": "httpRequest",
|
|
2506
|
-
"description": "
|
|
2506
|
+
"description": "Action to perform."
|
|
2507
2507
|
},
|
|
2508
2508
|
"url": {
|
|
2509
2509
|
"type": "string",
|
|
@@ -3573,7 +3573,7 @@
|
|
|
3573
3573
|
"action": {
|
|
3574
3574
|
"type": "string",
|
|
3575
3575
|
"const": "httpRequest",
|
|
3576
|
-
"description": "
|
|
3576
|
+
"description": "Action to perform."
|
|
3577
3577
|
},
|
|
3578
3578
|
"url": {
|
|
3579
3579
|
"type": "string",
|
|
@@ -4866,7 +4866,7 @@
|
|
|
4866
4866
|
"action": {
|
|
4867
4867
|
"type": "string",
|
|
4868
4868
|
"const": "httpRequest",
|
|
4869
|
-
"description": "
|
|
4869
|
+
"description": "Action to perform."
|
|
4870
4870
|
},
|
|
4871
4871
|
"url": {
|
|
4872
4872
|
"type": "string",
|