StackOne · Schema

ConnectSessionAuthenticate

IntegrationsiPaaS

Properties

Name Type Description
token string The token to authenticate with
View JSON Schema on GitHub

JSON Schema

stackone-connectsessionauthenticate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectSessionAuthenticate",
  "title": "ConnectSessionAuthenticate",
  "type": "object",
  "properties": {
    "token": {
      "type": "string",
      "description": "The token to authenticate with"
    }
  },
  "required": [
    "token"
  ]
}