{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/roku/refs/heads/main/json-schema/nabu-cloud-body-serviceaccounts-login-token-schema.json", "title": "Body_serviceaccounts-login_token", "description": "Body_serviceaccounts-login_token schema from Roku Nabu Cloud", "type": "object", "properties": { "grant_type": { "type": "string", "pattern": "client_credentials", "title": "Grant Type" }, "client_id": { "type": "string", "title": "Client Id" }, "client_secret": { "type": "string", "title": "Client Secret" } } }