Skip to content
#

headless

Here are 14,398 public repositories matching this topic...

directus
baranelitez
baranelitez commented Jul 6, 2021

Describe the Bug

Hi. I've added a repeater interface for my JSON object, and set the fields as follows:
itemid: integer
quantity: integer

When requested from the API, the numbers are returned as strings. Example response:
[{"itemid":"3","quantity":"5","stackable":true}]

Note that the boolean type works correctly as opposed to integers.

To Reproduce

  • Create a collection with
vue-storefront

Improve this page

Add a description, image, and links to the headless topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the headless topic, visit your repo's landing page and select "manage topics."

Learn more