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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy