doc-detective-common 3.0.0-dev.0 → 3.0.0-dev.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.
@@ -1044,7 +1044,7 @@
1044
1044
  "description": "OpenAPI description and configuration.",
1045
1045
  "additionalProperties": false,
1046
1046
  "properties": {
1047
- "descriptionName": {
1047
+ "name": {
1048
1048
  "type": "string",
1049
1049
  "description": "Name of the OpenAPI description, as defined in your configuration."
1050
1050
  },
@@ -1122,7 +1122,7 @@
1122
1122
  "descriptionPath": "https://petstore.swagger.io/v2/swagger.json"
1123
1123
  },
1124
1124
  {
1125
- "descriptionName": "Reqres",
1125
+ "name": "Reqres",
1126
1126
  "operationId": "getUserById"
1127
1127
  },
1128
1128
  {
@@ -1199,7 +1199,8 @@
1199
1199
  ]
1200
1200
  },
1201
1201
  "default": [
1202
- 200
1202
+ 200,
1203
+ 201
1203
1204
  ]
1204
1205
  },
1205
1206
  "method": {
@@ -1225,6 +1226,7 @@
1225
1226
  },
1226
1227
  "request": {
1227
1228
  "type": "object",
1229
+ "additionalProperties": false,
1228
1230
  "properties": {
1229
1231
  "headers": {
1230
1232
  "description": "Headers to include in the HTTP request, in key/value format.",
@@ -1233,14 +1235,14 @@
1233
1235
  "properties": {},
1234
1236
  "default": {}
1235
1237
  },
1236
- "params": {
1238
+ "parameters": {
1237
1239
  "description": "URL parameters to include in the HTTP request, in key/value format.",
1238
1240
  "type": "object",
1239
1241
  "additionalProperties": true,
1240
1242
  "default": {},
1241
1243
  "properties": {}
1242
1244
  },
1243
- "data": {
1245
+ "body": {
1244
1246
  "description": "JSON object to include as the body of the HTTP request.",
1245
1247
  "anyOf": [
1246
1248
  {
@@ -1248,6 +1250,10 @@
1248
1250
  "additionalProperties": true,
1249
1251
  "properties": {}
1250
1252
  },
1253
+ {
1254
+ "type": "array",
1255
+ "items": {}
1256
+ },
1251
1257
  {
1252
1258
  "type": "string"
1253
1259
  }
@@ -1258,6 +1264,7 @@
1258
1264
  },
1259
1265
  "response": {
1260
1266
  "type": "object",
1267
+ "additionalProperties": false,
1261
1268
  "properties": {
1262
1269
  "headers": {
1263
1270
  "description": "Headers expected in the response, in key/value format. If one or more `responseHeaders` entries aren't present in the response, the step fails.",
@@ -1266,7 +1273,7 @@
1266
1273
  "properties": {},
1267
1274
  "default": {}
1268
1275
  },
1269
- "data": {
1276
+ "body": {
1270
1277
  "description": "JSON object expected in the response. If one or more key/value pairs aren't present in the response, the step fails.",
1271
1278
  "anyOf": [
1272
1279
  {
@@ -1274,6 +1281,10 @@
1274
1281
  "additionalProperties": true,
1275
1282
  "properties": {}
1276
1283
  },
1284
+ {
1285
+ "type": "array",
1286
+ "items": {}
1287
+ },
1277
1288
  {
1278
1289
  "type": "string"
1279
1290
  }
@@ -1310,7 +1321,7 @@
1310
1321
  "false",
1311
1322
  "aboveVariation"
1312
1323
  ],
1313
- "default": "false"
1324
+ "default": "aboveVariation"
1314
1325
  }
1315
1326
  }
1316
1327
  }
@@ -1375,7 +1386,7 @@
1375
1386
  "description": "OpenAPI description and configuration.",
1376
1387
  "additionalProperties": false,
1377
1388
  "properties": {
1378
- "descriptionName": {
1389
+ "name": {
1379
1390
  "type": "string",
1380
1391
  "description": "Name of the OpenAPI description, as defined in your configuration."
1381
1392
  },
@@ -1453,7 +1464,7 @@
1453
1464
  "descriptionPath": "https://petstore.swagger.io/v2/swagger.json"
1454
1465
  },
1455
1466
  {
1456
- "descriptionName": "Reqres",
1467
+ "name": "Reqres",
1457
1468
  "operationId": "getUserById"
1458
1469
  },
1459
1470
  {
@@ -1530,7 +1541,8 @@
1530
1541
  ]
1531
1542
  },
1532
1543
  "default": [
1533
- 200
1544
+ 200,
1545
+ 201
1534
1546
  ]
1535
1547
  },
1536
1548
  "method": {
@@ -1556,6 +1568,7 @@
1556
1568
  },
1557
1569
  "request": {
1558
1570
  "type": "object",
1571
+ "additionalProperties": false,
1559
1572
  "properties": {
1560
1573
  "headers": {
1561
1574
  "description": "Headers to include in the HTTP request, in key/value format.",
@@ -1564,14 +1577,14 @@
1564
1577
  "properties": {},
1565
1578
  "default": {}
1566
1579
  },
1567
- "params": {
1580
+ "parameters": {
1568
1581
  "description": "URL parameters to include in the HTTP request, in key/value format.",
1569
1582
  "type": "object",
1570
1583
  "additionalProperties": true,
1571
1584
  "default": {},
1572
1585
  "properties": {}
1573
1586
  },
1574
- "data": {
1587
+ "body": {
1575
1588
  "description": "JSON object to include as the body of the HTTP request.",
1576
1589
  "anyOf": [
1577
1590
  {
@@ -1579,6 +1592,10 @@
1579
1592
  "additionalProperties": true,
1580
1593
  "properties": {}
1581
1594
  },
1595
+ {
1596
+ "type": "array",
1597
+ "items": {}
1598
+ },
1582
1599
  {
1583
1600
  "type": "string"
1584
1601
  }
@@ -1589,6 +1606,7 @@
1589
1606
  },
1590
1607
  "response": {
1591
1608
  "type": "object",
1609
+ "additionalProperties": false,
1592
1610
  "properties": {
1593
1611
  "headers": {
1594
1612
  "description": "Headers expected in the response, in key/value format. If one or more `responseHeaders` entries aren't present in the response, the step fails.",
@@ -1597,7 +1615,7 @@
1597
1615
  "properties": {},
1598
1616
  "default": {}
1599
1617
  },
1600
- "data": {
1618
+ "body": {
1601
1619
  "description": "JSON object expected in the response. If one or more key/value pairs aren't present in the response, the step fails.",
1602
1620
  "anyOf": [
1603
1621
  {
@@ -1605,6 +1623,10 @@
1605
1623
  "additionalProperties": true,
1606
1624
  "properties": {}
1607
1625
  },
1626
+ {
1627
+ "type": "array",
1628
+ "items": {}
1629
+ },
1608
1630
  {
1609
1631
  "type": "string"
1610
1632
  }
@@ -1641,7 +1663,7 @@
1641
1663
  "false",
1642
1664
  "aboveVariation"
1643
1665
  ],
1644
- "default": "false"
1666
+ "default": "aboveVariation"
1645
1667
  }
1646
1668
  }
1647
1669
  }
@@ -1693,7 +1715,7 @@
1693
1715
  "headers": {
1694
1716
  "header": "value"
1695
1717
  },
1696
- "params": {
1718
+ "parameters": {
1697
1719
  "param": "value"
1698
1720
  }
1699
1721
  },
@@ -1738,11 +1760,11 @@
1738
1760
  },
1739
1761
  {
1740
1762
  "openApi": {
1741
- "descriptionName": "Reqres",
1763
+ "name": "Reqres",
1742
1764
  "operationId": "getUserById"
1743
1765
  },
1744
1766
  "request": {
1745
- "params": {
1767
+ "parameters": {
1746
1768
  "id": 123
1747
1769
  }
1748
1770
  }
@@ -1753,7 +1775,7 @@
1753
1775
  "operationId": "getUserById"
1754
1776
  },
1755
1777
  "request": {
1756
- "params": {
1778
+ "parameters": {
1757
1779
  "id": 123
1758
1780
  }
1759
1781
  }
@@ -3535,7 +3557,7 @@
3535
3557
  "headers": {
3536
3558
  "header": "value"
3537
3559
  },
3538
- "params": {
3560
+ "parameters": {
3539
3561
  "param": "value"
3540
3562
  }
3541
3563
  },
@@ -3586,11 +3608,11 @@
3586
3608
  {
3587
3609
  "httpRequest": {
3588
3610
  "openApi": {
3589
- "descriptionName": "Reqres",
3611
+ "name": "Reqres",
3590
3612
  "operationId": "getUserById"
3591
3613
  },
3592
3614
  "request": {
3593
- "params": {
3615
+ "parameters": {
3594
3616
  "id": 123
3595
3617
  }
3596
3618
  }
@@ -3603,7 +3625,7 @@
3603
3625
  "operationId": "getUserById"
3604
3626
  },
3605
3627
  "request": {
3606
- "params": {
3628
+ "parameters": {
3607
3629
  "id": 123
3608
3630
  }
3609
3631
  }