Skip to content

Commit db1f2d6

Browse files
committed
fix(fixtures): add $schema to fixtures schema
1 parent 6d7f20b commit db1f2d6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/fixtures/fixtures.schema.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"title": "Balatro API Test Fixtures Schema",
44
"type": "object",
5+
"properties": {
6+
"$schema": {
7+
"type": "string",
8+
"description": "JSON Schema reference"
9+
}
10+
},
511
"additionalProperties": {
612
"type": "object",
713
"additionalProperties": {

0 commit comments

Comments
 (0)