|
297 | 297 | {
|
298 | 298 | "description": "Enables the cancel command without any pre-configured scope.",
|
299 | 299 | "type": "string",
|
300 |
| - "const": "allow-cancel" |
| 300 | + "const": "allow-cancel", |
| 301 | + "markdownDescription": "Enables the cancel command without any pre-configured scope." |
301 | 302 | },
|
302 | 303 | {
|
303 | 304 | "description": "Denies the cancel command without any pre-configured scope.",
|
304 | 305 | "type": "string",
|
305 |
| - "const": "deny-cancel" |
| 306 | + "const": "deny-cancel", |
| 307 | + "markdownDescription": "Denies the cancel command without any pre-configured scope." |
306 | 308 | },
|
307 | 309 | {
|
308 | 310 | "description": "Enables the check_permissions command without any pre-configured scope.",
|
309 | 311 | "type": "string",
|
310 |
| - "const": "allow-check-permissions" |
| 312 | + "const": "allow-check-permissions", |
| 313 | + "markdownDescription": "Enables the check_permissions command without any pre-configured scope." |
311 | 314 | },
|
312 | 315 | {
|
313 | 316 | "description": "Denies the check_permissions command without any pre-configured scope.",
|
314 | 317 | "type": "string",
|
315 |
| - "const": "deny-check-permissions" |
| 318 | + "const": "deny-check-permissions", |
| 319 | + "markdownDescription": "Denies the check_permissions command without any pre-configured scope." |
316 | 320 | },
|
317 | 321 | {
|
318 | 322 | "description": "Enables the open_app_settings command without any pre-configured scope.",
|
319 | 323 | "type": "string",
|
320 |
| - "const": "allow-open-app-settings" |
| 324 | + "const": "allow-open-app-settings", |
| 325 | + "markdownDescription": "Enables the open_app_settings command without any pre-configured scope." |
321 | 326 | },
|
322 | 327 | {
|
323 | 328 | "description": "Denies the open_app_settings command without any pre-configured scope.",
|
324 | 329 | "type": "string",
|
325 |
| - "const": "deny-open-app-settings" |
| 330 | + "const": "deny-open-app-settings", |
| 331 | + "markdownDescription": "Denies the open_app_settings command without any pre-configured scope." |
326 | 332 | },
|
327 | 333 | {
|
328 | 334 | "description": "Enables the request_permissions command without any pre-configured scope.",
|
329 | 335 | "type": "string",
|
330 |
| - "const": "allow-request-permissions" |
| 336 | + "const": "allow-request-permissions", |
| 337 | + "markdownDescription": "Enables the request_permissions command without any pre-configured scope." |
331 | 338 | },
|
332 | 339 | {
|
333 | 340 | "description": "Denies the request_permissions command without any pre-configured scope.",
|
334 | 341 | "type": "string",
|
335 |
| - "const": "deny-request-permissions" |
| 342 | + "const": "deny-request-permissions", |
| 343 | + "markdownDescription": "Denies the request_permissions command without any pre-configured scope." |
336 | 344 | },
|
337 | 345 | {
|
338 | 346 | "description": "Enables the scan command without any pre-configured scope.",
|
339 | 347 | "type": "string",
|
340 |
| - "const": "allow-scan" |
| 348 | + "const": "allow-scan", |
| 349 | + "markdownDescription": "Enables the scan command without any pre-configured scope." |
341 | 350 | },
|
342 | 351 | {
|
343 | 352 | "description": "Denies the scan command without any pre-configured scope.",
|
344 | 353 | "type": "string",
|
345 |
| - "const": "deny-scan" |
| 354 | + "const": "deny-scan", |
| 355 | + "markdownDescription": "Denies the scan command without any pre-configured scope." |
346 | 356 | },
|
347 | 357 | {
|
348 | 358 | "description": "Enables the vibrate command without any pre-configured scope.",
|
349 | 359 | "type": "string",
|
350 |
| - "const": "allow-vibrate" |
| 360 | + "const": "allow-vibrate", |
| 361 | + "markdownDescription": "Enables the vibrate command without any pre-configured scope." |
351 | 362 | },
|
352 | 363 | {
|
353 | 364 | "description": "Denies the vibrate command without any pre-configured scope.",
|
354 | 365 | "type": "string",
|
355 |
| - "const": "deny-vibrate" |
| 366 | + "const": "deny-vibrate", |
| 367 | + "markdownDescription": "Denies the vibrate command without any pre-configured scope." |
356 | 368 | },
|
357 | 369 | {
|
358 |
| - "description": "This permission set configures which\nbarcode scanning features are by default exposed.\n\n#### Granted Permissions\n\nIt allows all barcode related features.\n\n", |
| 370 | + "description": "This permission set configures which\nbarcode scanning features are by default exposed.\n\n#### Granted Permissions\n\nIt allows all barcode related features.\n\n\n#### This default permission set includes:\n\n- `allow-cancel`\n- `allow-check-permissions`\n- `allow-open-app-settings`\n- `allow-request-permissions`\n- `allow-scan`\n- `allow-vibrate`", |
359 | 371 | "type": "string",
|
360 |
| - "const": "default" |
| 372 | + "const": "default", |
| 373 | + "markdownDescription": "This permission set configures which\nbarcode scanning features are by default exposed.\n\n#### Granted Permissions\n\nIt allows all barcode related features.\n\n\n#### This default permission set includes:\n\n- `allow-cancel`\n- `allow-check-permissions`\n- `allow-open-app-settings`\n- `allow-request-permissions`\n- `allow-scan`\n- `allow-vibrate`" |
361 | 374 | }
|
362 | 375 | ]
|
363 | 376 | }
|
|
0 commit comments