Skip to content

Generic Array Datatype #127

@theduke

Description

@theduke

There currently only is a resource-array datatype, which requires using nested resources if there are multiple values.

Often I would want to have a property with multiple plain values though.

Reasons:

Image you want an array of ints or strings.

  • defining an extra resource type is really noisy in the schema
  • wrapping each value in an extra object introduces a lot of overhead for larger databases

So there should be a datatype for "array of type T".

Defining the nested type would run into similar issues as #126 though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions