Add open provider mode support to SDK
This commit is contained in:
@@ -393,6 +393,13 @@
|
||||
"contexts": {
|
||||
"type": "array",
|
||||
"items": { "type": "string" }
|
||||
},
|
||||
"modes": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"enum": ["view", "edit"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": ["kind"]
|
||||
|
||||
Reference in New Issue
Block a user