![JAR search and dependency download from the Maven repository](/logo.png)
schema.functions.functionref.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of serverlessworkflow-api Show documentation
Show all versions of serverlessworkflow-api Show documentation
Java SDK for Serverless Workflow Specification
{
"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