{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/shareworks/main/json-schema/AccessToken.json", "title": "Access Token Body", "required": [ "value" ], "type": "object", "properties": { "value": { "type": "string", "description": "Access Token Value" } }, "description": "Token to accompany all API requests for authentication purposes" }