The forms appear to work but it lacks the detail in the schema.
Also, collection2 shows array of object definitions to also include sub-field definitions in the schema keyed by dot notation, eg. array_field.$.sub_field. But none of these have been generated.
Perhaps also update array_item_type to also support composition of other schemas/collections (eg. "array_item_type": "other_collections" or "array_item_type": "Schema.OtherCollections") which can be also be edited via the same crud table mechanism.
Hi,
(Edit: Rephrasing the problem, to include more detail)
I know collection2 is experimental at the moment. But for a field defined as:
The input json generates
SimpleSchema
fields containing:The forms appear to work but it lacks the detail in the schema.
Also, collection2 shows array of object definitions to also include sub-field definitions in the schema keyed by dot notation, eg.
array_field.$.sub_field
. But none of these have been generated.Perhaps also update
array_item_type
to also support composition of other schemas/collections (eg."array_item_type": "other_collections"
or"array_item_type": "Schema.OtherCollections"
) which can be also be edited via the same crud table mechanism.