{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Token_Base", "title": "Token_Base", "type": "object", "properties": { "token": { "type": "string", "description": "JWT Token for accessing the Storefront API" } }, "x-internal": false }