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

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

# CreatedOptionStreamOutput

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Metaproperty options
  version: "1.0"
servers:
  - url: https://{your-bynder-domain}/
components:
  schemas:
    CreatedOptionStreamOutput:
      properties:
        definition:
          type: string
        externalReference:
          type: string
        icon:
          type: string
        id:
          format: uuid
          type: string
        name:
          type: string
        status:
          type: string
      required:
        - externalReference
        - id
        - name
        - status
        - icon
      title: CreatedOptionStreamOutput
      type: object
```
