UNPKG
@swell/cli
Version:
alpha (2.0.2-alpha.0)
latest (2.3.0)
2.3.0
2.2.1
2.2.0
2.1.0
2.0.20
2.0.19
2.0.18
2.0.17
2.0.16
2.0.15
2.0.14
2.0.13
2.0.12
2.0.11
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.2-alpha.0
2.0.1-alpha.18
2.0.1-alpha.17
2.0.1-alpha.16
2.0.1-alpha.13
2.0.1-alpha.12
2.0.1-alpha.11
2.0.1-alpha.10
2.0.1-alpha.9
2.0.1-alpha.8
2.0.1-alpha.7
2.0.1-alpha.6
2.0.1-alpha.5
2.0.1-alpha.4
2.0.1-alpha.3
2.0.1-alpha.2
2.0.1-alpha.0
1.0.2
1.0.1-alpha
1.0.0-alpha
0.1.1
0.1.0
Swell's command line interface/utility
www.swell.is
@swell/cli
/
dist
/
lib
/
create
/
schemas.js
8 lines
(7 loc)
•
304 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
const
SCHEMAS = { CONTENT:
'https
:
//json.swell.store/content.json',
MODEL:
'https
:
//json.swell.store/model.json',
NOTIFICATION:
'https
:
//json.swell.store/notification.json',
SETTING:
'https
:
//json.swell.store/setting.json',
WEBHOOK:
'https
:
//json.swell.store/webhook.json',
};