AC - A single entry type for storing arbitrary JSON data - This entry type has CRUD functionality implemented by https://docs.rs/hc_crud_caps/latest/hc_crud/ - A single link type for linking from an anchor to the entry type - An extern zome function that adds an entity to a collection - the collection is specified by a string - the collection string is used as the link base anchor - An extern zome function that removes an entity from a collection.
AC