Skip to content

Commit

Permalink
Use a top-level "name" property instead
Browse files Browse the repository at this point in the history
  • Loading branch information
allenhumphreys committed Feb 3, 2022
1 parent 85b84b9 commit 4ab3866
Showing 1 changed file with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23256,17 +23256,19 @@
"KeyInfo": {
"description": "Function key info.",
"type": "object",
"required": [
"name",
"properties"
],
"properties": {
"name": {
"description": "Key name",
"type": "string"
},
"properties": {
"description": "Key properties",
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"description": "Key name",
"type": "string"
},
"value": {
"description": "Key value",
"type": "string"
Expand Down

0 comments on commit 4ab3866

Please sign in to comment.