Initial codex telegram bot source
This commit is contained in:
32
schemas/v2/WindowsSandboxSetupCompletedNotification.json
Normal file
32
schemas/v2/WindowsSandboxSetupCompletedNotification.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "WindowsSandboxSetupCompletedNotification",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"mode",
|
||||
"success"
|
||||
],
|
||||
"properties": {
|
||||
"error": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"mode": {
|
||||
"$ref": "#/definitions/WindowsSandboxSetupMode"
|
||||
},
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"definitions": {
|
||||
"WindowsSandboxSetupMode": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"elevated",
|
||||
"unelevated"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user