feat: added test for exported json
Some checks failed
Pull Request Pipeline / lint (pull_request) Successful in 51s
Pull Request Pipeline / test (pull_request) Failing after 10m46s

This commit is contained in:
2026-05-11 12:23:48 +02:00
parent 881382b399
commit badf5ea311
2 changed files with 22 additions and 35 deletions

View File

@@ -102,36 +102,6 @@
]
}
},
"teams": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"createdAt": {
"type": "string"
},
"memberIds": {
"type": "array",
"items": {
"type": "string"
}
}
},
"additionalProperties": false,
"required": [
"id",
"name",
"createdAt",
"memberIds"
]
}
},
"matches": {
"type": "array",
"items": {
@@ -195,6 +165,9 @@
},
"notes": {
"type": "string"
},
"teams": {
"type": ["array", "null"]
}
},
"additionalProperties": false,
@@ -214,7 +187,6 @@
"players",
"games",
"groups",
"teams",
"matches"
]
}