cozemble / monorepo

A data and process canvas
https://cozemble.com
Apache License 2.0
13 stars 1 forks source link

Support arrays/lists #81

Closed mike-hogan closed 1 year ago

mike-hogan commented 1 year ago

Thinking initially lists of base types, for cases like this:

    "menu_items": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },

Other cases might be: items cooked during a cooking session, items stored in the fridge at 5 degrees

The user might want an option to just render it as a list of strings, a numbered list, or a bulleted list.

So a list of base types seems manageable by my imagination. But what if it was a list of object, like bicycles, which have make, model, colour etc. Maybe wait until we have a use case?

mike-hogan commented 1 year ago

done