mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
fix schema tests.
This commit is contained in:
@@ -2865,7 +2865,6 @@
|
||||
"WindowsSandboxSetupStartParams": {
|
||||
"properties": {
|
||||
"cwd": {
|
||||
"format": "path",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
|
||||
@@ -15326,7 +15326,6 @@
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"properties": {
|
||||
"cwd": {
|
||||
"format": "path",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
|
||||
@@ -14227,7 +14227,6 @@
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"properties": {
|
||||
"cwd": {
|
||||
"format": "path",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
},
|
||||
"properties": {
|
||||
"cwd": {
|
||||
"format": "path",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
|
||||
Reference in New Issue
Block a user