mirror of
https://github.com/openai/codex.git
synced 2026-04-29 00:55:38 +00:00
config: support enterprise feature requirements
This commit is contained in:
@@ -8943,6 +8943,15 @@
|
||||
"type": "null"
|
||||
}
|
||||
]
|
||||
},
|
||||
"featureRequirements": {
|
||||
"additionalProperties": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"type": [
|
||||
"object",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
|
||||
Reference in New Issue
Block a user