---
title: "JSONAPIresponseshapeschema.Itshouldincludedata.attributes"
url: "https://earlyaccess.developers.bynder.com/apis/text-authoring-api-1/versions/9849902d-3283-4e54-bd51-00051500650c/schemas/JSONAPIresponseshapeschema.Itshouldincludedata.attributes"
---

> Full API specification: https://earlyaccess.developers.bynder.com/apis/text-authoring-api-1/versions/9849902d-3283-4e54-bd51-00051500650c.md

# JSONAPIresponseshapeschema.Itshouldincludedata.attributes

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Text Authoring API
  version: 1.0.0
servers:
  - description: The $ACCOUNT should be your assigned subdomain or replace the whole
      URL if you have a custom domain.
    url: https://$ACCOUNT.bynder.com/api/1/authoring
    variables: {}
components:
  schemas:
    Data:
      properties:
        id:
          contentEncoding: uuid
          description: UUID identifier
          type: string
        type:
          description: Resource type
          type: string
      required:
        - id
        - type
      title: Data
      type: object
    JSONAPIresponseshapeschema.Itshouldincludedata.attributes:
      properties:
        data:
          $ref: "#/components/schemas/Data"
      required:
        - data
      title: JSONAPIresponseshapeschema.Itshouldincludedata.attributes
      type: object
```
