Skip to content

Commit 4cf941a

Browse files
committed
schema: allow simple true/false in ai_disclosure
1 parent bd7f1a1 commit 4cf941a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

schemas/game-schema-d5.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,9 @@
253253
}
254254
},
255255
"ai_disclosure": {
256-
"description": "Disclosure of AI usage in the game's development. Absence means unknown or undisclosed. false = explicitly no AI used in any capacity.",
256+
"description": "Disclosure of AI usage in the game's development. Absence means unknown or undisclosed. false = explicitly no AI used in any capacity. true = AI was used in some capacity (generic statement, prefer the object form for more detail).",
257257
"oneOf": [
258-
{ "type": "boolean", "enum": [false] },
258+
{ "type": "boolean" },
259259
{
260260
"type": "object",
261261
"properties": {

0 commit comments

Comments
 (0)