This repository was archived by the owner on Jun 18, 2024. It is now read-only.
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
keyword element: string or array? #33
Closed
Description
The use of the keyword element is described as "Separate keywords with commas". however, the cardinality is set to (1,n).
is the intent to have 1 keyword element with a string of comma separated keywords (as in the example in schema.md)
{"keyword":"squash,vegetables,veggies,greens,leafy,spinach,kale,nutrition,tomatoes,tomatos"}
or have 1 keyword element with an array of keywords?
{"keyword": ["squash","vegetables","veggies","greens","leafy","spinach","kale","nutrition","tomatoes","tomatos"]}