form-definition-v2-schema-properties-outputs-outputs-item
Items Type
object (Outputs Item)
items Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| emailAddress | string | Optional | cannot be null | Form Definition V2 Schema |
| audience | string | Required | cannot be null | Form Definition V2 Schema |
| version | string | Required | cannot be null | Form Definition V2 Schema |
emailAddress
Email address where form submissions are sent
emailAddress
-
is optional
-
Type:
string(Email Address) -
cannot be null
-
defined in: Form Definition V2 Schema
Email Address Type
string (Email Address)
emailAddress Constraints
email: the string must be an email address, according to RFC 5322, section 3.4.1
audience
Target audience for the output (human readable or machine processable)
audience
-
is required
-
Type:
string(Audience) -
cannot be null
-
defined in: Form Definition V2 Schema
Audience Type
string (Audience)
audience Constraints
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"human" | |
"machine" |
version
Version identifier for the output format
version
-
is required
-
Type:
string(Version) -
cannot be null
-
defined in: Form Definition V2 Schema
Version Type
string (Version)