| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "namespace": "extension", | 3 "namespace": "extension", |
| 4 "unprivileged": true, | 4 "unprivileged": true, |
| 5 "types": [ | 5 "types": [ |
| 6 { | 6 { |
| 7 "id": "MessageSender", | 7 "id": "MessageSender", |
| 8 "type": "object", | 8 "type": "object", |
| 9 "description": "An object containing information about the script contex
t that sent a message or request.", | 9 "description": "An object containing information about the script contex
t that sent a message or request.", |
| 10 "properties": { | 10 "properties": { |
| (...skipping 6594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6605 "description": "Disk volume mount point path. The value corresponds
to its Entry.fullPath in File API." | 6605 "description": "Disk volume mount point path. The value corresponds
to its Entry.fullPath in File API." |
| 6606 }, | 6606 }, |
| 6607 "sourceUrl": { | 6607 "sourceUrl": { |
| 6608 "type": "string", | 6608 "type": "string", |
| 6609 "description": "The path to the mounted devicem, url of the mounted
archive file or network resource." | 6609 "description": "The path to the mounted devicem, url of the mounted
archive file or network resource." |
| 6610 }, | 6610 }, |
| 6611 "mountType": { | 6611 "mountType": { |
| 6612 "type": "string", | 6612 "type": "string", |
| 6613 "enum": ["device", "file", "network"], | 6613 "enum": ["device", "file", "network"], |
| 6614 "description": "Type of the mount." | 6614 "description": "Type of the mount." |
| 6615 }, |
| 6616 "mountCondition": { |
| 6617 "type": "string", |
| 6618 "description": "Additional data about mount, for example, that the f
ilesystem is not supported." |
| 6615 } | 6619 } |
| 6616 } | 6620 } |
| 6617 }, | 6621 }, |
| 6618 { | 6622 { |
| 6619 "id": "VolumeMetadata", | 6623 "id": "VolumeMetadata", |
| 6620 "type": "object", | 6624 "type": "object", |
| 6621 "description": "Mounted disk volume metadata.", | 6625 "description": "Mounted disk volume metadata.", |
| 6622 "properties": { | 6626 "properties": { |
| 6623 "mountPath": { | 6627 "mountPath": { |
| 6624 "type": "string", | 6628 "type": "string", |
| (...skipping 1440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8065 "description": "A string result code. The value is non-empty on
success only in tests.", | 8069 "description": "A string result code. The value is non-empty on
success only in tests.", |
| 8066 "optional": "true" | 8070 "optional": "true" |
| 8067 } | 8071 } |
| 8068 ] | 8072 ] |
| 8069 } | 8073 } |
| 8070 ] | 8074 ] |
| 8071 } | 8075 } |
| 8072 ] | 8076 ] |
| 8073 } | 8077 } |
| 8074 ] | 8078 ] |
| OLD | NEW |