---
title: "InvalidOptionOutput"
url: "https://earlyaccess.developers.bynder.com/apis/metaproperty-options-1/versions/9b6f896a-c5dd-4f1a-a8e4-591e5ef4f1db/schemas/InvalidOptionOutput"
---

> Full API specification: https://earlyaccess.developers.bynder.com/apis/metaproperty-options-1/versions/9b6f896a-c5dd-4f1a-a8e4-591e5ef4f1db.md

# InvalidOptionOutput

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Metaproperty options
  version: "1.0"
servers:
  - url: https://{your-bynder-domain}/
components:
  schemas:
    InvalidOptionOutput:
      properties:
        errorCode:
          type: string
        errors:
          items:
            properties:
              errorCode:
                type: string
              message:
                type: string
            required:
              - errorCode
              - message
            title: ErrorMessage
            type: object
          type: array
        message:
          type: string
      required:
        - errorCode
        - message
      title: InvalidOptionOutput
      type: object
```
