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
/
sitemap
/
schema.json
17 lines
(16 loc)
•
387 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"
$schema
"
:
"http://json-schema.org/schema"
,
"id"
:
"LifeSciencesPortalSchematicsSitemap"
,
"type"
:
"object"
,
"properties"
: {
"path"
: {
"type"
:
"string"
,
"format"
:
"path"
},
"portalType"
: {
"description"
:
"The type of the project."
,
"type"
:
"string"
,
"default"
:
"basic"
} } }