Add Item Examples (#182)
Add Examples to Item Components from MS-Learn Website
This commit is contained in:
@@ -5,5 +5,8 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": ["value"],
|
||||
"properties": { "value": { "type": "string", "title": "Value", "description": "Set the display name for an item." } }
|
||||
"properties": { "value": { "type": "string", "title": "Value", "description": "Set the display name for an item." } },
|
||||
"examples": [
|
||||
{ "value": "secret_weapon"}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user