We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b1432 commit 5e1775cCopy full SHA for 5e1775c
README.md
@@ -93,7 +93,7 @@ Give me the most expensive product info as a JSON like this:
93
### CHECK JsonCheck
94
{
95
"id": ["NotEmpty"],
96
- "title": ["Surface Studio 2"],
+ "title": ["Equal", "Surface Studio 2"],
97
"price": ["Equal", 3000],
98
"description": ["SemanticCondition", "It mentions the quality of the laptop."]
99
}
0 commit comments