| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "namespace": "experimental.storage", | 3 "namespace": "storage", |
| 4 "types": [ | 4 "types": [ |
| 5 { | 5 { |
| 6 "id": "StorageChange", | 6 "id": "StorageChange", |
| 7 "type": "object", | 7 "type": "object", |
| 8 "properties": { | 8 "properties": { |
| 9 "oldValue": { | 9 "oldValue": { |
| 10 "type": "any", | 10 "type": "any", |
| 11 "description": "The old value of the item, if there was an old value
.", | 11 "description": "The old value of the item, if there was an old value
.", |
| 12 "optional": true | 12 "optional": true |
| 13 }, | 13 }, |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 }, | 153 }, |
| 154 "local": { | 154 "local": { |
| 155 "$ref": "StorageNamespace", | 155 "$ref": "StorageNamespace", |
| 156 "description": "Items under the \"local\" namespace are local to each ma
chine.", | 156 "description": "Items under the \"local\" namespace are local to each ma
chine.", |
| 157 "unprivileged": true, | 157 "unprivileged": true, |
| 158 "value": [ "local" ] | 158 "value": [ "local" ] |
| 159 } | 159 } |
| 160 } | 160 } |
| 161 } | 161 } |
| 162 ] | 162 ] |
| OLD | NEW |