UNPKG
life-sciences-portal-cli
Version:
latest (0.4.0)
0.4.0
0.3.2
0.3.1
A CLI to generate and manage life sciences portals.
github.com//
life-sciences-portal-cli
/
lib
/
schematics
/
internal-cms
/
schema.json
13 lines
(12 loc)
•
270 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"
$schema
"
:
"http://json-schema.org/schema"
,
"id"
:
"LifeSciencesPortalSchematicsInternalCms"
,
"type"
:
"object"
,
"properties"
: {
"path"
: {
"type"
:
"string"
,
"format"
:
"path"
,
"visible"
:
false
} } }