diff --git a/api_app/schemas/azuread.json b/api_app/schemas/azuread.json index eb0457b672..29b8354a22 100644 --- a/api_app/schemas/azuread.json +++ b/api_app/schemas/azuread.json @@ -1,23 +1,23 @@ { - "$schema": "http://json-schema.org/draft-07/schema", - "$id": "https://github.com/microsoft/AzureTRE/schema/azuread.json", - "type": "object", - "title": "Azure AD Authorisation Schema", - "default": {}, - "required": [ - "client_id" - ], - "properties": { - "client_id": { - "type": "string", - "title": "Application (Client) ID", - "description": "The AAD Application Registration ID for the workspace. Use 'auto_create' if you wish TRE to create this." - }, - "client_secret": { - "type": "string", - "title": "Application (Client) Secret", - "description": "The AAD Application Registration secret for the workspace. Leave blank if using `auto_create` above. This value will be stored in the Workspace Key Vault.", - "sensitive": true + "$schema": "http://json-schema.org/draft-07/schema", + "$id": "https://github.com/microsoft/AzureTRE/schema/azuread.json", + "type": "object", + "title": "Azure AD Authorisation Schema", + "default": {}, + "required": [ + "client_id" + ], + "properties": { + "client_id": { + "type": "string", + "title": "Application (Client) ID", + "description": "The AAD Application Registration ID for the workspace. Use 'auto_create' if you wish TRE to create this." + }, + "client_secret": { + "type": "string", + "title": "Application (Client) Secret", + "description": "The AAD Application Registration secret for the workspace. Leave blank if using `auto_create` above. This value will be stored in the Workspace Key Vault.", + "sensitive": true + } } - } }