зеркало из https://github.com/microsoft/AzureTRE.git
Change health workspace service title (#3111)
* Rename health workspace services * Update template_schema.json Co-authored-by: Marcus Robinson <marrobi@microsoft.com>
This commit is contained in:
Родитель
bc7378d503
Коммит
5f561584a2
|
@ -2,10 +2,24 @@
|
|||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "https://github.com/microsoft/AzureTRE/templates/workspace_services/healthcare_services/template_schema.json",
|
||||
"type": "object",
|
||||
"title": "Azure Health Workspace Service",
|
||||
"description": "Provides Azure Health within the workspace",
|
||||
"title": "Azure Health Data Services Workspace Service",
|
||||
"description": "Provides Azure Health Data Services within the workspace",
|
||||
"required": [],
|
||||
"properties": {
|
||||
"display_name": {
|
||||
"type": "string",
|
||||
"title": "Name for the workspace service",
|
||||
"description": "The name of the workspace service to be displayed to users",
|
||||
"default": "Azure Health Data Services",
|
||||
"updateable": true
|
||||
},
|
||||
"description": {
|
||||
"type": "string",
|
||||
"title": "Description of the workspace service",
|
||||
"description": "Description of the workspace service",
|
||||
"default": "Unify and manage health data and protected health information (PHI) in the cloud.",
|
||||
"updateable": true
|
||||
},
|
||||
"deploy_dicom": {
|
||||
"$id": "#/properties/deploy_dicom",
|
||||
"type": "boolean",
|
||||
|
|
Загрузка…
Ссылка в новой задаче