Background
Once we have the schema, we need a storage layer to fetch and store wish data. This could come in the usual form of a PHP value class (model) and a corresponding storage class.
This task does not include storing data from wiki content, which is T387958, but does include the methods that would be used.