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

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

# OptionListInvalidOutput

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Metaproperty options
  version: "1.0"
servers:
  - url: https://{your-bynder-domain}/
components:
  schemas:
    OptionListCursorFormatInvalidOutput:
      properties:
        errorCode:
          type: string
        message:
          type: string
      required:
        - errorCode
        - message
      title: OptionListCursorFormatInvalidOutput
      type: object
    OptionListCursorParameterInvalidOutput:
      properties:
        errorCode:
          type: string
        message:
          type: string
      required:
        - errorCode
        - message
      title: OptionListCursorParameterInvalidOutput
      type: object
    OptionListInvalidOutput:
      oneOf:
        - $ref: "#/components/schemas/OptionListCursorFormatInvalidOutput"
        - $ref: "#/components/schemas/OptionListCursorParameterInvalidOutput"
      properties:
        errorCode:
          type: string
        message:
          type: string
      title: OptionListInvalidOutput
      type: object
```
