contentstack · Schema

LoginResponse

Authentication response containing the user's authtoken.

Properties

Name Type Description
user object
View JSON Schema on GitHub

JSON Schema

contentstack-loginresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LoginResponse",
  "title": "LoginResponse",
  "type": "object",
  "description": "Authentication response containing the user's authtoken.",
  "properties": {
    "user": {
      "$ref": "#/components/schemas/User"
    }
  }
}