{
    "$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"
        }
    }
}
