ActorValidateInputOptions
Index
Properties
Properties
optionalbuild
Tag or number of the Actor build whose input schema the input is validated against
(e.g. beta or 1.2.345). If not provided, the default build is used.
optionalcontentType
Content type for the input. If not specified,
input is expected to be an object that will be stringified to JSON and content type set to
application/json; charset=utf-8. If options.contentType is specified, then input must be a
String or Buffer.
Options for validating an Actor input.