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

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

There is a newer version: 1.6.1
Show newest version
{
  "$id": "https://open-metadata.org/schema/api/auth/revokeToken.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Generate JWT Token Request",
  "description": "Generate JWT Token Request.",
  "type": "object",
  "javaType": "org.openmetadata.schema.auth.RevokeTokenRequest",
  "properties": {
    "id": {
      "$ref": "../type/basic.json#/definitions/uuid"
    }
  },
  "additionalProperties": false,
  "required": ["id"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy