-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathnotes.txt
112 lines (111 loc) · 4.18 KB
/
notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
extra fields in repodata-record for Navigator app
"app_cli_opts": {
"$id": "#/properties/app_cli_opts",
"type": "array",
"title": "The App_cli_opts Schema",
"description": "An explanation about the purpose of this instance.",
"default": [],
"items": {
"$id": "#/properties/app_cli_opts/items",
"type": "object",
"title": "The Items Schema",
"description": "An explanation about the purpose of this instance.",
"default": {},
"examples": [
{
"summary": "Server port ...",
"args": "--port %s",
"default": "8080",
"name": "port"
}
],
"required": [
"args",
"default",
"name",
"summary"
],
"properties": {
"args": {
"$id": "#/properties/app_cli_opts/items/properties/args",
"type": "string",
"title": "The Args Schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"--port %s"
]
},
"default": {
"$id": "#/properties/app_cli_opts/items/properties/default",
"type": "string",
"title": "The Default Schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"8080"
]
},
"name": {
"$id": "#/properties/app_cli_opts/items/properties/name",
"type": "string",
"title": "The Name Schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"port"
]
},
"summary": {
"$id": "#/properties/app_cli_opts/items/properties/summary",
"type": "string",
"title": "The Summary Schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"Server port ..."
]
}
}
}
},
"app_entry": {
"$id": "#/properties/app_entry",
"type": "string",
"title": "The App_entry Schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"jupyter-notebook"
]
},
"app_type": {
"$id": "#/properties/app_type",
"type": "string",
"title": "The App_type Schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"web"
]
},
"icon": {
"$id": "#/properties/icon",
"type": "string",
"title": "The Icon Schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"e5a62955bb90d3266c483d85e094d3c6.png"
]
},
"type": {
"$id": "#/properties/type",
"type": "string",
"title": "The Type Schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"app"
]
},