extensions: add a display name field (#1759)
This commit is contained in:
@@ -392,6 +392,10 @@
|
||||
"type"
|
||||
],
|
||||
"properties": {
|
||||
"display_name": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "The name used to identify this extension"
|
||||
|
||||
Reference in New Issue
Block a user