From d1d538dd9285c9a8d790510c584bea9f70d25b2b Mon Sep 17 00:00:00 2001 From: Github Workflow Date: Tue, 23 Apr 2024 10:04:34 +0000 Subject: [PATCH] JSON Schema Update --- config/v3/authorize/send.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/v3/authorize/send.json b/config/v3/authorize/send.json index 6406085c..8e6cb4d7 100644 --- a/config/v3/authorize/send.json +++ b/config/v3/authorize/send.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", "title": "Authorize (request)", - "description": "Authorize current WebSocket session to act on behalf of the owner of a given token. Must precede requests that need to access client account, for example purchasing and selling contracts or viewing portfolio.", + "description": "Authorize current WebSocket session to act on behalf of the owner of a given token. Must precede requests that need to access client account, for example purchasing and selling contracts or viewing portfolio.[test]", "type": "object", "auth_required": 0, "additionalProperties": false, @@ -10,7 +10,7 @@ ], "properties": { "authorize": { - "description": "Authentication token. May be retrieved from https://www.binary.com/en/user/security/api_tokenws.html", + "description": "Authentication token. May be retrieved from https://www.binary.com/en/user/security/api_tokenws.html[test]", "type": "string", "pattern": "^[\\w\\-]{1,128}$", "sensitive": 1