openculinary / knowledge-graph

The RecipeRadar knowledge graph stores and provides access to recipe and ingredient relationship information.
GNU Affero General Public License v3.0
10 stars 0 forks source link

Separate product-related and query-related response fields #35

Closed jayaddison closed 4 years ago

jayaddison commented 4 years ago

Describe the reason for these changes and the problem that they solve

Resolves #34

Briefly summarize the changes

  1. Place product metadata underneath a product response key, per-input-query
  2. Place query metadata underneath a query response key, per-input-query

How have the changes been tested?

  1. Unit tests are updated

List any issues that this change relates to Fixes #34