-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d2d5360
commit 49f3ef1
Showing
7 changed files
with
112 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
projects/jupyter-server-ydoc/jupyter_server_ydoc/events/fork.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
"$id": https://schema.jupyter.org/jupyter_collaboration/fork/v1 | ||
"$schema": "http://json-schema.org/draft-07/schema" | ||
version: 1 | ||
title: Collaborative fork events | ||
personal-data: true | ||
description: | | ||
Fork events emitted from server-side during a collaborative session. | ||
type: object | ||
required: | ||
- root_roomid | ||
- fork_roomid | ||
- username | ||
- action | ||
properties: | ||
root_roomid: | ||
type: string | ||
description: | | ||
Root room ID. Usually composed by the file type, format and ID. | ||
fork_roomid: | ||
type: string | ||
description: | | ||
Fork root room ID. | ||
username: | ||
type: string | ||
description: | | ||
The name of the user who created or deleted the fork. | ||
action: | ||
enum: | ||
- create | ||
- delete | ||
description: | | ||
Possible values: | ||
1. create | ||
2. delete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters