You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
# Data Structures## Payment- items (array) - The list of items that were paid for.
- (Item)
## Item- quantity: 3 (number) - The purchased quantity of this specific item.
vardataStructures=[{"element": "object","meta": {"id": "Payment"},"content": [{"element": "member","meta": {"description": "The list of items that were paid for."},"content": {"key": {"element": "string","content": "items"},"value": {"element": "array","content": [{"element": "Item"}]}}}]},{"element": "object","meta": {"id": "Item"},"content": [{"element": "member","meta": {"description": "The purchased quantity of this specific item."},"content": {"key": {"element": "string","content": "quantity"},"value": {"element": "number","content": 3}}}]}];varelement={"element": "object","meta": {"id": "Payment"},"content": [{"element": "member","meta": {"description": "The list of items that were paid for."},"content": {"key": {"element": "string","content": "items"},"value": {"element": "array","content": [{"element": "Item"}]}}}]};
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Although it works in the demo, in our code the arrow is missing (left of “items”):
Here is how attributes-kit is being used:
The text was updated successfully, but these errors were encountered: