Skip to content

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
binarysysadmin committed Apr 23, 2024
1 parent d1d538d commit fed14bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/v3/authorize/send.json
Original file line number Diff line number Diff line change
@@ -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.[test]",
"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.",
"type": "object",
"auth_required": 0,
"additionalProperties": false,
Expand All @@ -10,7 +10,7 @@
],
"properties": {
"authorize": {
"description": "Authentication token. May be retrieved from https://www.binary.com/en/user/security/api_tokenws.html[test]",
"description": "Authentication token. May be retrieved from https://www.binary.com/en/user/security/api_tokenws.html",
"type": "string",
"pattern": "^[\\w\\-]{1,128}$",
"sensitive": 1
Expand Down

0 comments on commit fed14bd

Please sign in to comment.