Skip to content

Commit

Permalink
fix(cli): update json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Nov 7, 2024
1 parent 1e990d4 commit 2194893
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions generators-yml.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1274,6 +1274,16 @@
"type": "null"
}
]
},
"object-query-parameters": {
"oneOf": [
{
"type": "boolean"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
Expand Down

0 comments on commit 2194893

Please sign in to comment.