| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "namespace": "experimental.record", | 3 "namespace": "experimental.record", |
| 4 "types": [ | 4 "types": [ |
| 5 { | 5 { |
| 6 "id": "SessionDetails", | 6 "id": "SessionDetails", |
| 7 "type": "object", | 7 "type": "object", |
| 8 "description": "", | 8 "description": "", |
| 9 "properties": { | 9 "properties": { |
| 10 "extensionPath": {"type": "string", "optional": true, "description": "
A path to an extension to run in the session. Should be an unpacked extension."}
, | 10 "extensionPath": {"type": "string", "optional": true, "description": "
A path to an extension to run in the session. Should be an unpacked extension."}
, |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 "name": "callback", | 80 "name": "callback", |
| 81 "type": "function", | 81 "type": "function", |
| 82 "description": "Called when playback has completed.", | 82 "description": "Called when playback has completed.", |
| 83 "parameters": [{"$ref": "ReplayURLsResult", "name": "result"}] | 83 "parameters": [{"$ref": "ReplayURLsResult", "name": "result"}] |
| 84 } | 84 } |
| 85 ] | 85 ] |
| 86 } | 86 } |
| 87 ] | 87 ] |
| 88 } | 88 } |
| 89 ] | 89 ] |
| OLD | NEW |