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

schema.datainputschema.datainputschema.json Maven / Gradle / Ivy

There is a newer version: 7.0.0-alpha5.1
Show newest version
{
  "type": "object",
  "javaType": "io.serverlessworkflow.api.datainputschema.DataInputSchema",
  "description": "Workflow data input schema",
  "properties": {
    "schema": {
      "type": "string",
      "description":  "URI of the JSON Schema used to validate the workflow data input",
      "minLength": 1
    },
    "failOnValidationErrors": {
      "type": "boolean",
      "default": true,
      "description": "Determines if workfow execution should continue if there are validation errors"
    }
  },
  "required": [
    "schema",
    "failOnValidationErrors"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy