All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.schema.auth.logoutRequest.json Maven / Gradle / Ivy

There is a newer version: 1.6.1
Show newest version
{
  "$id": "https://open-metadata.org/schema/api/auth/logoutRequest.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LogoutRequest",
  "description": "This schema defines Logout Request.",
  "type": "object",
  "javaType": "org.openmetadata.schema.auth.LogoutRequest",
  "properties": {
    "username": {
      "description": "Logout Username",
      "type": "string"
    },
    "token": {
      "description": "Token To be Expired",
      "type": "string"
    },
    "logoutTime": {
      "description": "Logout Time",
      "$ref": "../type/basic.json#/definitions/dateTime"
    },
    "refreshToken": {
      "description": "Refresh Token",
      "type": "string"
    }
  },
  "additionalProperties": false,
  "required": [
    "token"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy