Contact Details
No response
What happened?
When inspecting the tarot cards JSON, I noticed that the Strength and Judgement cards (both upright and reversed) are missing the type, value, and suite properties (In both EN decks).
Expected Behavior:
All cards, including Strength and Judgement (upright and reversed), should have the following properties populated (e.g. for Strength):
{
"type": "major",
"value": 8,
"suite": null
}
Actual Behavior:
The Strength and Judgement cards JSON objects are missing type, value, and suite entirely.
Suggested Fix:
Add the missing type, value, and suite properties for the Strength and Judgement cards (both upright and reversed) to match the schema used for other cards.
What type of browser are you seeing the problem on?
Microsoft Edge
Code to produce this issue.
Contact Details
No response
What happened?
When inspecting the tarot cards JSON, I noticed that the Strength and Judgement cards (both upright and reversed) are missing the
type,value, andsuiteproperties (In both EN decks).Expected Behavior:
All cards, including Strength and Judgement (upright and reversed), should have the following properties populated (e.g. for Strength):
Actual Behavior:
The Strength and Judgement cards JSON objects are missing type, value, and suite entirely.
Suggested Fix:
Add the missing type, value, and suite properties for the Strength and Judgement cards (both upright and reversed) to match the schema used for other cards.
What type of browser are you seeing the problem on?
Microsoft Edge
Code to produce this issue.