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

schema.functions.functionref.json Maven / Gradle / Ivy

There is a newer version: 7.0.0-alpha5.1
Show newest version
{
  "type": "object",
  "javaType": "io.serverlessworkflow.api.functions.FunctionRef",
  "properties": {
    "refName": {
      "type": "string",
      "description": "Name of the referenced function",
      "minLength": 1
    },
    "parameters": {
      "type": "object",
      "description": "Function parameters",
      "existingJavaType": "java.util.Map"
    }
  },
  "required": [
    "refName"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy