schema.correlation.correlationdef.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.correlation.CorrelationDef",
"description": "CloudEvent correlation definition",
"properties": {
"contextAttributeName": {
"type": "string",
"description": "CloudEvent Extension Context Attribute name",
"minLength": 1
},
"contextAttributeValue": {
"type": "string",
"description": "CloudEvent Extension Context Attribute value",
"minLength": 1
}
},
"required": [
"contextAttributeName"
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy