---
title: "InputAssistantFieldRequest"
url: "https://developer.tesma.com/apis/tesma-platform-api-v1/versions/333907fb-f0a7-4e20-b01e-c9915c73321a/schemas/InputAssistantFieldRequest"
---

> Full API specification: https://developer.tesma.com/apis/tesma-platform-api-v1/versions/333907fb-f0a7-4e20-b01e-c9915c73321a.md

# InputAssistantFieldRequest

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: tesma
  version: v1
servers:
  - url: https://api.tesma.com
components:
  schemas:
    InputAssistantFieldRequest:
      additionalProperties: false
      properties:
        isMandatory:
          type: boolean
        newValue:
          maxLength: 256
          pattern: ^((?!(<[sS][cC][rR][iI][pP][tT]|\[\%|%\]))(.|\s))*$
          type:
            - "null"
            - string
        technicalFieldName:
          type:
            - "null"
            - string
      required:
        - technicalFieldName
      type: object
```
