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

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

There is a newer version: 7.0.0-alpha5.1
Show newest version
{
  "type": "object",
  "javaType": "io.serverlessworkflow.api.auth.BearerAuthDefinition",
  "properties": {
    "token": {
      "type": "string",
      "description": "String or a workflow expression. Contains the token",
      "minLength": 1
    },
    "metadata": {
      "$ref": "../metadata/metadata.json"
    }
  },
  "required": [
    "token"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy