doc-detective 4.0.2-dev.10 → 4.0.2-dev.12

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.
@@ -6211,9 +6211,9 @@
6211
6211
  "anyOf": [
6212
6212
  {
6213
6213
  "title": "Screenshot (simple)",
6214
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
6214
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
6215
6215
  "type": "string",
6216
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
6216
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
6217
6217
  "transform": [
6218
6218
  "trim"
6219
6219
  ]
@@ -6224,9 +6224,9 @@
6224
6224
  "properties": {
6225
6225
  "path": {
6226
6226
  "title": "Screenshot (simple)",
6227
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
6227
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
6228
6228
  "type": "string",
6229
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
6229
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
6230
6230
  "transform": [
6231
6231
  "trim"
6232
6232
  ]
@@ -6457,9 +6457,9 @@
6457
6457
  "schemas": {
6458
6458
  "path": {
6459
6459
  "title": "Screenshot (simple)",
6460
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
6460
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
6461
6461
  "type": "string",
6462
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
6462
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
6463
6463
  "transform": [
6464
6464
  "trim"
6465
6465
  ]
@@ -6470,9 +6470,9 @@
6470
6470
  "properties": {
6471
6471
  "path": {
6472
6472
  "title": "Screenshot (simple)",
6473
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
6473
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
6474
6474
  "type": "string",
6475
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
6475
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
6476
6476
  "transform": [
6477
6477
  "trim"
6478
6478
  ]
@@ -6854,6 +6854,12 @@
6854
6854
  "image.png",
6855
6855
  "static/images/image.png",
6856
6856
  "/User/manny/projects/doc-detective/static/images/image.png",
6857
+ "https://example.com/static/images/image.png",
6858
+ {
6859
+ "path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
6860
+ "maxVariation": 0.05,
6861
+ "overwrite": "aboveVariation"
6862
+ },
6857
6863
  {
6858
6864
  "path": "image.png",
6859
6865
  "directory": "static/images",
@@ -14874,9 +14880,9 @@
14874
14880
  "anyOf": [
14875
14881
  {
14876
14882
  "title": "Screenshot (simple)",
14877
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
14883
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
14878
14884
  "type": "string",
14879
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
14885
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
14880
14886
  "transform": [
14881
14887
  "trim"
14882
14888
  ]
@@ -14887,9 +14893,9 @@
14887
14893
  "properties": {
14888
14894
  "path": {
14889
14895
  "title": "Screenshot (simple)",
14890
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
14896
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
14891
14897
  "type": "string",
14892
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
14898
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
14893
14899
  "transform": [
14894
14900
  "trim"
14895
14901
  ]
@@ -15120,9 +15126,9 @@
15120
15126
  "schemas": {
15121
15127
  "path": {
15122
15128
  "title": "Screenshot (simple)",
15123
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
15129
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
15124
15130
  "type": "string",
15125
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
15131
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
15126
15132
  "transform": [
15127
15133
  "trim"
15128
15134
  ]
@@ -15133,9 +15139,9 @@
15133
15139
  "properties": {
15134
15140
  "path": {
15135
15141
  "title": "Screenshot (simple)",
15136
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
15142
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
15137
15143
  "type": "string",
15138
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
15144
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
15139
15145
  "transform": [
15140
15146
  "trim"
15141
15147
  ]
@@ -15517,6 +15523,12 @@
15517
15523
  "image.png",
15518
15524
  "static/images/image.png",
15519
15525
  "/User/manny/projects/doc-detective/static/images/image.png",
15526
+ "https://example.com/static/images/image.png",
15527
+ {
15528
+ "path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
15529
+ "maxVariation": 0.05,
15530
+ "overwrite": "aboveVariation"
15531
+ },
15520
15532
  {
15521
15533
  "path": "image.png",
15522
15534
  "directory": "static/images",
@@ -27967,9 +27979,9 @@
27967
27979
  "anyOf": [
27968
27980
  {
27969
27981
  "title": "Screenshot (simple)",
27970
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
27982
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
27971
27983
  "type": "string",
27972
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
27984
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
27973
27985
  "transform": [
27974
27986
  "trim"
27975
27987
  ]
@@ -27980,9 +27992,9 @@
27980
27992
  "properties": {
27981
27993
  "path": {
27982
27994
  "title": "Screenshot (simple)",
27983
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
27995
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
27984
27996
  "type": "string",
27985
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
27997
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
27986
27998
  "transform": [
27987
27999
  "trim"
27988
28000
  ]
@@ -28213,9 +28225,9 @@
28213
28225
  "schemas": {
28214
28226
  "path": {
28215
28227
  "title": "Screenshot (simple)",
28216
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
28228
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
28217
28229
  "type": "string",
28218
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
28230
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
28219
28231
  "transform": [
28220
28232
  "trim"
28221
28233
  ]
@@ -28226,9 +28238,9 @@
28226
28238
  "properties": {
28227
28239
  "path": {
28228
28240
  "title": "Screenshot (simple)",
28229
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
28241
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
28230
28242
  "type": "string",
28231
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
28243
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
28232
28244
  "transform": [
28233
28245
  "trim"
28234
28246
  ]
@@ -28610,6 +28622,12 @@
28610
28622
  "image.png",
28611
28623
  "static/images/image.png",
28612
28624
  "/User/manny/projects/doc-detective/static/images/image.png",
28625
+ "https://example.com/static/images/image.png",
28626
+ {
28627
+ "path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
28628
+ "maxVariation": 0.05,
28629
+ "overwrite": "aboveVariation"
28630
+ },
28613
28631
  {
28614
28632
  "path": "image.png",
28615
28633
  "directory": "static/images",
@@ -36630,9 +36648,9 @@
36630
36648
  "anyOf": [
36631
36649
  {
36632
36650
  "title": "Screenshot (simple)",
36633
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
36651
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
36634
36652
  "type": "string",
36635
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
36653
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
36636
36654
  "transform": [
36637
36655
  "trim"
36638
36656
  ]
@@ -36643,9 +36661,9 @@
36643
36661
  "properties": {
36644
36662
  "path": {
36645
36663
  "title": "Screenshot (simple)",
36646
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
36664
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
36647
36665
  "type": "string",
36648
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
36666
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
36649
36667
  "transform": [
36650
36668
  "trim"
36651
36669
  ]
@@ -36876,9 +36894,9 @@
36876
36894
  "schemas": {
36877
36895
  "path": {
36878
36896
  "title": "Screenshot (simple)",
36879
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
36897
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
36880
36898
  "type": "string",
36881
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
36899
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
36882
36900
  "transform": [
36883
36901
  "trim"
36884
36902
  ]
@@ -36889,9 +36907,9 @@
36889
36907
  "properties": {
36890
36908
  "path": {
36891
36909
  "title": "Screenshot (simple)",
36892
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
36910
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
36893
36911
  "type": "string",
36894
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
36912
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
36895
36913
  "transform": [
36896
36914
  "trim"
36897
36915
  ]
@@ -37273,6 +37291,12 @@
37273
37291
  "image.png",
37274
37292
  "static/images/image.png",
37275
37293
  "/User/manny/projects/doc-detective/static/images/image.png",
37294
+ "https://example.com/static/images/image.png",
37295
+ {
37296
+ "path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
37297
+ "maxVariation": 0.05,
37298
+ "overwrite": "aboveVariation"
37299
+ },
37276
37300
  {
37277
37301
  "path": "image.png",
37278
37302
  "directory": "static/images",
@@ -45987,9 +46011,9 @@
45987
46011
  "anyOf": [
45988
46012
  {
45989
46013
  "title": "Screenshot (simple)",
45990
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
46014
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
45991
46015
  "type": "string",
45992
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
46016
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
45993
46017
  "transform": [
45994
46018
  "trim"
45995
46019
  ]
@@ -46000,9 +46024,9 @@
46000
46024
  "properties": {
46001
46025
  "path": {
46002
46026
  "title": "Screenshot (simple)",
46003
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
46027
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
46004
46028
  "type": "string",
46005
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
46029
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
46006
46030
  "transform": [
46007
46031
  "trim"
46008
46032
  ]
@@ -46233,9 +46257,9 @@
46233
46257
  "schemas": {
46234
46258
  "path": {
46235
46259
  "title": "Screenshot (simple)",
46236
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
46260
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
46237
46261
  "type": "string",
46238
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
46262
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
46239
46263
  "transform": [
46240
46264
  "trim"
46241
46265
  ]
@@ -46246,9 +46270,9 @@
46246
46270
  "properties": {
46247
46271
  "path": {
46248
46272
  "title": "Screenshot (simple)",
46249
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
46273
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
46250
46274
  "type": "string",
46251
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
46275
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
46252
46276
  "transform": [
46253
46277
  "trim"
46254
46278
  ]
@@ -46630,6 +46654,12 @@
46630
46654
  "image.png",
46631
46655
  "static/images/image.png",
46632
46656
  "/User/manny/projects/doc-detective/static/images/image.png",
46657
+ "https://example.com/static/images/image.png",
46658
+ {
46659
+ "path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
46660
+ "maxVariation": 0.05,
46661
+ "overwrite": "aboveVariation"
46662
+ },
46633
46663
  {
46634
46664
  "path": "image.png",
46635
46665
  "directory": "static/images",
@@ -54124,9 +54154,9 @@
54124
54154
  "anyOf": [
54125
54155
  {
54126
54156
  "title": "Screenshot (simple)",
54127
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
54157
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
54128
54158
  "type": "string",
54129
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
54159
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
54130
54160
  "transform": [
54131
54161
  "trim"
54132
54162
  ]
@@ -54137,9 +54167,9 @@
54137
54167
  "properties": {
54138
54168
  "path": {
54139
54169
  "title": "Screenshot (simple)",
54140
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
54170
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
54141
54171
  "type": "string",
54142
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
54172
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
54143
54173
  "transform": [
54144
54174
  "trim"
54145
54175
  ]
@@ -54370,9 +54400,9 @@
54370
54400
  "schemas": {
54371
54401
  "path": {
54372
54402
  "title": "Screenshot (simple)",
54373
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
54403
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
54374
54404
  "type": "string",
54375
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
54405
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
54376
54406
  "transform": [
54377
54407
  "trim"
54378
54408
  ]
@@ -54383,9 +54413,9 @@
54383
54413
  "properties": {
54384
54414
  "path": {
54385
54415
  "title": "Screenshot (simple)",
54386
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
54416
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
54387
54417
  "type": "string",
54388
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
54418
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
54389
54419
  "transform": [
54390
54420
  "trim"
54391
54421
  ]
@@ -54767,6 +54797,12 @@
54767
54797
  "image.png",
54768
54798
  "static/images/image.png",
54769
54799
  "/User/manny/projects/doc-detective/static/images/image.png",
54800
+ "https://example.com/static/images/image.png",
54801
+ {
54802
+ "path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
54803
+ "maxVariation": 0.05,
54804
+ "overwrite": "aboveVariation"
54805
+ },
54770
54806
  {
54771
54807
  "path": "image.png",
54772
54808
  "directory": "static/images",
@@ -63971,9 +64007,9 @@
63971
64007
  "anyOf": [
63972
64008
  {
63973
64009
  "title": "Screenshot (simple)",
63974
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
64010
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
63975
64011
  "type": "string",
63976
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
64012
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
63977
64013
  "transform": [
63978
64014
  "trim"
63979
64015
  ]
@@ -63984,9 +64020,9 @@
63984
64020
  "properties": {
63985
64021
  "path": {
63986
64022
  "title": "Screenshot (simple)",
63987
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
64023
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
63988
64024
  "type": "string",
63989
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
64025
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
63990
64026
  "transform": [
63991
64027
  "trim"
63992
64028
  ]
@@ -64217,9 +64253,9 @@
64217
64253
  "schemas": {
64218
64254
  "path": {
64219
64255
  "title": "Screenshot (simple)",
64220
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
64256
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
64221
64257
  "type": "string",
64222
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
64258
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
64223
64259
  "transform": [
64224
64260
  "trim"
64225
64261
  ]
@@ -64230,9 +64266,9 @@
64230
64266
  "properties": {
64231
64267
  "path": {
64232
64268
  "title": "Screenshot (simple)",
64233
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
64269
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
64234
64270
  "type": "string",
64235
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
64271
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
64236
64272
  "transform": [
64237
64273
  "trim"
64238
64274
  ]
@@ -64614,6 +64650,12 @@
64614
64650
  "image.png",
64615
64651
  "static/images/image.png",
64616
64652
  "/User/manny/projects/doc-detective/static/images/image.png",
64653
+ "https://example.com/static/images/image.png",
64654
+ {
64655
+ "path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
64656
+ "maxVariation": 0.05,
64657
+ "overwrite": "aboveVariation"
64658
+ },
64617
64659
  {
64618
64660
  "path": "image.png",
64619
64661
  "directory": "static/images",
@@ -72108,9 +72150,9 @@
72108
72150
  "anyOf": [
72109
72151
  {
72110
72152
  "title": "Screenshot (simple)",
72111
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
72153
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
72112
72154
  "type": "string",
72113
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
72155
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
72114
72156
  "transform": [
72115
72157
  "trim"
72116
72158
  ]
@@ -72121,9 +72163,9 @@
72121
72163
  "properties": {
72122
72164
  "path": {
72123
72165
  "title": "Screenshot (simple)",
72124
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
72166
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
72125
72167
  "type": "string",
72126
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
72168
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
72127
72169
  "transform": [
72128
72170
  "trim"
72129
72171
  ]
@@ -72354,9 +72396,9 @@
72354
72396
  "schemas": {
72355
72397
  "path": {
72356
72398
  "title": "Screenshot (simple)",
72357
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
72399
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
72358
72400
  "type": "string",
72359
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
72401
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
72360
72402
  "transform": [
72361
72403
  "trim"
72362
72404
  ]
@@ -72367,9 +72409,9 @@
72367
72409
  "properties": {
72368
72410
  "path": {
72369
72411
  "title": "Screenshot (simple)",
72370
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
72412
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
72371
72413
  "type": "string",
72372
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
72414
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
72373
72415
  "transform": [
72374
72416
  "trim"
72375
72417
  ]
@@ -72751,6 +72793,12 @@
72751
72793
  "image.png",
72752
72794
  "static/images/image.png",
72753
72795
  "/User/manny/projects/doc-detective/static/images/image.png",
72796
+ "https://example.com/static/images/image.png",
72797
+ {
72798
+ "path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
72799
+ "maxVariation": 0.05,
72800
+ "overwrite": "aboveVariation"
72801
+ },
72754
72802
  {
72755
72803
  "path": "image.png",
72756
72804
  "directory": "static/images",
@@ -76435,9 +76483,9 @@
76435
76483
  "anyOf": [
76436
76484
  {
76437
76485
  "title": "Screenshot (simple)",
76438
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
76486
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
76439
76487
  "type": "string",
76440
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
76488
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
76441
76489
  "transform": [
76442
76490
  "trim"
76443
76491
  ]
@@ -76448,9 +76496,9 @@
76448
76496
  "properties": {
76449
76497
  "path": {
76450
76498
  "title": "Screenshot (simple)",
76451
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
76499
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
76452
76500
  "type": "string",
76453
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
76501
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
76454
76502
  "transform": [
76455
76503
  "trim"
76456
76504
  ]
@@ -76681,9 +76729,9 @@
76681
76729
  "schemas": {
76682
76730
  "path": {
76683
76731
  "title": "Screenshot (simple)",
76684
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
76732
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
76685
76733
  "type": "string",
76686
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
76734
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
76687
76735
  "transform": [
76688
76736
  "trim"
76689
76737
  ]
@@ -76694,9 +76742,9 @@
76694
76742
  "properties": {
76695
76743
  "path": {
76696
76744
  "title": "Screenshot (simple)",
76697
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
76745
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
76698
76746
  "type": "string",
76699
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
76747
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
76700
76748
  "transform": [
76701
76749
  "trim"
76702
76750
  ]
@@ -77078,6 +77126,12 @@
77078
77126
  "image.png",
77079
77127
  "static/images/image.png",
77080
77128
  "/User/manny/projects/doc-detective/static/images/image.png",
77129
+ "https://example.com/static/images/image.png",
77130
+ {
77131
+ "path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
77132
+ "maxVariation": 0.05,
77133
+ "overwrite": "aboveVariation"
77134
+ },
77081
77135
  {
77082
77136
  "path": "image.png",
77083
77137
  "directory": "static/images",
@@ -83337,9 +83391,9 @@
83337
83391
  "anyOf": [
83338
83392
  {
83339
83393
  "title": "Screenshot (simple)",
83340
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
83394
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
83341
83395
  "type": "string",
83342
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
83396
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
83343
83397
  "transform": [
83344
83398
  "trim"
83345
83399
  ]
@@ -83350,9 +83404,9 @@
83350
83404
  "properties": {
83351
83405
  "path": {
83352
83406
  "title": "Screenshot (simple)",
83353
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
83407
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
83354
83408
  "type": "string",
83355
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
83409
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
83356
83410
  "transform": [
83357
83411
  "trim"
83358
83412
  ]
@@ -83583,9 +83637,9 @@
83583
83637
  "schemas": {
83584
83638
  "path": {
83585
83639
  "title": "Screenshot (simple)",
83586
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
83640
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
83587
83641
  "type": "string",
83588
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
83642
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
83589
83643
  "transform": [
83590
83644
  "trim"
83591
83645
  ]
@@ -83596,9 +83650,9 @@
83596
83650
  "properties": {
83597
83651
  "path": {
83598
83652
  "title": "Screenshot (simple)",
83599
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
83653
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
83600
83654
  "type": "string",
83601
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
83655
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
83602
83656
  "transform": [
83603
83657
  "trim"
83604
83658
  ]
@@ -83980,6 +84034,12 @@
83980
84034
  "image.png",
83981
84035
  "static/images/image.png",
83982
84036
  "/User/manny/projects/doc-detective/static/images/image.png",
84037
+ "https://example.com/static/images/image.png",
84038
+ {
84039
+ "path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
84040
+ "maxVariation": 0.05,
84041
+ "overwrite": "aboveVariation"
84042
+ },
83983
84043
  {
83984
84044
  "path": "image.png",
83985
84045
  "directory": "static/images",
@@ -91474,9 +91534,9 @@
91474
91534
  "anyOf": [
91475
91535
  {
91476
91536
  "title": "Screenshot (simple)",
91477
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
91537
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
91478
91538
  "type": "string",
91479
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
91539
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
91480
91540
  "transform": [
91481
91541
  "trim"
91482
91542
  ]
@@ -91487,9 +91547,9 @@
91487
91547
  "properties": {
91488
91548
  "path": {
91489
91549
  "title": "Screenshot (simple)",
91490
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
91550
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
91491
91551
  "type": "string",
91492
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
91552
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
91493
91553
  "transform": [
91494
91554
  "trim"
91495
91555
  ]
@@ -91720,9 +91780,9 @@
91720
91780
  "schemas": {
91721
91781
  "path": {
91722
91782
  "title": "Screenshot (simple)",
91723
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
91783
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
91724
91784
  "type": "string",
91725
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
91785
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
91726
91786
  "transform": [
91727
91787
  "trim"
91728
91788
  ]
@@ -91733,9 +91793,9 @@
91733
91793
  "properties": {
91734
91794
  "path": {
91735
91795
  "title": "Screenshot (simple)",
91736
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
91796
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
91737
91797
  "type": "string",
91738
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
91798
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
91739
91799
  "transform": [
91740
91800
  "trim"
91741
91801
  ]
@@ -92117,6 +92177,12 @@
92117
92177
  "image.png",
92118
92178
  "static/images/image.png",
92119
92179
  "/User/manny/projects/doc-detective/static/images/image.png",
92180
+ "https://example.com/static/images/image.png",
92181
+ {
92182
+ "path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
92183
+ "maxVariation": 0.05,
92184
+ "overwrite": "aboveVariation"
92185
+ },
92120
92186
  {
92121
92187
  "path": "image.png",
92122
92188
  "directory": "static/images",
@@ -99891,9 +99957,9 @@
99891
99957
  "anyOf": [
99892
99958
  {
99893
99959
  "title": "Screenshot (simple)",
99894
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
99960
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
99895
99961
  "type": "string",
99896
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
99962
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
99897
99963
  "transform": [
99898
99964
  "trim"
99899
99965
  ]
@@ -99904,9 +99970,9 @@
99904
99970
  "properties": {
99905
99971
  "path": {
99906
99972
  "title": "Screenshot (simple)",
99907
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
99973
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
99908
99974
  "type": "string",
99909
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
99975
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
99910
99976
  "transform": [
99911
99977
  "trim"
99912
99978
  ]
@@ -100137,9 +100203,9 @@
100137
100203
  "schemas": {
100138
100204
  "path": {
100139
100205
  "title": "Screenshot (simple)",
100140
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
100206
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
100141
100207
  "type": "string",
100142
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
100208
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
100143
100209
  "transform": [
100144
100210
  "trim"
100145
100211
  ]
@@ -100150,9 +100216,9 @@
100150
100216
  "properties": {
100151
100217
  "path": {
100152
100218
  "title": "Screenshot (simple)",
100153
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
100219
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
100154
100220
  "type": "string",
100155
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
100221
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
100156
100222
  "transform": [
100157
100223
  "trim"
100158
100224
  ]
@@ -100534,6 +100600,12 @@
100534
100600
  "image.png",
100535
100601
  "static/images/image.png",
100536
100602
  "/User/manny/projects/doc-detective/static/images/image.png",
100603
+ "https://example.com/static/images/image.png",
100604
+ {
100605
+ "path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
100606
+ "maxVariation": 0.05,
100607
+ "overwrite": "aboveVariation"
100608
+ },
100537
100609
  {
100538
100610
  "path": "image.png",
100539
100611
  "directory": "static/images",
@@ -108381,9 +108453,9 @@
108381
108453
  "anyOf": [
108382
108454
  {
108383
108455
  "title": "Screenshot (simple)",
108384
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
108456
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
108385
108457
  "type": "string",
108386
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
108458
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
108387
108459
  "transform": [
108388
108460
  "trim"
108389
108461
  ]
@@ -108394,9 +108466,9 @@
108394
108466
  "properties": {
108395
108467
  "path": {
108396
108468
  "title": "Screenshot (simple)",
108397
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
108469
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
108398
108470
  "type": "string",
108399
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
108471
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
108400
108472
  "transform": [
108401
108473
  "trim"
108402
108474
  ]
@@ -108627,9 +108699,9 @@
108627
108699
  "schemas": {
108628
108700
  "path": {
108629
108701
  "title": "Screenshot (simple)",
108630
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
108702
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
108631
108703
  "type": "string",
108632
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
108704
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
108633
108705
  "transform": [
108634
108706
  "trim"
108635
108707
  ]
@@ -108640,9 +108712,9 @@
108640
108712
  "properties": {
108641
108713
  "path": {
108642
108714
  "title": "Screenshot (simple)",
108643
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
108715
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
108644
108716
  "type": "string",
108645
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
108717
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
108646
108718
  "transform": [
108647
108719
  "trim"
108648
108720
  ]
@@ -109024,6 +109096,12 @@
109024
109096
  "image.png",
109025
109097
  "static/images/image.png",
109026
109098
  "/User/manny/projects/doc-detective/static/images/image.png",
109099
+ "https://example.com/static/images/image.png",
109100
+ {
109101
+ "path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
109102
+ "maxVariation": 0.05,
109103
+ "overwrite": "aboveVariation"
109104
+ },
109027
109105
  {
109028
109106
  "path": "image.png",
109029
109107
  "directory": "static/images",
@@ -116518,9 +116596,9 @@
116518
116596
  "anyOf": [
116519
116597
  {
116520
116598
  "title": "Screenshot (simple)",
116521
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
116599
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
116522
116600
  "type": "string",
116523
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
116601
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
116524
116602
  "transform": [
116525
116603
  "trim"
116526
116604
  ]
@@ -116531,9 +116609,9 @@
116531
116609
  "properties": {
116532
116610
  "path": {
116533
116611
  "title": "Screenshot (simple)",
116534
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
116612
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
116535
116613
  "type": "string",
116536
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
116614
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
116537
116615
  "transform": [
116538
116616
  "trim"
116539
116617
  ]
@@ -116764,9 +116842,9 @@
116764
116842
  "schemas": {
116765
116843
  "path": {
116766
116844
  "title": "Screenshot (simple)",
116767
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
116845
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
116768
116846
  "type": "string",
116769
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
116847
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
116770
116848
  "transform": [
116771
116849
  "trim"
116772
116850
  ]
@@ -116777,9 +116855,9 @@
116777
116855
  "properties": {
116778
116856
  "path": {
116779
116857
  "title": "Screenshot (simple)",
116780
- "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step.",
116858
+ "description": "File path of the PNG file. Accepts absolute paths. If not specified, the file name is the ID of the step. If an `http(s)` URL is supplied, the remote image is downloaded and used as a read-only reference for comparison; the new capture is written to a local run-specific folder instead of being uploaded back to the URL.",
116781
116859
  "type": "string",
116782
- "pattern": "([A-Za-z0-9_-]*\\.(png|PNG)$|\\$[A-Za-z0-9_]+)",
116860
+ "pattern": "^(?:https?:\\/\\/.+\\.(?:png|PNG)(?:\\?.*)?|[A-Za-z]:[\\/\\\\].*\\.(?:png|PNG)|[\\/\\\\]?[A-Za-z0-9_.\\/\\\\-]*\\.(?:png|PNG)|\\$[A-Za-z0-9_]+)$",
116783
116861
  "transform": [
116784
116862
  "trim"
116785
116863
  ]
@@ -117161,6 +117239,12 @@
117161
117239
  "image.png",
117162
117240
  "static/images/image.png",
117163
117241
  "/User/manny/projects/doc-detective/static/images/image.png",
117242
+ "https://example.com/static/images/image.png",
117243
+ {
117244
+ "path": "https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/request-changes-button-0c851bb3.png",
117245
+ "maxVariation": 0.05,
117246
+ "overwrite": "aboveVariation"
117247
+ },
117164
117248
  {
117165
117249
  "path": "image.png",
117166
117250
  "directory": "static/images",