UNPKG

life-sciences-portal-cli

Version:

A CLI to generate and manage life sciences portals.

17 lines (16 loc) 387 B
{ "$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" } } }