# ShortAnswerFormFieldSpecification

This type is derived from <https://schema.org/PropertyValueSpecification>, which means that any of this type's properties within schema.org may also be used. Note however the properties on this page must be used in preference if a relevant property is available.

## **Properties**

### **Required properties**

| Property | Expected Type                     | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| -------- | --------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| @type    | [`Text`](https://schema.org/Text) | Must always be present and set to `"@type": "ShortAnswerFormFieldSpecification"`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| @id      | [`URL`](https://schema.org/URL)   | <p>A unique URI-based identifier for the record.</p><p><code>@id</code> properties are used as identifiers for compatibility with JSON-LD. The value of such a property must always be an absolute URI that provides a stable globally unique identifier for the resource, as described in <a href="https://tools.ietf.org/html/rfc3986">RFC3986</a>.</p><p>The primary purpose of the URI format in this context is to provide natural namespacing for the identifier. Hence, the URI itself may not resolve to a valid endpoint, but must use a domain name controlled by the resource owner (the organisation responsible for the OpenActive open data feed).</p><p><br>Example</p><p><code>"@id": "<https://example.com/question1>"</code></p> |
| name     | [`Text`](https://schema.org/Text) | Display label for the field.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |

### **Recommended properties**

| Property    | Expected Type                     | Description                                                                             |
| ----------- | --------------------------------- | --------------------------------------------------------------------------------------- |
| description | [`Text`](https://schema.org/Text) | Descriptive help plain text for the field, which must not include HTML or other markup. |

### **Optional properties**

| Property      | Expected Type                           | Description                                                                   |
| ------------- | --------------------------------------- | ----------------------------------------------------------------------------- |
| valueRequired | [`Boolean`](https://schema.org/Boolean) | Specifies that a value for the field is required to proceed with the booking. |

Except as otherwise noted, the content of this page is licensed under the [Creative Commons Attribution License (CC-BY V4.0)](https://creativecommons.org/licenses/by/4.0/), and code samples are licensed under the [MIT License](https://opensource.org/licenses/MIT), for anyone to access, use and share; using attribution "[OpenActive](https://www.openactive.io/)".
