Datafiniti · Schema

AuthResponse

Business DataData AggregationData as a ServicePeople DataProduct DataProperty Data

Properties

Name Type Description
token string
View JSON Schema on GitHub

JSON Schema

datafiniti-authresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AuthResponse",
  "title": "AuthResponse",
  "type": "object",
  "required": [
    "token"
  ],
  "properties": {
    "token": {
      "type": "string"
    }
  }
}