mirror of
https://github.com/block/goose.git
synced 2026-05-01 04:59:37 +00:00
extensions: add a display name field (#1759)
This commit is contained in:
parent
15f6973bcf
commit
70efaed793
14 changed files with 124 additions and 11 deletions
|
|
@ -392,6 +392,10 @@
|
|||
"type"
|
||||
],
|
||||
"properties": {
|
||||
"display_name": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "The name used to identify this extension"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue