|
1458 | 1458 | "returns": [ |
1459 | 1459 | { |
1460 | 1460 | "name": "body", |
1461 | | - "description": "The encoded body as a base64 string. Omitted if sizeOnly is true.", |
| 1461 | + "description": "The encoded body as a base64 string. Omitted if sizeOnly is true. (Encoded as a base64 string when passed over JSON)", |
1462 | 1462 | "optional": true, |
1463 | 1463 | "type": "string" |
1464 | 1464 | }, |
|
2138 | 2138 | }, |
2139 | 2139 | { |
2140 | 2140 | "name": "image", |
2141 | | - "description": "Png encoded image.", |
| 2141 | + "description": "Png encoded image. (Encoded as a base64 string when passed over JSON)", |
2142 | 2142 | "optional": true, |
2143 | 2143 | "type": "string" |
2144 | 2144 | } |
|
3549 | 3549 | "properties": [ |
3550 | 3550 | { |
3551 | 3551 | "name": "body", |
3552 | | - "description": "Entry content, base64-encoded.", |
| 3552 | + "description": "Entry content, base64-encoded. (Encoded as a base64 string when passed over JSON)", |
3553 | 3553 | "type": "string" |
3554 | 3554 | } |
3555 | 3555 | ] |
|
7474 | 7474 | }, |
7475 | 7475 | { |
7476 | 7476 | "name": "screenshotData", |
7477 | | - "description": "Base64-encoded image data of the screenshot, if one was requested and successfully taken.", |
| 7477 | + "description": "Base64-encoded image data of the screenshot, if one was requested and successfully taken. (Encoded as a base64 string when passed over JSON)", |
7478 | 7478 | "optional": true, |
7479 | 7479 | "type": "string" |
7480 | 7480 | } |
|
8726 | 8726 | }, |
8727 | 8727 | { |
8728 | 8728 | "name": "picture", |
8729 | | - "description": "Base64-encoded snapshot data.", |
| 8729 | + "description": "Base64-encoded snapshot data. (Encoded as a base64 string when passed over JSON)", |
8730 | 8730 | "type": "string" |
8731 | 8731 | } |
8732 | 8732 | ] |
|
11028 | 11028 | }, |
11029 | 11029 | { |
11030 | 11030 | "name": "rawResponse", |
11031 | | - "description": "If set the requests completes using with the provided base64 encoded raw response, including\nHTTP status line and headers etc... Must not be set in response to an authChallenge.", |
| 11031 | + "description": "If set the requests completes using with the provided base64 encoded raw response, including\nHTTP status line and headers etc... Must not be set in response to an authChallenge. (Encoded as a base64 string when passed over JSON)", |
11032 | 11032 | "optional": true, |
11033 | 11033 | "type": "string" |
11034 | 11034 | }, |
|
13906 | 13906 | "returns": [ |
13907 | 13907 | { |
13908 | 13908 | "name": "data", |
13909 | | - "description": "Base64-encoded image data.", |
| 13909 | + "description": "Base64-encoded image data. (Encoded as a base64 string when passed over JSON)", |
13910 | 13910 | "type": "string" |
13911 | 13911 | } |
13912 | 13912 | ] |
|
14370 | 14370 | "returns": [ |
14371 | 14371 | { |
14372 | 14372 | "name": "data", |
14373 | | - "description": "Base64-encoded pdf data. Empty if |returnAsStream| is specified.", |
| 14373 | + "description": "Base64-encoded pdf data. Empty if |returnAsStream| is specified. (Encoded as a base64 string when passed over JSON)", |
14374 | 14374 | "type": "string" |
14375 | 14375 | }, |
14376 | 14376 | { |
|
14827 | 14827 | }, |
14828 | 14828 | { |
14829 | 14829 | "name": "data", |
14830 | | - "description": "Base64-encoded data", |
| 14830 | + "description": "Base64-encoded data (Encoded as a base64 string when passed over JSON)", |
14831 | 14831 | "type": "string" |
14832 | 14832 | } |
14833 | 14833 | ] |
|
15240 | 15240 | "parameters": [ |
15241 | 15241 | { |
15242 | 15242 | "name": "data", |
15243 | | - "description": "Base64-encoded compressed image.", |
| 15243 | + "description": "Base64-encoded compressed image. (Encoded as a base64 string when passed over JSON)", |
15244 | 15244 | "type": "string" |
15245 | 15245 | }, |
15246 | 15246 | { |
|
15307 | 15307 | }, |
15308 | 15308 | { |
15309 | 15309 | "name": "data", |
15310 | | - "description": "Base64-encoded data", |
| 15310 | + "description": "Base64-encoded data (Encoded as a base64 string when passed over JSON)", |
15311 | 15311 | "type": "string" |
15312 | 15312 | } |
15313 | 15313 | ] |
|
17488 | 17488 | }, |
17489 | 17489 | { |
17490 | 17490 | "name": "perfettoConfig", |
17491 | | - "description": "Base64-encoded serialized perfetto.protos.TraceConfig protobuf message\nWhen specified, the parameters `categories`, `options`, `traceConfig`\nare ignored.", |
| 17491 | + "description": "Base64-encoded serialized perfetto.protos.TraceConfig protobuf message\nWhen specified, the parameters `categories`, `options`, `traceConfig`\nare ignored. (Encoded as a base64 string when passed over JSON)", |
17492 | 17492 | "optional": true, |
17493 | 17493 | "type": "string" |
17494 | 17494 | } |
@@ -17754,13 +17754,13 @@ |
17754 | 17754 | }, |
17755 | 17755 | { |
17756 | 17756 | "name": "binaryResponseHeaders", |
17757 | | - "description": "Alternative way of specifying response headers as a \\0-separated\nseries of name: value pairs. Prefer the above method unless you\nneed to represent some non-UTF8 values that can't be transmitted\nover the protocol as text.", |
| 17757 | + "description": "Alternative way of specifying response headers as a \\0-separated\nseries of name: value pairs. Prefer the above method unless you\nneed to represent some non-UTF8 values that can't be transmitted\nover the protocol as text. (Encoded as a base64 string when passed over JSON)", |
17758 | 17758 | "optional": true, |
17759 | 17759 | "type": "string" |
17760 | 17760 | }, |
17761 | 17761 | { |
17762 | 17762 | "name": "body", |
17763 | | - "description": "A response body.", |
| 17763 | + "description": "A response body. (Encoded as a base64 string when passed over JSON)", |
17764 | 17764 | "optional": true, |
17765 | 17765 | "type": "string" |
17766 | 17766 | }, |
|
17795 | 17795 | }, |
17796 | 17796 | { |
17797 | 17797 | "name": "postData", |
17798 | | - "description": "If set, overrides the post data in the request.", |
| 17798 | + "description": "If set, overrides the post data in the request. (Encoded as a base64 string when passed over JSON)", |
17799 | 17799 | "optional": true, |
17800 | 17800 | "type": "string" |
17801 | 17801 | }, |
@@ -18523,12 +18523,12 @@ |
18523 | 18523 | }, |
18524 | 18524 | { |
18525 | 18525 | "name": "privateKey", |
18526 | | - "description": "The ECDSA P-256 private key in PKCS#8 format.", |
| 18526 | + "description": "The ECDSA P-256 private key in PKCS#8 format. (Encoded as a base64 string when passed over JSON)", |
18527 | 18527 | "type": "string" |
18528 | 18528 | }, |
18529 | 18529 | { |
18530 | 18530 | "name": "userHandle", |
18531 | | - "description": "An opaque byte sequence with a maximum size of 64 bytes mapping the\ncredential to a specific user.", |
| 18531 | + "description": "An opaque byte sequence with a maximum size of 64 bytes mapping the\ncredential to a specific user. (Encoded as a base64 string when passed over JSON)", |
18532 | 18532 | "optional": true, |
18533 | 18533 | "type": "string" |
18534 | 18534 | }, |
|
18539 | 18539 | }, |
18540 | 18540 | { |
18541 | 18541 | "name": "largeBlob", |
18542 | | - "description": "The large blob associated with the credential.\nSee https://w3c.github.io/webauthn/#sctn-large-blob-extension", |
| 18542 | + "description": "The large blob associated with the credential.\nSee https://w3c.github.io/webauthn/#sctn-large-blob-extension (Encoded as a base64 string when passed over JSON)", |
18543 | 18543 | "optional": true, |
18544 | 18544 | "type": "string" |
18545 | 18545 | } |
|
19354 | 19354 | }, |
19355 | 19355 | { |
19356 | 19356 | "name": "evaluator", |
19357 | | - "description": "Code of the evaluator module.", |
| 19357 | + "description": "Code of the evaluator module. (Encoded as a base64 string when passed over JSON)", |
19358 | 19358 | "type": "string" |
19359 | 19359 | }, |
19360 | 19360 | { |
|
19430 | 19430 | }, |
19431 | 19431 | { |
19432 | 19432 | "name": "bytecode", |
19433 | | - "description": "Wasm bytecode.", |
| 19433 | + "description": "Wasm bytecode. (Encoded as a base64 string when passed over JSON)", |
19434 | 19434 | "optional": true, |
19435 | 19435 | "type": "string" |
19436 | 19436 | } |
|
19450 | 19450 | "returns": [ |
19451 | 19451 | { |
19452 | 19452 | "name": "bytecode", |
19453 | | - "description": "Script source.", |
| 19453 | + "description": "Script source. (Encoded as a base64 string when passed over JSON)", |
19454 | 19454 | "type": "string" |
19455 | 19455 | } |
19456 | 19456 | ] |
|
0 commit comments